Skip to content

Commit

Permalink
build: update peer Angular peer deps
Browse files Browse the repository at this point in the history
This is needed to satisfy the prerelase checks.
  • Loading branch information
alan-agius4 committed Aug 30, 2023
1 parent c417f9a commit 5a29db9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/angular/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "^16.0.0 || ^16.2.0-next.0"
"@angular/cli": "^17.0.0 || ^17.0.0-next.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.0 || ^17.0.0-next.1",
"@angular/core": "^17.0.0 || ^17.0.0-next.1"
"@angular/common": "^17.0.0 || ^17.0.0-next.0",
"@angular/core": "^17.0.0 || ^17.0.0-next.0"
},
"schematics": "./schematics/collection.json"
}
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
"esbuild": "0.19.2"
},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.1",
"@angular/localize": "^17.0.0 || ^17.0.0-next.1",
"@angular/platform-server": "^17.0.0 || ^17.0.0-next.1",
"@angular/service-worker": "^17.0.0 || ^17.0.0-next.1",
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.0",
"@angular/localize": "^17.0.0 || ^17.0.0-next.0",
"@angular/platform-server": "^17.0.0 || ^17.0.0-next.0",
"@angular/service-worker": "^17.0.0 || ^17.0.0-next.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.1",
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.0",
"typescript": ">=4.9.3 <5.2",
"webpack": "^5.54.0"
},
Expand Down

0 comments on commit 5a29db9

Please sign in to comment.