Skip to content

Commit a09dfdf

Browse files
committed
build: update dependency typescript to v5.9.3
See associated pull request for more information.
1 parent 7761180 commit a09dfdf

File tree

3 files changed

+87
-87
lines changed

3 files changed

+87
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"tar": "^7.0.0",
140140
"ts-node": "^10.9.1",
141141
"tslib": "2.8.1",
142-
"typescript": "5.9.2",
142+
"typescript": "5.9.3",
143143
"undici": "7.16.0",
144144
"unenv": "^1.10.0",
145145
"verdaccio": "6.2.0",
@@ -173,6 +173,6 @@
173173
}
174174
},
175175
"resolutions": {
176-
"typescript": "5.9.2"
176+
"typescript": "5.9.3"
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": "21.0.0-next.5",
3131
"@angular/compiler-cli": "21.0.0-next.5",
32-
"typescript": "5.9.2",
32+
"typescript": "5.9.3",
3333
"webpack": "5.102.0"
3434
}
3535
}

0 commit comments

Comments
 (0)