Skip to content

Commit 581a78b

Browse files
committed
chore: unpin rxjs versions
1 parent 1c750f3 commit 581a78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: e2e/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-intl": "^3.0.0",
2727
"reflect-metadata": "~0.1.8",
28-
"rxjs": "5.5.2",
28+
"rxjs": "^5.5.4",
2929
"tns-core-modules": "next",
3030
"zone.js": "^0.8.4"
3131
},

Diff for: ng-sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@angular/platform-browser-dynamic": "~5.0.0",
4343
"@angular/router": "~5.0.0",
4444
"nativescript-angular": "file:../nativescript-angular",
45-
"rxjs": "5.5.2",
45+
"rxjs": "^5.5.2",
4646
"tns-core-modules": "next",
4747
"zone.js": "~0.8.2"
4848
},

0 commit comments

Comments
 (0)