Skip to content

Commit fdf6197

Browse files
alan-agius4thePunderWoman
authored andcommitted
feat(core): drop support for zone.js versions <=0.12.0 (#49331)
BREAKING CHANGE: `zone.js` versions `0.11.x` and `0.12.x` are not longer supported. PR Close #49331
1 parent ed23974 commit fdf6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.11.4 || ~0.12.0 || ~0.13.0"
20+
"zone.js": "~0.13.0"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)