Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent c951eb7 commit 166e325
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 39 deletions.
37 changes: 29 additions & 8 deletions cdk-example/package-lock.json

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

2 changes: 1 addition & 1 deletion cdk-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": "28.1.3",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "5.1.6"
},
"dependencies": {
"@ts2asl/asl-lib": "0.1.35",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/jest": "28.1.8",
"ts-node": "10.9.1",
"turbo": "1.10.7",
"typescript": "4.7.4"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/asl-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/mocha": "10.0.1",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "5.1.6"
},
"overrides": {
"fast-xml-parser": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"constructs": "10.2.69",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "5.1.6"
},
"peerDependencies": {
"aws-cdk-lib": "^2.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"shx": "0.3.4",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"typescript": "4.7.4"
"typescript": "5.1.6"
},
"oclif": {
"bin": "ts2asl",
Expand Down
2 changes: 1 addition & 1 deletion packages/convert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"@ts2asl/asl-lib": "^0.1.34",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.363.0",
Expand Down
16 changes: 8 additions & 8 deletions tools/convert-test-generator/package-lock.json

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

2 changes: 1 addition & 1 deletion tools/convert-test-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"change-case": "^4.1.2",
"minimist": "^1.2.6",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/prettier": "2.7.3"
Expand Down

0 comments on commit 166e325

Please sign in to comment.