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 12b3749 commit 1e0bd92
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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 @@ -80,8 +80,8 @@ new UpgradeCDKTF(project);

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

new JsiiDocgen(project, {
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.

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 1e0bd92

Please sign in to comment.