Skip to content

Commit

Permalink
fix(core): add zone.js version 0.12.x as a valid peer dependency (#…
Browse files Browse the repository at this point in the history
…48002)

This commit adds `zone.js` version `0.12.x` as a valid peer dependency

PR Close #48002
  • Loading branch information
alan-agius4 authored and AndrewKushnir committed Nov 9, 2022
1 parent 28efb06 commit a4312e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -17,7 +17,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.11.4"
"zone.js": "~0.11.4 || ~0.12.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4312e1

Please sign in to comment.