Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2023
1 parent 83d9dd3 commit 59a9a75
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 28 deletions.
14 changes: 7 additions & 7 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": "4.9.5"
},
"dependencies": {
"@ts2asl/asl-lib": "0.1.35",
Expand Down
29 changes: 13 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 @@ -21,6 +21,6 @@
"@types/jest": "28.1.8",
"ts-node": "10.9.1",
"turbo": "1.8.6",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/asl-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/mocha": "9.1.1",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}
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.1.293",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"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.5.0",
"typescript": "4.7.4"
"typescript": "4.9.5"
},
"oclif": {
"bin": "ts2asl",
Expand Down

0 comments on commit 59a9a75

Please sign in to comment.