chore(core): upgrade stencil version to 0.0.9-0

Fixes: #13612
This commit is contained in:
Ken Sodemann
2017-12-11 14:33:09 -06:00
parent 6069549792
commit ca0470dc39
2 changed files with 8 additions and 8 deletions

View File

@@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.8.tgz",
"integrity": "sha512-T5Z/RCHic7QaoOLUPZyPUlbFokXRrzJf0FKOXAppXyDpp58OjMnPQNuXUrQEl/d3wNqOHU7p1X7m/Tc3c9q17Q==",
"version": "0.0.9-0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.0.9-0.tgz",
"integrity": "sha512-/Dnku3WzKbSNuP+ydUv1fkyHMq6JFbXnz8EmkGSNT5t1tqGbNUkuJF9B4dwLP4BJ4YE0D5BrCsoraG6X43/fUQ==",
"dev": true,
"requires": {
"chokidar": "1.7.0",
@@ -56,9 +56,9 @@
"dev": true
},
"@types/node": {
"version": "8.0.57",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.57.tgz",
"integrity": "sha512-ZxrhcBxlZA7tn0HFf7ebUYfR9aHyBgjyavBLzyrYMYuAMbONBPY4S5O35562iV2FfwnZCjQky3gTDy1B3jSZ2Q==",
"version": "8.0.58",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.0.58.tgz",
"integrity": "sha512-V746iUU7eHNdzQipoACuguDlVhC7IHK8CES1jSkuFt352wwA84BCWPXaGekBd7R5XdNK5ReHONDVKxlL9IreAw==",
"dev": true
},
"abab": {
@@ -6336,7 +6336,7 @@
"integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==",
"dev": true,
"requires": {
"@types/node": "8.0.57"
"@types/node": "8.0.58"
}
},
"path-exists": {

View File

@@ -10,7 +10,7 @@
"dist/"
],
"devDependencies": {
"@stencil/core": "0.0.8",
"@stencil/core": "0.0.9-0",
"@stencil/dev-server": "0.0.18-0",
"@stencil/utils": "latest",
"@types/jest": "^21.1.6",