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

@ -19,12 +19,10 @@
"pretest:once": "npm run build",
"test:once": "karma start karma.conf.js --single-run",
"lint": "tslint ./src/**/*.ts -t verbose",
"build:upgrade": "tsc",
"serve:upgrade": "http-server",
"build:aot": "ngc -p tsconfig-aot.json && rollup -c rollup-config.js",
"serve:aot": "lite-server -c bs-config.aot.json",
"copy-dist-files": "node ./copy-dist-files.js"
},
"keywords": [],
@ -42,7 +40,7 @@
"@angular/upgrade": "~9.0.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular/compiler-cli": "~9.0.3",