Skip to content

Commit

Permalink
Upgrade TypeScript to 5.2.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568493610
  • Loading branch information
tsjs-language-eng authored and copybara-github committed Sep 26, 2023
1 parent 06f8d91 commit 1b5e61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"minimist": "^1.2.3",
"tsickle": "file:../",
"typescript": "5.1.5"
"typescript": "5.2.2"
},
"devDependencies": {
"@types/minimist": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"source-map-support": "^0.5.19",
"tslib": "^2.2.0",
"tslint": "^6.1.3",
"typescript": "5.1.5"
"typescript": "5.2.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 1b5e61d

Please sign in to comment.