Skip to content

Commit

Permalink
fix: bump to TypeScript from 5.7.2 to 5.7.3 (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Feb 5, 2025
1 parent ef81097 commit a7397a0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 85 deletions.
94 changes: 12 additions & 82 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 packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rollup": "=4.18.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"rollup": "=4.18.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-morph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rimraf": "^5.0.7",
"rollup": "=4.18.0",
"ts-node": "10.9.2",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"standard-version": {
"tagPrefix": "",
Expand Down

0 comments on commit a7397a0

Please sign in to comment.