Skip to content

Commit c8c46ab

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency typescript to v5.8.3
1 parent 319b8e0 commit c8c46ab

File tree

3 files changed

+87
-87
lines changed

3 files changed

+87
-87
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"tar": "^7.0.0",
139139
"ts-node": "^10.9.1",
140140
"tslib": "2.8.1",
141-
"typescript": "5.8.2",
141+
"typescript": "5.8.3",
142142
"undici": "7.7.0",
143143
"unenv": "^1.10.0",
144144
"verdaccio": "6.1.2",
@@ -176,6 +176,6 @@
176176
}
177177
},
178178
"resolutions": {
179-
"typescript": "5.8.2"
179+
"typescript": "5.8.3"
180180
}
181181
}

packages/ngtools/webpack/package.json

+1-1
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.0.0-next.5",
3131
"@angular/compiler-cli": "20.0.0-next.5",
32-
"typescript": "5.8.2",
32+
"typescript": "5.8.3",
3333
"webpack": "5.98.0"
3434
}
3535
}

0 commit comments

Comments
 (0)