Skip to content

Commit ecc5aec

Browse files
committed
chore: update to NativeScript 3.0
1 parent 185a7bf commit ecc5aec

File tree

4 files changed

+374
-17
lines changed

4 files changed

+374
-17
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "~4.0.0",
17-
"@angular/compiler": "~4.0.0",
18-
"@angular/core": "~4.0.0",
19-
"@angular/forms": "~4.0.0",
20-
"@angular/http": "~4.0.0",
21-
"@angular/platform-browser": "~4.0.0",
22-
"@angular/platform-browser-dynamic": "~4.0.0",
23-
"@angular/router": "~4.0.0",
24-
"nativescript-angular": "~1.5.0",
16+
"@angular/common": "^4.0.0",
17+
"@angular/compiler": "^4.0.0",
18+
"@angular/core": "^4.0.0",
19+
"@angular/forms": "^4.0.0",
20+
"@angular/http": "^4.0.0",
21+
"@angular/platform-browser": "^4.0.0",
22+
"@angular/platform-browser-dynamic": "^4.0.0",
23+
"@angular/router": "^4.0.0",
24+
"nativescript-angular": "^3.0.0 || ^2.0.0-rc.1",
2525
"nativescript-intl": "~0.0.10",
2626
"reflect-metadata": "~0.1.8",
2727
"rxjs": "^5.2.0",
28-
"tns-core-modules": "~2.5.0",
28+
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
2929
"zone.js": "^0.8.4"
3030
},
3131
"devDependencies": {
32-
"babel-traverse": "6.8.0",
33-
"babel-types": "6.8.1",
34-
"babylon": "6.8.0",
35-
"filewalker": "0.1.2",
32+
"babel-traverse": "^6.24.1",
33+
"babel-types": "^6.24.1",
34+
"babylon": "^6.16.1",
35+
"filewalker": "^0.1.3",
3636
"lazy": "1.0.11",
3737
"nativescript-dev-android-snapshot": "~0.0.6",
38-
"nativescript-dev-typescript": "~0.3.7",
39-
"typescript": "~2.2.1"
38+
"nativescript-dev-typescript": "^0.4.2",
39+
"typescript": "~2.2.2"
4040
}
4141
}

references.d.ts

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

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"noEmitOnError": true,
99
"lib": [
1010
"es6",
11-
"dom"
11+
"dom",
12+
"es2015.iterable"
1213
],
1314
"baseUrl": ".",
1415
"paths": {

0 commit comments

Comments
 (0)