Skip to content

Commit dee8872

Browse files
andreiborzaclaude
andcommitted
fix(angular): Bump TypeScript to ~6.0.0 in angular-21 E2E test app
Angular @next now requires TypeScript >=6.0.0, which caused the canary build to fail. Angular 21.2.x stable also supports TS 6.0.x (>=5.9 <6.1). Fixes #20131 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7c19325 commit dee8872

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/angular-21

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/angular-21/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"karma-coverage": "~2.2.0",
4545
"karma-jasmine": "~5.1.0",
4646
"karma-jasmine-html-reporter": "~2.1.0",
47-
"typescript": "~5.9.0"
47+
"typescript": "~6.0.0"
4848
},
4949
"volta": {
5050
"node": "22.22.0",

0 commit comments

Comments
 (0)