Skip to content

Commit cbf3279

Browse files
committed
Change tests dependencies to rc5
1 parent 6032993 commit cbf3279

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

tests/package.json

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"nativescript": {
33
"id": "org.nativescript.ngtests",
44
"tns-android": {
5-
"version": "2.1.1"
6-
},
7-
"tns-ios": {
8-
"version": "2.1.1"
5+
"version": "2.2.0"
96
}
107
},
118
"name": "ngtests",
@@ -29,15 +26,14 @@
2926
"nativescript-unit-test-runner": "^0.3.3",
3027
"tns-core-modules": ">=2.1.0",
3128
"nativescript-angular": "next",
32-
"@angular/core": "2.0.0-rc.4",
33-
"@angular/common": "2.0.0-rc.4",
34-
"@angular/compiler": "2.0.0-rc.4",
35-
"@angular/http": "2.0.0-rc.4",
36-
"@angular/platform-browser": "2.0.0-rc.4",
37-
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
38-
"@angular/platform-server": "2.0.0-rc.4",
39-
"@angular/router-deprecated": "2.0.0-rc.2",
40-
"@angular/router": "3.0.0-beta.2",
29+
"@angular/core": "2.0.0-rc.5",
30+
"@angular/common": "2.0.0-rc.5",
31+
"@angular/compiler": "2.0.0-rc.5",
32+
"@angular/http": "2.0.0-rc.5",
33+
"@angular/platform-browser": "2.0.0-rc.5",
34+
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
35+
"@angular/platform-server": "2.0.0-rc.5",
36+
"@angular/router": "3.0.0-rc.1",
4137
"rxjs": "5.0.0-beta.6",
4238
"zone.js": "^0.6.12",
4339
"reflect-metadata": "^0.1.3",

0 commit comments

Comments
 (0)