Skip to content

Commit 24fcec8

Browse files
authored
chore(deps): update jsii & typescript version to 5.5.0 (#1521)
Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/13050020364 --------- Signed-off-by: team-tf-cdk <[email protected]>
1 parent 03e0846 commit 24fcec8

File tree

4 files changed

+45
-46
lines changed

4 files changed

+45
-46
lines changed

.projen/deps.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const project = new CdktfProviderProject({
1212
cdktfVersion: "^0.20.0",
1313
constructsVersion: "^10.3.0",
1414
minNodeVersion: "18.12.0",
15-
typescriptVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
16-
jsiiVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
15+
typescriptVersion: "~5.5.0", // JSII and TS should always use the same major/minor version range
16+
jsiiVersion: "~5.5.0", // JSII and TS should always use the same major/minor version range
1717
devDeps: ["@cdktf/provider-project@^0.6.0"],
1818
isDeprecated: false,
1919
});

package.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+37-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)