Skip to content

Commit 9194f61

Browse files
committed
build: update to the TypeScript 5.6 RC
Updates the repo to the latest Angular `next` version and the TypeScript 5.6 RC.
1 parent 4771931 commit 9194f61

File tree

18 files changed

+5426
-3588
lines changed

18 files changed

+5426
-3588
lines changed

integration/harness-e2e-cli/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
6767
"builder": "@angular-devkit/build-angular:dev-server",
6868
"configurations": {
6969
"production": {
70-
"browserTarget": "harness-e2e-cli:build:production"
70+
"buildTarget": "harness-e2e-cli:build:production"
7171
},
7272
"development": {
73-
"browserTarget": "harness-e2e-cli:build:development"
73+
"buildTarget": "harness-e2e-cli:build:development"
7474
}
7575
},
7676
"defaultConfiguration": "development"
7777
},
7878
"extract-i18n": {
7979
"builder": "@angular-devkit/build-angular:extract-i18n",
8080
"options": {
81-
"browserTarget": "harness-e2e-cli:build"
81+
"buildTarget": "harness-e2e-cli:build"
8282
}
8383
},
8484
"test": {

integration/harness-e2e-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/router": "file:../../node_modules/@angular/router",
2626
"rxjs": "^7.5.5",
2727
"tslib": "^2.3.0",
28-
"zone.js": "~0.14.0"
28+
"zone.js": "~0.15.0"
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
@@ -44,7 +44,7 @@
4444
"karma-jasmine-html-reporter": "~1.7.0",
4545
"selenium-webdriver": "3.6.0",
4646
"ts-node": "~10.9.1",
47-
"typescript": "~5.5.2",
47+
"typescript": "5.6.1-rc",
4848
"wait-on": "^6.0.0"
4949
},
5050
"resolutions": {

0 commit comments

Comments
 (0)