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 f8ef299 commit cadd62f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ new UpgradeCDKTF(project);

project.addPeerDeps(
"cdktf@>=0.19.0",
"@cdktf/provider-null@>=8.0.0",
"@cdktf/provider-null@>=9.0.0",
"constructs@^10.0.25"
);
project.addDevDeps("[email protected]", "@cdktf/provider-random@>=9.0.0");
project.addDevDeps("[email protected]", "@cdktf/provider-random@>=10.0.0");

// Run copywrite tool to add copyright headers to all files
project.buildWorkflow?.addPostBuildSteps(
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

16 changes: 8 additions & 8 deletions yarn.lock

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

0 comments on commit cadd62f

Please sign in to comment.