Skip to content

Commit 8eae2cb

Browse files
committed
fix(): update to latest Angular and NGC
1 parent 837ca76 commit 8eae2cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
2626
},
2727
"dependencies": {
28-
"@angular/common": "2.0.0",
29-
"@angular/compiler": "2.0.0",
30-
"@angular/compiler-cli": "0.6.2",
31-
"@angular/core": "2.0.0",
32-
"@angular/forms": "2.0.0",
33-
"@angular/http": "2.0.0",
34-
"@angular/platform-browser": "2.0.0",
35-
"@angular/platform-browser-dynamic": "2.1.0",
36-
"@angular/platform-server": "2.0.0",
28+
"@angular/common": "2.1.1",
29+
"@angular/compiler": "2.1.1",
30+
"@angular/compiler-cli": "2.1.1",
31+
"@angular/core": "2.1.1",
32+
"@angular/forms": "2.1.1",
33+
"@angular/http": "2.1.1",
34+
"@angular/platform-browser": "2.1.1",
35+
"@angular/platform-browser-dynamic": "2.1.1",
36+
"@angular/platform-server": "2.1.1",
3737
"ionic-native": "2.0.3",
3838
"ionicons": "3.0.0",
3939
"rxjs": "5.0.0-beta.12",

0 commit comments

Comments
 (0)