Fix peerDependencies to support angular >=18 #107

Merged
thisloke merged 6 commits from thisloke-patch-1 into master 2024-07-10 03:59:58 +00:00
Showing only changes of commit 676c125d07 - Show all commits

View file

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