Update stencil

This commit is contained in:
Cory LaViska
2020-04-24 09:33:46 -04:00
parent c0a74e4836
commit 039ceb97ad
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -130,9 +130,9 @@
"integrity": "sha512-sLqWxCzC5/QHLhziXSCAksBxHfOnQlhPRVgPK0egEw+ktWvG75T2k+aYWVjVh9+WKeT3tlG3ZNbZQvZLmfuOIw=="
},
"@stencil/core": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.12.1.tgz",
"integrity": "sha512-TRmFF+Axq7vaivO85zBE8dLV2CEbTZPTl8kuypROjlaDfu846uuytjriU1Qba2msCcuRtBZrkf74pMLZOiXa3A==",
"version": "1.12.6",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-1.12.6.tgz",
"integrity": "sha512-fOHG9x92wxlQOlp9YRouLlejFShtfvZEx4LFjNi7bqTX/nHTetdv3Ir+J+SanebjBuJgKiAmLIwXviQ0Geq23w==",
"requires": {
"typescript": "3.8.3"
}

View File

@@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.1.1",
"@stencil/core": "^1.12.1",
"@stencil/core": "^1.12.6",
"@stencil/sass": "^1.1.1",
"feather-icons": "^4.28.0",
"normalize.css": "^8.0.1",