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

View File

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