Skip to content

Commit

Permalink
chore: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Oct 18, 2023
1 parent 30d7253 commit 9255a9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ new UpgradeCDKTF(project);

project.addPeerDeps(
`cdktf@${cdktfVersion}`,
"@cdktf/provider-tfe@>=9.0.0",
"@cdktf/provider-tfe@>=10.0.0",
`constructs@${constructVersion}`
);
project.addDevDeps("[email protected]", `cdktf-cli@${cdktfVersion}`);
Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9255a9e

Please sign in to comment.