Skip to content

Commit

Permalink
fix: support angular v18
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Jun 14, 2024
1 parent 86d021d commit f3fbfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@angular/core": ">=14.0.0 <18.0.0",
"@angular/core": ">=14.0.0 <19.0.0",
"rxjs": "^6.4.0 || ^7.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit f3fbfb9

Please sign in to comment.