Fix peerDependencies to handle angular >=17

This commit is contained in:
Lorenzo Iovino 2024-07-10 04:10:23 +02:00 committed by GitHub
parent 64576c9250
commit 676c125d07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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