build: update peerDependencies of zone.js to 0.10~0.11 (#39809)

`@angular/core` support zone.js `^0.10.2 and ^0.11.3`, so this PR updates the
peerDependencies to `^0.10.2 || ^ 0.11.3`, so the app will not show warning about
peer denepdency not consistent when using zone.js 0.10.x version.

PR Close #39809
This commit is contained in:
JiaLiPassion 2020-11-23 19:46:09 +09:00 committed by Jessica Janiuk
parent ba6945bfa9
commit c43267b912
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
},
"peerDependencies": {
"rxjs": "^6.5.3",
"zone.js": "~0.11.3"
"zone.js": "^0.10.2 || ^0.11.3"
},
"repository": {
"type": "git",