fix(chore): fixed peerdependencies

This commit is contained in:
SvetlanaMuravlova
2022-09-22 09:37:55 +03:00
parent edf7b1d7c5
commit 2f025d7c14
3 changed files with 2 additions and 17 deletions

View File

@@ -5,8 +5,8 @@
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^13.0.0",
"@angular/common": "^13.0.0"
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0"
},
"sideEffects": false,
"publishConfig": {