Remove zonejs from devDeps; allow ^0.8.0 || ^0.9.0

This commit is contained in:
Kai Röder 2019-06-03 19:41:26 +02:00
parent 26f4c04440
commit 0643a09559

View File

@ -38,9 +38,6 @@
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webpack": "^4.32.2"
},
"devDependencies": {
"zone.js": "^0.8.29"
},
"peerDependencies": {
"@angular-devkit/core": "^0.6.1 || >=7.0.0",
"@angular/common": ">=6.0.0",
@ -52,7 +49,7 @@
"autoprefixer": "^8.1.0",
"babel-loader": "^7.0.0 || ^8.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.29"
"zone.js": "^0.8.29 || ^0.9.0"
},
"engines": {
"node": ">=8.0.0"