chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-02-21 22:09:58 +01:00
parent a8df85cc83
commit 7a7dc8f74f
2 changed files with 9 additions and 8 deletions

View File

@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.0.tgz",
"integrity": "sha512-jlFeNZTRRVOptujF0EPkLwRAiQKhkywNftWm/AEeftPCpx9zpbaPuzooytfeuymjxpunulJT3/ldF7CP7O2Wdw==",
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.5.tgz",
"integrity": "sha512-pt9e7+VJK/W+A11GzVU1ljisO270t1klu6tvbe+WJZOoxGMCZjW9OOBNAP5dbSAewfP1dsBa3SDGI/IUS5Z6dA==",
"dev": true,
"requires": {
"chokidar": "2.0.1",
@ -26,6 +26,7 @@
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.1.0",
"rollup-plugin-node-resolve": "3.0.3",
"rollup-pluginutils": "2.0.1",
"typescript": "2.7.2",
"uglify-es": "3.3.9",
"workbox-build": "3.0.0-alpha.6"
@ -389,7 +390,7 @@
"integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
"dev": true,
"requires": {
"micromatch": "3.1.6",
"micromatch": "3.1.8",
"normalize-path": "2.1.1"
}
},
@ -7207,9 +7208,9 @@
"dev": true
},
"micromatch": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.6.tgz",
"integrity": "sha512-6hezhKgmSIRZeSCiVB84GOmH1Ajvo8XgnaEq/uPQ/wv0g+MQlaVonSEru7VMDZXzRWFoclakpADfInbg/5FGjw==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.8.tgz",
"integrity": "sha512-/XeuOQqYg+B5kwjDWekXseSwGS7CzE0w9Gjo4Cjkf/uFitNh47NrZHAY2vp/oS2YQVfebPIdbEIvgdy+kIcAog==",
"dev": true,
"requires": {
"arr-diff": "4.0.0",

View File

@ -9,7 +9,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.6.0",
"@stencil/core": "^0.6.5",
"@stencil/dev-server": "latest",
"@stencil/postcss": "0.0.2",
"@stencil/sass": "0.0.2",