Skip to content

Commit f46c497

Browse files
committed
chore(e2e-router): pin rxjs version to 5.5.2
To make tests work until the fix for ReactiveX/rxjs#3151 is released.
1 parent 192a3d0 commit f46c497

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: e2e/router/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript": {
77
"id": "org.nativescript.router",
88
"tns-android": {
9-
"version": "next"
9+
"version": "3.4.0-2017-12-4-1"
1010
},
1111
"tns-ios": {
1212
"version": "next"
@@ -20,14 +20,14 @@
2020
"@angular/forms": "~5.0.0",
2121
"@angular/http": "~5.0.0",
2222
"@angular/platform-browser": "~5.0.0",
23+
"@angular/platform-browser-dynamic": "~5.0.0",
2324
"@angular/router": "~5.0.0",
2425
"nativescript-angular": "file:../../nativescript-angular",
2526
"nativescript-intl": "^3.0.0",
2627
"reflect-metadata": "~0.1.8",
27-
"rxjs": "^5.5.0",
28+
"rxjs": "5.5.2",
2829
"tns-core-modules": "next",
29-
"zone.js": "^0.8.4",
30-
"@angular/platform-browser-dynamic": "~5.0.0"
30+
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
3333
"@types/chai": "^4.0.2",
@@ -53,4 +53,4 @@
5353
"compile-tests-w": "tsc -p e2e --watch",
5454
"update-app-ng-deps": "update-app-ng-deps"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)