mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(package): update Angular to 4.1.2 (#11615)
Update to Angular 4.1.2
This commit is contained in:

committed by
Brandy Carney

parent
3323275ddd
commit
67bbaf331e
18
package.json
18
package.json
@ -25,14 +25,14 @@
|
|||||||
"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.1.0",
|
"@angular/common": "4.1.2",
|
||||||
"@angular/compiler": "4.1.0",
|
"@angular/compiler": "4.1.2",
|
||||||
"@angular/compiler-cli": "4.1.0",
|
"@angular/compiler-cli": "4.1.2",
|
||||||
"@angular/core": "4.1.0",
|
"@angular/core": "4.1.2",
|
||||||
"@angular/forms": "4.1.0",
|
"@angular/forms": "4.1.2",
|
||||||
"@angular/http": "4.1.0",
|
"@angular/http": "4.1.2",
|
||||||
"@angular/platform-browser": "4.1.0",
|
"@angular/platform-browser": "4.1.2",
|
||||||
"@angular/platform-browser-dynamic": "4.1.0",
|
"@angular/platform-browser-dynamic": "4.1.2",
|
||||||
"ionicons": "~3.0.0",
|
"ionicons": "~3.0.0",
|
||||||
"rxjs": "5.1.1",
|
"rxjs": "5.1.1",
|
||||||
"zone.js": "^0.8.10"
|
"zone.js": "^0.8.10"
|
||||||
@ -146,4 +146,4 @@
|
|||||||
"pre-push#master": [
|
"pre-push#master": [
|
||||||
"test"
|
"test"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user