mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
refactor(action-sheet): update action-sheet api to use element instead of instance
* refactor(action-sheet): update action-sheet api to use element instead of instance * chore(dependencies): update angular to next
This commit is contained in:
2405
packages/angular/demo/package-lock.json
generated
2405
packages/angular/demo/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,15 +12,15 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^5.0.0",
|
||||
"@angular/common": "^5.0.0",
|
||||
"@angular/compiler": "^5.0.0",
|
||||
"@angular/core": "^5.0.0",
|
||||
"@angular/forms": "^5.0.0",
|
||||
"@angular/http": "^5.0.0",
|
||||
"@angular/platform-browser": "^5.0.0",
|
||||
"@angular/platform-browser-dynamic": "^5.0.0",
|
||||
"@angular/router": "^5.0.0",
|
||||
"@angular/animations": "next",
|
||||
"@angular/common": "next",
|
||||
"@angular/compiler": "next",
|
||||
"@angular/core": "next",
|
||||
"@angular/forms": "next",
|
||||
"@angular/http": "next",
|
||||
"@angular/platform-browser": "next",
|
||||
"@angular/platform-browser-dynamic": "next",
|
||||
"@angular/router": "next",
|
||||
"@ionic/angular": "next",
|
||||
"@ionic/core": "next",
|
||||
"core-js": "^2.4.1",
|
||||
@ -29,8 +29,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/cli": "1.5.0",
|
||||
"@angular/compiler-cli": "^5.0.0",
|
||||
"@angular/language-service": "^5.0.0",
|
||||
"@angular/compiler-cli": "next",
|
||||
"@angular/language-service": "next",
|
||||
"@stencil/core": "0.0.7",
|
||||
"@types/jasmine": "~2.5.53",
|
||||
"@types/jasminewd2": "~2.0.2",
|
||||
|
||||
Reference in New Issue
Block a user