Skip to content

Commit e293232

Browse files
committed
build: update dependency typescript to v5.9.2
See associated pull request for more information.
1 parent 37589b6 commit e293232

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"tar": "^7.0.0",
141141
"ts-node": "^10.9.1",
142142
"tslib": "2.8.1",
143-
"typescript": "5.9.1-rc",
143+
"typescript": "5.9.2",
144144
"undici": "7.13.0",
145145
"unenv": "^1.10.0",
146146
"verdaccio": "6.1.6",
@@ -173,6 +173,6 @@
173173
}
174174
},
175175
"resolutions": {
176-
"typescript": "5.9.1-rc"
176+
"typescript": "5.9.2"
177177
}
178178
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
3030
"@angular/compiler": "20.2.0-next.2",
3131
"@angular/compiler-cli": "20.2.0-next.2",
32-
"typescript": "5.8.3",
32+
"typescript": "5.9.2",
3333
"webpack": "5.101.0"
3434
}
3535
}

0 commit comments

Comments
 (0)