Skip to content

Commit

Permalink
chore(deps): upgrade jsii & typescript to v5.4 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jul 15, 2024
1 parent a3a9bc4 commit 083855e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projenrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const project = new CdktfProviderProject({
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
jsiiVersion: "~5.3.0",
typescriptVersion: "~5.3.0", // NOTE: this should be the same major/minor version as JSII
jsiiVersion: "~5.4.0",
typescriptVersion: "~5.4.0", // NOTE: this should be the same major/minor version as JSII
devDeps: ["@cdktf/provider-project@^0.5.0"],
isDeprecated: false,
});
Expand Down

0 comments on commit 083855e

Please sign in to comment.