Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

Commit 4861c09

Browse files
Justin WillisJustin Willis
Justin Willis
authored and
Justin Willis
committed
chore(): update for beta.7
1 parent c8ab98b commit 4861c09

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"dependencies": {
3-
"angular2": "2.0.0-beta.15",
3+
"@angular/common": "^2.0.0-rc.1",
4+
"@angular/compiler": "^2.0.0-rc.1",
5+
"@angular/core": "^2.0.0-rc.1",
6+
"@angular/http": "^2.0.0-rc.1",
7+
"@angular/platform-browser": "^2.0.0-rc.1",
8+
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
9+
"@angular/router": "^2.0.0-rc.1",
410
"es6-shim": "^0.35.0",
5-
"ionic-angular": "2.0.0-beta.6",
11+
"ionic-angular": "2.0.0-beta.7",
612
"ionic-native": "^1.1.0",
713
"ionicons": "3.0.0",
8-
"rxjs": "5.0.0-beta.2"
14+
"reflect-metadata": "^0.1.3",
15+
"rxjs": "^5.0.0-beta.6",
16+
"zone.js": "^0.6.12"
917
},
1018
"devDependencies": {
1119
"del": "2.2.0",
@@ -15,7 +23,7 @@
1523
"ionic-gulp-fonts-copy": "^1.0.0",
1624
"ionic-gulp-html-copy": "^1.0.0",
1725
"ionic-gulp-sass-build": "^1.0.0",
18-
"ionic-gulp-scripts-copy": "^1.0.1",
26+
"ionic-gulp-scripts-copy": "^2.0.0",
1927
"run-sequence": "1.1.5"
2028
}
2129
}

0 commit comments

Comments
 (0)