Skip to content

Commit

Permalink
fix(core): update zone.js peerDependencies ranges (#49244)
Browse files Browse the repository at this point in the history
This ensures that the latest version of zone.js is supported.

PR Close #49244
  • Loading branch information
alan-agius4 authored and AndrewKushnir committed Feb 28, 2023
1 parent dafb765 commit d60ea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.11.4 || ~0.12.0"
"zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d60ea6a

Please sign in to comment.