Update stencil to 1.17

This commit is contained in:
Cory LaViska
2020-07-24 10:44:11 -04:00
parent 127dabc596
commit 7bcc9c9886
2 changed files with 5 additions and 7 deletions

10
package-lock.json generated
View File

@@ -156,10 +156,9 @@
"dev": true
},
"@stencil/core": {
"version": "1.17.0-0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.17.0-0.tgz",
"integrity": "sha512-mH9dcZWCYgZK04GIJcAF5Rlr2KqRC8w10p05Fgh0xT+ZJBZt0m2i2MtApLiEALyTTjS7DEWzARkcUTYq8DVfFA==",
"dev": true,
"version": "1.17.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.17.0.tgz",
"integrity": "sha512-BXs2ZLnwBC6mWHZh9Z6El3fjviUl2YoHMb4WGSpFWMAgo+G2bBBczBbDA37+dA+xNo2CRAhpKzqmSaILjpbQ3w==",
"requires": {
"typescript": "3.9.7"
}
@@ -7058,8 +7057,7 @@
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"dev": true
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
},
"ua-parser-js": {
"version": "0.7.17",

View File

@@ -37,7 +37,6 @@
"version": "npm run build"
},
"devDependencies": {
"@stencil/core": "^1.17.0-0",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^2.28.0",
@@ -65,6 +64,7 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.1.1",
"@stencil/core": "^1.17.0",
"color": "^3.1.2",
"resize-observer-polyfill": "^1.5.1"
},