Skip to content

Commit e4a10aa

Browse files
committed
Switch to Angular 2 rc5 dependencies
1 parent 657e6cc commit e4a10aa

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

nativescript-angular/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
},
2020
"dependencies": {
2121
"nativescript-intl": "^0.0.4",
22-
"@angular/core": "2.0.0-rc.4",
23-
"@angular/common": "2.0.0-rc.4",
24-
"@angular/compiler": "2.0.0-rc.4",
25-
"@angular/http": "2.0.0-rc.4",
26-
"@angular/platform-browser": "2.0.0-rc.4",
27-
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
28-
"@angular/platform-server": "2.0.0-rc.4",
29-
"@angular/router-deprecated": "2.0.0-rc.2",
30-
"@angular/router": "3.0.0-beta.2",
22+
"@angular/core": "2.0.0-rc.5",
23+
"@angular/common": "2.0.0-rc.5",
24+
"@angular/compiler": "2.0.0-rc.5",
25+
"@angular/http": "2.0.0-rc.5",
26+
"@angular/platform-browser": "2.0.0-rc.5",
27+
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
28+
"@angular/platform-server": "2.0.0-rc.5",
29+
"@angular/forms": "0.3.0",
30+
"@angular/router": "3.0.0-rc.1",
3131
"rxjs": "5.0.0-beta.6",
3232
"zone.js": "^0.6.12",
3333
"reflect-metadata": "^0.1.3",
@@ -37,7 +37,7 @@
3737
"url": "0.10.3"
3838
},
3939
"devDependencies": {
40-
"tns-core-modules": ">=2.1.0 || >=2.1.0-2016",
40+
"tns-core-modules": ">=2.2.0 || >=2.2.0-2016",
4141
"typescript": "^1.8.10"
4242
},
4343
"nativescript": {}

ng-sample/package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": "next",
26+
"tns-core-modules": "2.2.0",
2727
"nativescript-angular": "next",
2828
"nativescript-intl": "^0.0.2",
29-
"@angular/core": "2.0.0-rc.4",
30-
"@angular/common": "2.0.0-rc.4",
31-
"@angular/compiler": "2.0.0-rc.4",
32-
"@angular/http": "2.0.0-rc.4",
33-
"@angular/platform-browser": "2.0.0-rc.4",
34-
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
35-
"@angular/platform-server": "2.0.0-rc.4",
36-
"@angular/router-deprecated": "2.0.0-rc.2",
37-
"@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",
3837
"rxjs": "5.0.0-beta.6",
3938
"zone.js": "^0.6.12",
4039
"reflect-metadata": "^0.1.3",
@@ -57,10 +56,7 @@
5756
"nativescript": {
5857
"id": "org.nativescript.ngsample",
5958
"tns-android": {
60-
"version": "2.1.1"
61-
},
62-
"tns-ios": {
63-
"version": "2.1.1"
59+
"version": "2.2.0"
6460
}
6561
}
6662
}

0 commit comments

Comments
 (0)