Skip to content

Commit

Permalink
build: allow zone.js 0.15.x to be used in 18.2.x versions
Browse files Browse the repository at this point in the history
Zone.js 0.15.0 had a breaking change, so it doesn't replace 0.14.x version for patch branches. We extend allowed versions for 18.2.x to support cases when developers may need to update to 0.15.0 manually. By default, for Angular 18.2.x, we'll keep using zone.js 0.14.x (without any breaking changes).
  • Loading branch information
AndrewKushnir committed Aug 21, 2024
1 parent 1a5f5ee commit 50bf01a
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 @@ -20,7 +20,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
"zone.js": "~0.14.10"
"zone.js": "~0.14.10 || ~0.15.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 50bf01a

Please sign in to comment.