Fix peerDependencies to handle angular >=17
This commit is contained in:
parent
64576c9250
commit
676c125d07
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
"author": "Lorenzo Iovino",
|
"author": "Lorenzo Iovino",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^17.0.0",
|
"@angular/common": ">=17.0.0",
|
||||||
"@angular/core": "^17.0.0"
|
"@angular/core": ">=17.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue