Fix peerDependencies to support angular >=18 #107
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@
|
|||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^17.0.0",
|
||||
"@angular/core": "^17.0.0"
|
||||
"@angular/common": ">=17.0.0",
|
||||
"@angular/core": ">=17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue