Update to Stencil 1.10.1

This commit is contained in:
Cory LaViska
2020-03-17 15:53:40 -04:00
parent 122da4a3bc
commit c05e80dd04
3 changed files with 1199 additions and 1232 deletions

20
package-lock.json generated
View File

@@ -54,9 +54,9 @@
"dev": true
},
"@hapi/hoek": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.0.tgz",
"integrity": "sha512-7XYT10CZfPsH7j9F1Jmg1+d0ezOux2oM2GfArAzLwWe4mE2Dr3hVjsAL6+TFY49RRJlCdJDMw3nJsLFroTc8Kw==",
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz",
"integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
"dev": true
},
"@hapi/joi": {
@@ -107,11 +107,11 @@
}
},
"@stencil/core": {
"version": "1.8.8",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.8.8.tgz",
"integrity": "sha512-ATru3WAQxWsc+Z2ji5l0wc28yyirgRB25AmZTLSnWeRUn388AkY2tn2Dderz+c7Rnsd9kpAdln6tsv0/KuQLkQ==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.10.1.tgz",
"integrity": "sha512-GKmCme53w3R9isNA7ll7MrcaXi8ztQxqgue2TQoRxYW1KzqdcIoTubWKTQa1Jn+6kTmn79hH+ckoAibasFEFgw==",
"requires": {
"typescript": "3.7.5"
"typescript": "3.8.3"
}
},
"@stencil/sass": {
@@ -4956,9 +4956,9 @@
"dev": true
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw=="
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w=="
},
"unc-path-regex": {
"version": "0.1.2",

View File

@@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.8.8",
"@stencil/core": "^1.10.1",
"@stencil/sass": "^1.1.1",
"popper.js": "^1.16.0",
"resize-observer": "^1.0.0",

2409
src/components.d.ts vendored

File diff suppressed because it is too large Load Diff