chore(stencil): update dependencies

This commit is contained in:
Brandy Carney
2018-08-29 12:51:59 -04:00
parent 89ba55d07b
commit 5da388a4de
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
"ionicons": "4.4.3"
},
"devDependencies": {
"@stencil/core": "0.12.1",
"@stencil/core": "^0.12.2",
"@stencil/dev-server": "latest",
"@stencil/sass": "0.1.0",
"@stencil/utils": "latest",

View File

@@ -6,7 +6,7 @@
import '@stencil/core';
import 'ionicons'
import 'ionicons';
import {
ActionSheetButton,
ActionSheetOptions,
@@ -3992,7 +3992,7 @@ export namespace Components {
* The text to display on the ok button. Default: `OK`.
*/
'okText': string;
'open': (ev?: UIEvent | undefined) => Promise<HTMLIonActionSheetElement | HTMLIonAlertElement | HTMLIonPopoverElement>;
'open': (ev?: UIEvent | undefined) => Promise<HTMLIonPopoverElement | HTMLIonActionSheetElement | HTMLIonAlertElement>;
/**
* The text to display when the select is empty.
*/