Skip to content

Commit

Permalink
build: update to the TypeScript 5.6 RC
Browse files Browse the repository at this point in the history
Updates the repo to the latest Angular `next` version and  the TypeScript 5.6 RC.
  • Loading branch information
crisbeto committed Aug 30, 2024
1 parent 4771931 commit 9194f61
Show file tree
Hide file tree
Showing 18 changed files with 5,426 additions and 3,588 deletions.
6 changes: 3 additions & 3 deletions integration/harness-e2e-cli/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "harness-e2e-cli:build:production"
"buildTarget": "harness-e2e-cli:build:production"
},
"development": {
"browserTarget": "harness-e2e-cli:build:development"
"buildTarget": "harness-e2e-cli:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "harness-e2e-cli:build"
"buildTarget": "harness-e2e-cli:build"
}
},
"test": {
Expand Down
4 changes: 2 additions & 2 deletions integration/harness-e2e-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/router": "file:../../node_modules/@angular/router",
"rxjs": "^7.5.5",
"tslib": "^2.3.0",
"zone.js": "~0.14.0"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
Expand All @@ -44,7 +44,7 @@
"karma-jasmine-html-reporter": "~1.7.0",
"selenium-webdriver": "3.6.0",
"ts-node": "~10.9.1",
"typescript": "~5.5.2",
"typescript": "5.6.1-rc",
"wait-on": "^6.0.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 9194f61

Please sign in to comment.