build: update peerDependencies to support ^12.1.0-next

This commit is contained in:
Alan Agius 2021-06-03 10:00:20 +02:00
parent 636430099c
commit 8a8384b70a
2 changed files with 5 additions and 5 deletions

View File

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

View File

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