diff --git a/e2e/animation-examples/package.json b/e2e/animation-examples/package.json index f995a696e..a9747cd56 100644 --- a/e2e/animation-examples/package.json +++ b/e2e/animation-examples/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "^6.3.3", "tns-core-modules": "^5.4.0-next-2019-05-01-141636-02", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json index 6e3e6944f..646fcdee2 100644 --- a/e2e/modal-navigation-ng/package.json +++ b/e2e/modal-navigation-ng/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json index 97ee5a7c8..db7a05014 100644 --- a/e2e/nested-router-tab-view/package.json +++ b/e2e/nested-router-tab-view/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/renderer/package.json b/e2e/renderer/package.json index 4d6fd6337..1b361039c 100644 --- a/e2e/renderer/package.json +++ b/e2e/renderer/package.json @@ -20,7 +20,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/routable-animations/package.json b/e2e/routable-animations/package.json index 4e8f38c69..89a5ca351 100644 --- a/e2e/routable-animations/package.json +++ b/e2e/routable-animations/package.json @@ -21,7 +21,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.0.0 || >=6.1.0", "tns-core-modules": "^4.0.0", - "zone.js": "^0.8.26" + "zone.js": "^0.9.1" }, "devDependencies": { "@ngtools/webpack": "8.0.0", diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index 2a8e7bad8..bbc515127 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@types/chai": "~4.1.7", diff --git a/e2e/router/package.json b/e2e/router/package.json index ace5d61c3..7467fec70 100644 --- a/e2e/router/package.json +++ b/e2e/router/package.json @@ -24,7 +24,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json index 06bd8aaf8..7e2886386 100644 --- a/e2e/single-page/package.json +++ b/e2e/single-page/package.json @@ -27,7 +27,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", diff --git a/e2e/tests-app-ng/package.json b/e2e/tests-app-ng/package.json index 948dd6f00..08f717f23 100644 --- a/e2e/tests-app-ng/package.json +++ b/e2e/tests-app-ng/package.json @@ -26,7 +26,7 @@ "reflect-metadata": "~0.1.8", "rxjs": "~6.0.0 || >=6.1.0 || >=6.0.0", "tns-core-modules": "next", - "zone.js": "^0.8.26" + "zone.js": "^0.9.1" }, "devDependencies": { "babel-traverse": "6.24.1", diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 1ccef649e..6439dc7c9 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -56,7 +56,7 @@ "rxjs": "^6.3.3", "tns-core-modules": "^5.1.0 || >5.1.0- || >5.2.0-", "typescript": "~3.4.5", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/animations": "8.0.0", @@ -75,7 +75,7 @@ "tns-core-modules": "next", "tslint": "^5.5.0", "typescript": "~3.4.5", - "zone.js": "^0.8.4", + "zone.js": "^0.9.1", "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master", "typedoc": "^0.13.0" } diff --git a/ng-sample/package.json b/ng-sample/package.json index fdb973dff..aba4a594b 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -45,7 +45,7 @@ "rxjs": "~6.3.3", "tns-core-modules": "next", "tns-platform-declarations": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "babel-traverse": "6.9.0", diff --git a/tests/package.json b/tests/package.json index 97e308db3..e1e0f4ed6 100644 --- a/tests/package.json +++ b/tests/package.json @@ -39,7 +39,7 @@ "nativescript-unit-test-runner": "^0.3.4", "rxjs": "~6.3.3", "tns-core-modules": "next", - "zone.js": "^0.8.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@types/chai": "^4.1.4",