Skip to content

Commit 81b67aa

Browse files
alan-agius4pkozlowski-opensource
authored andcommittedSep 18, 2023
feat(core): add support for zone.js 0.14.0 (#51774)
This commit adds support for zone.js 0.14.0 and drops support for older versions BREAKING CHANGE: Angular now required `zone.js` version `~0.14.0` PR Close #51774
1 parent 75380bf commit 81b67aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"peerDependencies": {
1919
"rxjs": "^6.5.3 || ^7.4.0",
20-
"zone.js": "~0.13.0"
20+
"zone.js": "~0.14.0"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.