mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(dependencies): update to angular 4 rc 5
update to angular 4 rc 5
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": "4.0.0-rc.3",
|
"@angular/common": "4.0.0-rc.5",
|
||||||
"@angular/compiler": "4.0.0-rc.3",
|
"@angular/compiler": "4.0.0-rc.5",
|
||||||
"@angular/compiler-cli": "4.0.0-rc.3",
|
"@angular/compiler-cli": "4.0.0-rc.5",
|
||||||
"@angular/core": "4.0.0-rc.3",
|
"@angular/core": "4.0.0-rc.5",
|
||||||
"@angular/forms": "4.0.0-rc.3",
|
"@angular/forms": "4.0.0-rc.5",
|
||||||
"@angular/http": "4.0.0-rc.3",
|
"@angular/http": "4.0.0-rc.5",
|
||||||
"@angular/platform-browser": "4.0.0-rc.3",
|
"@angular/platform-browser": "4.0.0-rc.5",
|
||||||
"@angular/platform-browser-dynamic": "4.0.0-rc.3",
|
"@angular/platform-browser-dynamic": "4.0.0-rc.5",
|
||||||
"@angular/platform-server": "4.0.0-rc.3",
|
"@angular/platform-server": "4.0.0-rc.5",
|
||||||
"ionicons": "~3.0.0",
|
"ionicons": "~3.0.0",
|
||||||
"rxjs": "5.1.1",
|
"rxjs": "5.1.1",
|
||||||
"zone.js": "^0.7.2"
|
"zone.js": "^0.7.2"
|
||||||
|
Reference in New Issue
Block a user