@angular/cli migration - update-zonejs

Update 'zone.js' to version 0.11.x. Read more about this here: https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md#breaking-changes-since-zonejs-v0111
This commit is contained in:
Phillip Kühne 2022-09-24 02:24:19 +02:00
parent bc5818f50d
commit f0a7ee2d2b
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"runtime-config-loader": "^2.0.0",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.8"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "~12.2.18",

View File

@ -27,7 +27,7 @@
"runtime-config-loader": "^2.0.0",
"rxjs": "~6.5.4",
"tslib": "^2.0.0",
"zone.js": "~0.11.8"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular/cli": "~12.2.18",