Skip to content

Commit da60395

Browse files
committed
Upgrade to angular beta.6
1 parent 3d1c37d commit da60395

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

app/compat.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Angular 2 compatibility types
2-
declare type NativeScriptModule = NodeModule
3-
declare type NativeScriptRequire = NodeRequire
2+
declare type MapConstructor = typeof Map;
3+
declare type SetConstructor = typeof Set;

app/references.d.ts

-3
This file was deleted.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@
1818
"nativescript": {
1919
"id": "org.nativescript.groceries",
2020
"tns-android": {
21-
"version": "1.5.1"
21+
"version": "1.6.0"
2222
},
2323
"tns-ios": {
24-
"version": "1.5.2"
24+
"version": "1.6.0"
2525
}
2626
},
2727
"dependencies": {
2828
"email-validator": "^1.0.3",
2929
"nativescript-social-share": "^1.1.0",
30-
"tns-core-modules": "1.6.0-angular-5",
31-
"nativescript-angular": "0.0.30",
32-
"angular2": "2.0.0-beta.3",
30+
"tns-core-modules": "1.6.0",
31+
"nativescript-angular": "0.0.32",
32+
"angular2": "2.0.0-beta.6",
3333
"parse5": "1.4.2",
3434
"punycode": "1.3.2",
3535
"querystring": "0.2.0",
3636
"url": "0.10.3",
3737
"reflect-metadata": "0.1.2",
3838
"rxjs": "5.0.0-beta.0",
39-
"zone.js": "0.5.11"
39+
"zone.js": "0.5.14"
4040
},
4141
"devDependencies": {
4242
"nativescript-dev-typescript": "^0.2.2",
4343
"shelljs": "^0.5.3",
4444
"typescript": "^1.7.5"
4545
}
46-
}
46+
}

references.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"node_modules",
1515
"platforms"
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)