chore(package): update to stencil 0.7.8

This commit is contained in:
Adam Bradley
2018-03-26 16:34:31 -05:00
parent ac4ab0d767
commit 1efc0f3a94
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "0.7.7", "version": "0.7.8",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.7.7.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.7.8.tgz",
"integrity": "sha512-KgHv6sve1lDJ9k/yd5L4sBUvsaakXM41G1pM5+jx2q73jLiCEoyB42ZAYkLYctscez+uD9qPWvWSDkGfsZuS0g==", "integrity": "sha512-uAFRryEh7wvWQo1vkePvXwTW1mHm0WzgEl8ApVP4DrNPDUb1Qy24IpI9lcBsEP0sFMgYhjhS02vZTwVWvZi8CQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "2.0.1", "chokidar": "2.0.1",

View File

@ -24,7 +24,7 @@
"ionicons": "4.0.0-18" "ionicons": "4.0.0-18"
}, },
"devDependencies": { "devDependencies": {
"@stencil/core": "^0.7.7", "@stencil/core": "^0.7.8",
"@stencil/dev-server": "latest", "@stencil/dev-server": "latest",
"@stencil/postcss": "0.0.2", "@stencil/postcss": "0.0.2",
"@stencil/sass": "0.0.3", "@stencil/sass": "0.0.3",