Skip to content

Commit

Permalink
chore(deps): upgrade jsii (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 24, 2023
1 parent 8e2a871 commit 81fc3da
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 19 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.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const project = new cdktf.ConstructLibraryCdktf({
// packageName: shortName.replace(/-/g, ""),
// },
cdktfVersion: "0.19.0",
jsiiVersion: "^5.1.0",
jsiiVersion: "^5.2.0",
minNodeVersion: "18.12.0",
});

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.

65 changes: 52 additions & 13 deletions yarn.lock

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

0 comments on commit 81fc3da

Please sign in to comment.