Skip to content

Commit 297cdab

Browse files
committed
build: update Angular version to v17 prerelease
Update package peer deps to version 17
1 parent ff92f8a commit 297cdab

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/angular/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"tslib": "^2.3.0"
1515
},
1616
"peerDependencies": {
17-
"@angular/common": "^16.0.0 || ^16.2.0-next.0",
18-
"@angular/core": "^16.0.0 || ^16.2.0-next.0"
17+
"@angular/common": "^17.0.0 || ^17.0.0-next.1",
18+
"@angular/core": "^17.0.0 || ^17.0.0-next.1"
1919
},
2020
"schematics": "./schematics/collection.json"
2121
}

tests/legacy-cli/e2e/assets/webpack/test-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "test",
33
"license": "MIT",
44
"dependencies": {
5-
"@angular/common": "^16.1.0-next",
6-
"@angular/compiler": "^16.1.0-next",
7-
"@angular/compiler-cli": "^16.1.0-next",
8-
"@angular/core": "^16.1.0-next",
9-
"@angular/platform-browser": "^16.1.0-next",
10-
"@angular/platform-browser-dynamic": "^16.1.0-next",
11-
"@angular/router": "^16.1.0-next",
5+
"@angular/common": "^17.0.0-next",
6+
"@angular/compiler": "^17.0.0-next",
7+
"@angular/compiler-cli": "^17.0.0-next",
8+
"@angular/core": "^17.0.0-next",
9+
"@angular/platform-browser": "^17.0.0-next",
10+
"@angular/platform-browser-dynamic": "^17.0.0-next",
11+
"@angular/router": "^17.0.0-next",
1212
"@ngtools/webpack": "0.0.0",
1313
"rxjs": "^6.6.7",
1414
"zone.js": "^0.13.0"

0 commit comments

Comments
 (0)