build(zone.js): update zone.js version to 0.10.3 (#36214)

PR Close #36214
This commit is contained in:
JiaLiPassion
2020-03-24 10:22:41 +09:00
committed by Alex Rickabaugh
parent 0ab244f39e
commit 10385c27da
30 changed files with 38 additions and 40 deletions

View File

@ -15,7 +15,7 @@
"peerDependencies": {
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
"zone.js": "~0.10.3"
},
"repository": {
"type": "git",
@ -27,7 +27,7 @@
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}