Skip to content

Commit

Permalink
fix: support angular v16
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed May 7, 2023
1 parent 8e928f4 commit 884c93b
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 <16.0.0",
"@angular/core": ">=14.0.0 <17.0.0",
"rxjs": "^6.4.0 || ^7.0.0"
},
"lint-staged": {
Expand Down

0 comments on commit 884c93b

Please sign in to comment.