Skip to content

Commit 30ee4c9

Browse files
authored
fix(cli): update typescript to 5.9.x in init-templates (#939)
Fixes #938 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 5effc9f commit 30ee4c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/aws-cdk/lib/init-templates/app/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ts-jest": "^29.2.5",
1818
"aws-cdk": "%cdk-cli-version%",
1919
"ts-node": "^10.9.2",
20-
"typescript": "~5.6.3"
20+
"typescript": "~5.9.3"
2121
},
2222
"dependencies": {
2323
"aws-cdk-lib": "%cdk-version%",

packages/aws-cdk/lib/init-templates/lib/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"constructs": "%constructs-version%",
1616
"jest": "^29.7.0",
1717
"ts-jest": "^29.2.5",
18-
"typescript": "~5.6.3"
18+
"typescript": "~5.9.3"
1919
},
2020
"peerDependencies": {
2121
"aws-cdk-lib": "%cdk-version%",

packages/aws-cdk/lib/init-templates/sample-app/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ts-jest": "^29.2.5",
1818
"aws-cdk": "%cdk-cli-version%",
1919
"ts-node": "^10.9.2",
20-
"typescript": "~5.6.3"
20+
"typescript": "~5.9.3"
2121
},
2222
"dependencies": {
2323
"aws-cdk-lib": "%cdk-version%",

0 commit comments

Comments
 (0)