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" },