chore(stencil): update stencil to 0.10.1

This commit is contained in:
Brandy Carney
2018-07-09 16:48:46 -04:00
parent 50dedd7931
commit ff0fe9cee7
2 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@
}
},
"@stencil/core": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.10.0.tgz",
"integrity": "sha512-oR0HDjHZO/s+LyfoGGGmueOd8aBqQmFj+nqnwlnzbkjuhzi2LqMP5Xp2hFSBAP7e2xmOFBRxwmXHNaWVxseZfQ==",
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.10.1.tgz",
"integrity": "sha512-vQz+cKNXMmWcFmcs0YlpyQEQPshBQlydNeymQsH3sLXganYv09kXCbLXp3Mc0RqZmwMVxAJZHWuLDleoUaDEyw==",
"dev": true,
"requires": {
"chokidar": "2.0.3",

View File

@@ -27,7 +27,7 @@
"ionicons": "4.2.4"
},
"devDependencies": {
"@stencil/core": "^0.10.0",
"@stencil/core": "^0.10.1",
"@stencil/dev-server": "latest",
"@stencil/sass": "latest",
"@stencil/utils": "latest",