Skip to content

Commit d365b2f

Browse files
authored
chore: update Angular to 2.4 and TypeScript to 2.1 (#148)
1 parent bbbdff3 commit d365b2f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@angular/common": "2.3.1",
33-
"@angular/compiler": "2.3.1",
34-
"@angular/core": "2.3.1",
35-
"@angular/forms": "2.3.1",
36-
"@angular/http": "2.3.1",
37-
"@angular/platform-browser": "2.3.1",
38-
"@angular/platform-browser-dynamic": "2.3.1",
39-
"@angular/router": "3.3.1",
40-
"nativescript-angular": "1.3.0",
32+
"@angular/common": "2.4.3",
33+
"@angular/compiler": "2.4.3",
34+
"@angular/core": "2.4.3",
35+
"@angular/forms": "2.4.3",
36+
"@angular/http": "2.4.3",
37+
"@angular/platform-browser": "2.4.3",
38+
"@angular/platform-browser-dynamic": "2.4.3",
39+
"@angular/router": "3.4.3",
40+
"nativescript-angular": "next",
4141
"nativescript-camera": "0.0.7",
4242
"nativescript-geolocation": "0.0.14",
4343
"nativescript-googlemaps": "0.0.6",
4444
"nativescript-intl": "~0.0.6",
4545
"nativescript-theme-core": "^1.0.0",
4646
"reflect-metadata": "~0.1.8",
47-
"rxjs": "5.0.0-rc.4",
47+
"rxjs": "~5.0.1",
4848
"tns-core-modules": "2.4.4"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "2.3.1",
51+
"@angular/compiler-cli": "2.4.3",
5252
"@ngtools/webpack": "1.2.1",
5353
"babel-traverse": "6.11.4",
5454
"babel-types": "6.11.1",
@@ -70,7 +70,7 @@
7070
"tar.gz": "^1.0.5",
7171
"tns-platform-declarations": "^2.4.0",
7272
"tslint": "~4.0.2",
73-
"typescript": "~2.0.3",
73+
"typescript": "~2.1.0",
7474
"webpack": "~2.1.0-beta.27",
7575
"webpack-sources": "~0.1.3",
7676
"zone.js": "~0.7.2",
@@ -106,4 +106,4 @@
106106
"build-android-bundle": "tns build android --bundle --disable-npm-install",
107107
"build-ios-bundle": "tns build ios --bundle --disable-npm-install"
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)