mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Merge branch 'fix/angular-update' of github.com:driftyco/ionic
This commit is contained in:
18
package.json
18
package.json
@ -25,15 +25,15 @@
|
|||||||
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0",
|
"@angular/common": "2.1.1",
|
||||||
"@angular/compiler": "2.0.0",
|
"@angular/compiler": "2.1.1",
|
||||||
"@angular/compiler-cli": "0.6.2",
|
"@angular/compiler-cli": "2.1.1",
|
||||||
"@angular/core": "2.0.0",
|
"@angular/core": "2.1.1",
|
||||||
"@angular/forms": "2.0.0",
|
"@angular/forms": "2.1.1",
|
||||||
"@angular/http": "2.0.0",
|
"@angular/http": "2.1.1",
|
||||||
"@angular/platform-browser": "2.0.0",
|
"@angular/platform-browser": "2.1.1",
|
||||||
"@angular/platform-browser-dynamic": "2.1.0",
|
"@angular/platform-browser-dynamic": "2.1.1",
|
||||||
"@angular/platform-server": "2.0.0",
|
"@angular/platform-server": "2.1.1",
|
||||||
"ionic-native": "2.0.3",
|
"ionic-native": "2.0.3",
|
||||||
"ionicons": "3.0.0",
|
"ionicons": "3.0.0",
|
||||||
"rxjs": "5.0.0-beta.12",
|
"rxjs": "5.0.0-beta.12",
|
||||||
|
Reference in New Issue
Block a user