Skip to content

Commit

Permalink
build: update TypeScript version to ~5.4.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 32fda45)
  • Loading branch information
alan-agius4 committed Mar 7, 2024
1 parent bc72149 commit 7dfddae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.3.2"
"typescript": "~5.4.2"
},
"devDependencies": {
"@types/node": "^18.18.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~5.3.2"
"typescript": "~5.4.2"
},
"devDependencies": {
"@types/node": "^18.18.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"ts-node": "~10.9.0",
"typescript": "~5.3.2",
"typescript": "~5.4.2",
"zone.js": "~0.14.3"
}
}

0 comments on commit 7dfddae

Please sign in to comment.