chore(package): update stencil 0.6.7 and ionicons now as a dependency

This commit is contained in:
Adam Bradley
2018-02-23 10:51:41 -06:00
parent 5137be1326
commit a65e0671bb
2 changed files with 19 additions and 18 deletions

View File

@ -14,9 +14,9 @@
}
},
"@stencil/core": {
"version": "0.6.6",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.6.tgz",
"integrity": "sha512-ekkrfjBqX7zqQP6OvJPwwMtGmm592fZI0xSkRioLGLr3T32BSarfDenF9aX7IelqRcpyI/phiUBZCF8aI4YU3w==",
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-0.6.7.tgz",
"integrity": "sha512-bCYDDoOo6MIfvrAE7zNxFU8ID+lSlvLYn2OfWfnCTHD+l3j+uYAUxGe7gW3XPvUGTEOrMTxL1XbaEIWF2h8l3g==",
"dev": true,
"requires": {
"chokidar": "2.0.1",
@ -1205,7 +1205,7 @@
"dev": true,
"requires": {
"caniuse-lite": "1.0.30000810",
"electron-to-chromium": "1.3.33"
"electron-to-chromium": "1.3.34"
}
},
"bser": {
@ -2056,9 +2056,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.33",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz",
"integrity": "sha1-vwBwPWKnxlI4E2V4w1LWxcBCpUU=",
"version": "1.3.34",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.34.tgz",
"integrity": "sha1-2TSY9AORuwwWpgPYJBuZUUBBV+0=",
"dev": true
},
"elegant-spinner": {
@ -2991,7 +2991,7 @@
"dev": true,
"optional": true,
"requires": {
"nan": "2.8.0",
"nan": "2.9.2",
"node-pre-gyp": "0.6.39"
},
"dependencies": {
@ -4614,10 +4614,9 @@
"dev": true
},
"ionicons": {
"version": "4.0.0-15",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.0.0-15.tgz",
"integrity": "sha512-N/gZ1G24+fS2+xfuw8A0b33uUepxUioZr0WxPaSNANIePtmoTlqxXO91lnaKHzTFDc+fevoPiFoUmaSPGSMgyg==",
"dev": true
"version": "4.0.0-16",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.0.0-16.tgz",
"integrity": "sha512-dKlEPK0BunmsNCAlcIr0LRY2fxUySa7Vzqe/onmSoNLRshMTbkDM1IyuHOWBEnJp5UsUFW+lqsEERV+VQpEhKA=="
},
"is": {
"version": "0.2.7",
@ -7409,9 +7408,9 @@
"dev": true
},
"nan": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
"integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=",
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.9.2.tgz",
"integrity": "sha512-ltW65co7f3PQWBDbqVvaU1WtFJUsNW7sWWm4HINhbMQIyVyzIeyZ8toX5TC5eeooE6piZoaEh4cZkueSKG3KYw==",
"dev": true
},
"nanomatch": {
@ -7519,7 +7518,7 @@
"lodash.mergewith": "4.6.1",
"meow": "3.7.0",
"mkdirp": "0.5.1",
"nan": "2.8.0",
"nan": "2.9.2",
"node-gyp": "3.6.2",
"npmlog": "4.1.2",
"request": "2.79.0",

View File

@ -8,8 +8,11 @@
"files": [
"dist/"
],
"dependencies": {
"ionicons": "4.0.0-16"
},
"devDependencies": {
"@stencil/core": "0.6.6",
"@stencil/core": "0.6.7",
"@stencil/dev-server": "latest",
"@stencil/postcss": "0.0.2",
"@stencil/sass": "0.0.2",
@ -19,7 +22,6 @@
"chai": "^4.1.2",
"chromedriver": "^2.33.2",
"glob": "^7.1.2",
"ionicons": "4.0.0-15",
"jest": "^21.2.1",
"mocha": "^4.0.1",
"np": "^2.17.0",