mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
chore(angular): update to angular 4.0.0-rc.2
This commit is contained in:
22
package.json
22
package.json
@ -25,17 +25,17 @@
|
||||
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "2.2.1",
|
||||
"@angular/compiler": "2.2.1",
|
||||
"@angular/compiler-cli": "2.2.1",
|
||||
"@angular/core": "2.2.1",
|
||||
"@angular/forms": "2.2.1",
|
||||
"@angular/http": "2.2.1",
|
||||
"@angular/platform-browser": "2.2.1",
|
||||
"@angular/platform-browser-dynamic": "2.2.1",
|
||||
"@angular/platform-server": "2.2.1",
|
||||
"@angular/common": "4.0.0-rc.2",
|
||||
"@angular/compiler": "4.0.0-rc.2",
|
||||
"@angular/compiler-cli": "4.0.0-rc.2",
|
||||
"@angular/core": "4.0.0-rc.2",
|
||||
"@angular/forms": "4.0.0-rc.2",
|
||||
"@angular/http": "4.0.0-rc.2",
|
||||
"@angular/platform-browser": "4.0.0-rc.2",
|
||||
"@angular/platform-browser-dynamic": "4.0.0-rc.2",
|
||||
"@angular/platform-server": "4.0.0-rc.2",
|
||||
"ionicons": "~3.0.0",
|
||||
"rxjs": "^5.0.1",
|
||||
"rxjs": "5.1.1",
|
||||
"zone.js": "^0.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -131,7 +131,7 @@
|
||||
"ts-node": "1.3.0",
|
||||
"tslint": "3.15.1",
|
||||
"tslint-ionic-rules": "0.0.7",
|
||||
"typescript": "~2.0.10",
|
||||
"typescript": "~2.2.1",
|
||||
"vinyl": "1.2.0",
|
||||
"webpack": "^2.1.0-beta.27",
|
||||
"yargs": "5.0.0"
|
||||
|
Reference in New Issue
Block a user