Skip to content

Commit

Permalink
chore(deps): update jsii & typescript version to 5.5.0 (#942)
Browse files Browse the repository at this point in the history
Triggered by
https://github.com/cdktf/cdktf-repository-manager/actions/runs/13050020364

---------

Signed-off-by: team-tf-cdk <github-team-tf-cdk@hashicorp.com>
  • Loading branch information
team-tf-cdk authored Jan 30, 2025
1 parent 2a96b0f commit cd5283a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 46 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 @@ -12,8 +12,8 @@ const project = new CdktfProviderProject({
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
typescriptVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
jsiiVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
typescriptVersion: "~5.5.0", // JSII and TS should always use the same major/minor version range
jsiiVersion: "~5.5.0", // JSII and TS should always use the same major/minor version range
devDeps: ["@cdktf/provider-project@^0.6.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.

75 changes: 37 additions & 38 deletions yarn.lock

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

0 comments on commit cd5283a

Please sign in to comment.