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:
parent
ba6945bfa9
commit
c43267b912
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"rxjs": "^6.5.3",
|
"rxjs": "^6.5.3",
|
||||||
"zone.js": "~0.11.3"
|
"zone.js": "^0.10.2 || ^0.11.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue