Skip to content

Commit 8a8384b

Browse files
committed
build: update peerDependencies to support ^12.1.0-next
1 parent 6364300 commit 8a8384b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/angular_devkit/build_angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
"webpack-subresource-integrity": "1.5.2"
7676
},
7777
"peerDependencies": {
78-
"@angular/compiler-cli": "^12.0.0-next",
79-
"@angular/localize": "^12.0.0-next",
80-
"@angular/service-worker": "^12.0.0-next",
78+
"@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
79+
"@angular/localize": "^12.0.0 || ^12.1.0-next",
80+
"@angular/service-worker": "^12.0.0 || ^12.1.0-next",
8181
"karma": "^6.3.0",
82-
"ng-packagr": "^12.0.0-next",
82+
"ng-packagr": "^12.0.0",
8383
"protractor": "^7.0.0",
8484
"tailwindcss": "^2.0.0",
8585
"tslint": "^6.1.0",

packages/ngtools/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"enhanced-resolve": "5.8.2"
2525
},
2626
"peerDependencies": {
27-
"@angular/compiler-cli": "^12.0.0-next",
27+
"@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
2828
"typescript": "~4.2.3",
2929
"webpack": "^5.30.0"
3030
},

0 commit comments

Comments
 (0)