mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
build: update peerDependencies to support ^12.1.0-next
This commit is contained in:
parent
636430099c
commit
8a8384b70a
@ -75,11 +75,11 @@
|
|||||||
"webpack-subresource-integrity": "1.5.2"
|
"webpack-subresource-integrity": "1.5.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler-cli": "^12.0.0-next",
|
"@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
|
||||||
"@angular/localize": "^12.0.0-next",
|
"@angular/localize": "^12.0.0 || ^12.1.0-next",
|
||||||
"@angular/service-worker": "^12.0.0-next",
|
"@angular/service-worker": "^12.0.0 || ^12.1.0-next",
|
||||||
"karma": "^6.3.0",
|
"karma": "^6.3.0",
|
||||||
"ng-packagr": "^12.0.0-next",
|
"ng-packagr": "^12.0.0",
|
||||||
"protractor": "^7.0.0",
|
"protractor": "^7.0.0",
|
||||||
"tailwindcss": "^2.0.0",
|
"tailwindcss": "^2.0.0",
|
||||||
"tslint": "^6.1.0",
|
"tslint": "^6.1.0",
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"enhanced-resolve": "5.8.2"
|
"enhanced-resolve": "5.8.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/compiler-cli": "^12.0.0-next",
|
"@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
|
||||||
"typescript": "~4.2.3",
|
"typescript": "~4.2.3",
|
||||||
"webpack": "^5.30.0"
|
"webpack": "^5.30.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user