Skip to content

Commit

Permalink
chore(deps): upgrade JSII & TypeScript to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jan 19, 2024
1 parent 8ab9d4e commit 1b37a6f
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.2.0",
typescriptVersion: "~5.2.0", // NOTE: this should be the same major/minor version as JSII
jsiiVersion: "~5.3.0",
typescriptVersion: "~5.3.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 1b37a6f

Please sign in to comment.