Skip to content

Commit d06def0

Browse files
committed
Update to angular 2.3.1
1 parent cf3e8c0 commit d06def0

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.2.1",
33-
"@angular/compiler": "2.2.1",
34-
"@angular/core": "2.2.1",
35-
"@angular/forms": "2.2.1",
36-
"@angular/http": "2.2.1",
37-
"@angular/platform-browser": "2.2.1",
38-
"@angular/platform-browser-dynamic": "2.2.1",
39-
"@angular/router": "3.2.1",
40-
"nativescript-angular": "1.2.0",
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",
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-beta.12",
47+
"rxjs": "5.0.0-rc.4",
4848
"tns-core-modules": "2.4.4"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "2.2.1",
51+
"@angular/compiler-cli": "2.3.1",
5252
"@ngtools/webpack": "1.1.6",
5353
"babel-traverse": "6.11.4",
5454
"babel-types": "6.11.1",
@@ -72,7 +72,7 @@
7272
"tslint": "~4.0.2",
7373
"typescript": "~2.0.3",
7474
"webpack": "~2.1.0-beta.27",
75-
"zone.js": "~0.6.21"
75+
"zone.js": "~0.7.2"
7676
},
7777
"scripts": {
7878
"pretsc": "npm install",
@@ -103,4 +103,4 @@
103103
"build-android-bundle": "tns build android --bundle --disable-npm-install",
104104
"build-ios-bundle": "tns build ios --bundle --disable-npm-install"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)