mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(angular): update to angular 2.0.0-rc.7
This commit is contained in:
20
package.json
20
package.json
@ -25,13 +25,13 @@
|
||||
"link": "npm install && gulp src && npm link"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.6",
|
||||
"@angular/compiler": "2.0.0-rc.6",
|
||||
"@angular/core": "2.0.0-rc.6",
|
||||
"@angular/forms": "2.0.0-rc.6",
|
||||
"@angular/http": "2.0.0-rc.6",
|
||||
"@angular/platform-browser": "2.0.0-rc.6",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
||||
"@angular/common": "2.0.0-rc.7",
|
||||
"@angular/compiler": "2.0.0-rc.7",
|
||||
"@angular/core": "2.0.0-rc.7",
|
||||
"@angular/forms": "2.0.0-rc.7",
|
||||
"@angular/http": "2.0.0-rc.7",
|
||||
"@angular/platform-browser": "2.0.0-rc.7",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
|
||||
"colors": "1.1.2",
|
||||
"core-js": "2.4.1",
|
||||
"inquirer": "0.11.0",
|
||||
@ -39,11 +39,11 @@
|
||||
"lodash": "3.10.1",
|
||||
"mkdirp-no-bin": "0.5.1",
|
||||
"q": "1.4.1",
|
||||
"rxjs": "5.0.0-beta.11",
|
||||
"zone.js": "0.6.17"
|
||||
"rxjs": "5.0.0-beta.12",
|
||||
"zone.js": "0.6.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "0.6.0",
|
||||
"@angular/compiler-cli": "0.6.1",
|
||||
"@types/glob": "^5.0.29",
|
||||
"@types/gulp": "^3.8.29",
|
||||
"@types/hammerjs": "^2.0.30",
|
||||
|
Reference in New Issue
Block a user