Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.4 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jul 8, 2024
1 parent 32a7fae commit eb88b5a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 62 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 @@ -61,8 +61,8 @@ const project = new ConstructLibraryCdktf({
module: name.replace(/-/g, "_"),
},
cdktfVersion: "0.20.0",
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
});

new CustomizedLicense(project);
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.

57 changes: 3 additions & 54 deletions yarn.lock

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

0 comments on commit eb88b5a

Please sign in to comment.