From 8a8384b70a26eb38307ce892d89b0e76b88c88cd Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 3 Jun 2021 10:00:20 +0200 Subject: [PATCH] build: update peerDependencies to support `^12.1.0-next` --- packages/angular_devkit/build_angular/package.json | 8 ++++---- packages/ngtools/webpack/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 33935034ab..8f305010a7 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -75,11 +75,11 @@ "webpack-subresource-integrity": "1.5.2" }, "peerDependencies": { - "@angular/compiler-cli": "^12.0.0-next", - "@angular/localize": "^12.0.0-next", - "@angular/service-worker": "^12.0.0-next", + "@angular/compiler-cli": "^12.0.0 || ^12.1.0-next", + "@angular/localize": "^12.0.0 || ^12.1.0-next", + "@angular/service-worker": "^12.0.0 || ^12.1.0-next", "karma": "^6.3.0", - "ng-packagr": "^12.0.0-next", + "ng-packagr": "^12.0.0", "protractor": "^7.0.0", "tailwindcss": "^2.0.0", "tslint": "^6.1.0", diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 9174fb6a4d..c82d03cb3f 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -24,7 +24,7 @@ "enhanced-resolve": "5.8.2" }, "peerDependencies": { - "@angular/compiler-cli": "^12.0.0-next", + "@angular/compiler-cli": "^12.0.0 || ^12.1.0-next", "typescript": "~4.2.3", "webpack": "^5.30.0" },