From 039ceb97ad88aa022f8465d91eb5015521ed1138 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 24 Apr 2020 09:33:46 -0400 Subject: [PATCH] Update stencil --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbe376a94..44dc66843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index c220f3ae7..32be6c541 100644 --- a/package.json +++ b/package.json @@ -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",