Use Stencil 1.17.0-0 for custom elements build

pull/136/head
Cory LaViska 2020-07-22 17:13:21 -04:00
rodzic 3c1ad8e0dc
commit e1b0d67df5
2 zmienionych plików z 8 dodań i 8 usunięć

14
package-lock.json wygenerowano
Wyświetl plik

@ -156,11 +156,11 @@
"dev": true
},
"@stencil/core": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.14.0.tgz",
"integrity": "sha512-3u3O8y8HIORiKuDmPowJiUu9nNmpxq4ak1kR3aVuWH6YTQ7+Uexy0dAxabn3CUoQmh6cpYsk9l5P5yIX2EQHoQ==",
"version": "1.17.0-0",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.17.0-0.tgz",
"integrity": "sha512-mH9dcZWCYgZK04GIJcAF5Rlr2KqRC8w10p05Fgh0xT+ZJBZt0m2i2MtApLiEALyTTjS7DEWzARkcUTYq8DVfFA==",
"requires": {
"typescript": "3.9.3"
"typescript": "3.9.7"
}
},
"@stencil/eslint-plugin": {
@ -7054,9 +7054,9 @@
}
},
"typescript": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ=="
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
},
"ua-parser-js": {
"version": "0.7.17",

Wyświetl plik

@ -63,7 +63,7 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.1.1",
"@stencil/core": "^1.14.0",
"@stencil/core": "^1.17.0-0",
"@stencil/sass": "^1.1.1",
"color": "^3.1.2",
"resize-observer-polyfill": "^1.5.1"