From 5a29db953a2c4f38c3a48f74aebc7c70e6f84f88 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 30 Aug 2023 16:17:07 +0000 Subject: [PATCH] build: update peer Angular peer deps This is needed to satisfy the prerelase checks. --- packages/angular/pwa/package.json | 2 +- packages/angular/ssr/package.json | 4 ++-- packages/angular_devkit/build_angular/package.json | 8 ++++---- packages/ngtools/webpack/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/angular/pwa/package.json b/packages/angular/pwa/package.json index a670354365f3..e5a0f0f64e22 100644 --- a/packages/angular/pwa/package.json +++ b/packages/angular/pwa/package.json @@ -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": { diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index b3b9ea492733..d95518828be9 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -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" } diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index e6265203bbee..da93f3a050ee 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -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", diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 00327fc26819..cc86bf26136c 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -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" },