Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.4 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jul 8, 2024
1 parent cf09fe5 commit 021fec6
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 @@ -50,8 +50,8 @@ const project = new ConstructLibraryCdktf({
},
projenrcTs: true,
prettier: true,
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
publishToPypi: {
distName: name,
module: name.replace(/-/g, "_"),
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 021fec6

Please sign in to comment.