Upgrade to stencil/core@next for custom elements bundle

This commit is contained in:
Cory LaViska
2020-07-23 08:37:44 -04:00
parent 30c7424562
commit a2906e9d6a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -156,9 +156,9 @@
"dev": true
},
"@stencil/core": {
"version": "1.16.5",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.16.5.tgz",
"integrity": "sha512-70srOdtpEg0sIS2V4x/BJfQpNDJnuMnJXoY3KkKywLE3DdLnM5zQogsfX+NyKzQACx9qLh18sVSBNIartAvjgA==",
"version": "1.17.0-0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.17.0-0.tgz",
"integrity": "sha512-mH9dcZWCYgZK04GIJcAF5Rlr2KqRC8w10p05Fgh0xT+ZJBZt0m2i2MtApLiEALyTTjS7DEWzARkcUTYq8DVfFA==",
"dev": true,
"requires": {
"typescript": "3.9.7"

View File

@@ -37,7 +37,7 @@
"version": "npm run build"
},
"devDependencies": {
"@stencil/core": "^1.16.5",
"@stencil/core": "^1.17.0-0",
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^2.28.0",