Skip to content

Commit 81baa4f

Browse files
committed
fix(@angular-devkit/build-angular): update Angular peer dependencies to 12.2 stable
Only stable versions are officially supported.
1 parent 297410a commit 81baa4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular_devkit/build_angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"webpack-subresource-integrity": "1.5.2"
7878
},
7979
"peerDependencies": {
80-
"@angular/compiler-cli": "^12.0.0 || ^12.2.0-next",
81-
"@angular/localize": "^12.0.0 || ^12.2.0-next",
82-
"@angular/service-worker": "^12.0.0 || ^12.2.0-next",
80+
"@angular/compiler-cli": "^12.0.0",
81+
"@angular/localize": "^12.0.0",
82+
"@angular/service-worker": "^12.0.0",
8383
"karma": "^6.3.0",
84-
"ng-packagr": "^12.0.0 || ^12.1.0-next",
84+
"ng-packagr": "^12.0.0",
8585
"protractor": "^7.0.0",
8686
"tailwindcss": "^2.0.0",
8787
"tslint": "^6.1.0",

0 commit comments

Comments
 (0)