Skip to content

Commit

Permalink
chore(e2e-router): pin rxjs version to 5.5.2
Browse files Browse the repository at this point in the history
To make tests work until the fix for
ReactiveX/rxjs#3151 is released.
  • Loading branch information
sis0k0 committed Dec 5, 2017
1 parent 21e78ba commit a83fba1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"nativescript": {
"id": "org.nativescript.router",
"tns-android": {
"version": "next"
"version": "3.4.0-2017-12-4-1"
},
"tns-ios": {
"version": "next"
Expand All @@ -20,14 +20,14 @@
"@angular/forms": "~5.0.0",
"@angular/http": "~5.0.0",
"@angular/platform-browser": "~5.0.0",
"@angular/platform-browser-dynamic": "~5.0.0",
"@angular/router": "~5.0.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-intl": "^3.0.0",
"reflect-metadata": "~0.1.8",
"rxjs": "^5.5.0",
"rxjs": "5.5.2",
"tns-core-modules": "next",
"zone.js": "^0.8.4",
"@angular/platform-browser-dynamic": "~5.0.0"
"zone.js": "^0.8.4"
},
"devDependencies": {
"@types/chai": "^4.0.2",
Expand All @@ -53,4 +53,4 @@
"compile-tests-w": "tsc -p e2e --watch",
"update-app-ng-deps": "update-app-ng-deps"
}
}
}

0 comments on commit a83fba1

Please sign in to comment.