chore(stencil): update stencil to 0.10.2

This commit is contained in:
Adam Bradley
2018-07-10 09:19:28 -05:00
parent 0e68f17f6f
commit 7f729495d5
2 changed files with 4 additions and 4 deletions

View File

@@ -47,9 +47,9 @@
}
},
"@stencil/core": {
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.10.1.tgz",
"integrity": "sha512-vQz+cKNXMmWcFmcs0YlpyQEQPshBQlydNeymQsH3sLXganYv09kXCbLXp3Mc0RqZmwMVxAJZHWuLDleoUaDEyw==",
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.10.2.tgz",
"integrity": "sha512-n9xyrQnJ4JRk0K6z4GW6y8MjjNSetaFUeZcyX2Z/HGRq23RVrbtwmAXKcePHYPS+526dAMvIXC6N+6zOtu0YHQ==",
"dev": true,
"requires": {
"chokidar": "2.0.3",

View File

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