Update Stencil

This commit is contained in:
Cory LaViska
2020-04-01 11:36:16 -04:00
parent 29f64352ae
commit 5d71e2e419
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -107,9 +107,9 @@
}
},
"@stencil/core": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.9.2.tgz",
"integrity": "sha512-ddkPvesgeVV5RPEcx8lWhYcid5vCmcfcg6KPvul8rgiBLxPsvwcVJ+SbJuuJhy5cQrEkHq/SZcpcxB72LTBWbQ==",
"version": "1.11.3",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.11.3.tgz",
"integrity": "sha512-xJ7zbG/UArU+cvbZ8k3waGSIeOg1FmHPYox6Y+a2TdCcHomGo9yj2U1sD8PrwAyiojbJF80kKbYOomm6pMkjOw==",
"requires": {
"typescript": "3.8.3"
}

View File

@@ -36,7 +36,7 @@
},
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.9.2",
"@stencil/core": "^1.11.3",
"@stencil/sass": "^1.1.1",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.0",