Skip to content

Commit d27ef5b

Browse files
authored
fix: adjust peerDependencies to allow Angular 19.1.0-next
Updates the `peerDependencies` to allow Angular `19.1.0-next`.
1 parent f39f16a commit d27ef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"rollup": "^4.24.0"
6363
},
6464
"peerDependencies": {
65-
"@angular/compiler-cli": "^19.0.0-next.0",
65+
"@angular/compiler-cli": "^19.0.0 || ^19.1.0-0",
6666
"tailwindcss": "^2.0.0 || ^3.0.0",
6767
"tslib": "^2.3.0",
6868
"typescript": ">=5.5 <5.8"

0 commit comments

Comments
 (0)