fix(angular): unmet peer dependencies

This commit is contained in:
Sean Perkins
2022-10-19 17:46:50 -04:00
parent 535af476e3
commit e069f5a242

View File

@@ -52,7 +52,6 @@
"peerDependencies": {
"@angular/core": ">=12.0.0",
"@angular/forms": ">=12.0.0",
"@angular/platform-browser": ">=12.0.0",
"@angular/router": ">=12.0.0",
"rxjs": ">=6.6.0",
"zone.js": ">=0.11.0"
@@ -68,6 +67,7 @@
"@angular/compiler-cli": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/platform-browser": ">=12.0.0",
"@angular/router": "^12.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",