Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.4 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jul 8, 2024
1 parent 3243883 commit 13b5629
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 34 deletions.
6 changes: 3 additions & 3 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 @@ -79,8 +79,8 @@ const project = new cdktf.ConstructLibraryCdktf({
// },
cdktfVersion: "0.20.0",
constructsVersion,
jsiiVersion: "~5.2.0",
typescriptVersion: "~5.2.0", // should always be the same major/minor as JSII
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // should always be the same major/minor as JSII
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.

44 changes: 18 additions & 26 deletions yarn.lock

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

0 comments on commit 13b5629

Please sign in to comment.