chore(package): update stencil 0.6.12

This commit is contained in:
Adam Bradley
2018-02-27 21:36:20 -06:00
parent 6076199b81
commit 7858546bbf
2 changed files with 10 additions and 12 deletions

View File

@ -14,9 +14,9 @@
} }
}, },
"@stencil/core": { "@stencil/core": {
"version": "0.6.11", "version": "0.6.12",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.11.tgz", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.12.tgz",
"integrity": "sha512-G6U8thKznLZrTrMyUzNZSxs3VeHX0iuDFfhGN0NuUvY3169DrM7/tMGyolhRultbyDBLD7PTvOlxWE5xM6ebKw==", "integrity": "sha512-J0JjoWlfrmUlyA654CeM2kkM3uDWGxiVGZYRx9HyyTiEnRJZsksDgNIV1129PgQT/dq6nm4wIgHdCas155Wiew==",
"dev": true, "dev": true,
"requires": { "requires": {
"chokidar": "2.0.1", "chokidar": "2.0.1",
@ -30,14 +30,6 @@
"typescript": "2.7.2", "typescript": "2.7.2",
"uglify-es": "3.3.9", "uglify-es": "3.3.9",
"workbox-build": "3.0.0-alpha.6" "workbox-build": "3.0.0-alpha.6"
},
"dependencies": {
"rollup": {
"version": "0.56.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.56.3.tgz",
"integrity": "sha512-/iH4RfioboHgBjo7TbQcdMad/ifVGY/ToOB1AsW7oZHUhfhm+low6QlrImUSaJO1JqklOpWEKlD+b3MZYLuptA==",
"dev": true
}
} }
}, },
"@stencil/dev-server": { "@stencil/dev-server": {
@ -9025,6 +9017,12 @@
"inherits": "2.0.3" "inherits": "2.0.3"
} }
}, },
"rollup": {
"version": "0.56.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.56.3.tgz",
"integrity": "sha512-/iH4RfioboHgBjo7TbQcdMad/ifVGY/ToOB1AsW7oZHUhfhm+low6QlrImUSaJO1JqklOpWEKlD+b3MZYLuptA==",
"dev": true
},
"rollup-plugin-commonjs": { "rollup-plugin-commonjs": {
"version": "8.3.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.3.0.tgz", "resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.3.0.tgz",

View File

@ -12,7 +12,7 @@
"ionicons": "4.0.0-18" "ionicons": "4.0.0-18"
}, },
"devDependencies": { "devDependencies": {
"@stencil/core": "0.6.11", "@stencil/core": "0.6.12",
"@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",