Skip to content

Commit

Permalink
chore(deps): update JSII version to 5.4.0 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Jul 15, 2024
1 parent f69cc7a commit 5a34db6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 39 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.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
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.

38 changes: 7 additions & 31 deletions yarn.lock

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

0 comments on commit 5a34db6

Please sign in to comment.