Skip to content

Commit

Permalink
chore: update stencil core
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Jul 8, 2022
1 parent 8618be2 commit f958723
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions packages/connect-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stencil/core": "2.16.1"
"@stencil/core": "2.17.0"
},
"license": "MIT",
"devDependencies": {
"@stencil/sass": "^1.5.2",
"@stencil/store": "^1.5.0",
"@types/node": "^14.6.0",
"puppeteer": "^9.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2754,20 +2754,20 @@
sha.js "^2.4.11"
smart-buffer "^4.1.0"

"@stencil/core@2.16.1":
version "2.16.1"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.16.1.tgz#f6752026af72a10356d5b1f27e2db6b1ee0c730f"
integrity sha512-s/UJp9qxExL3DyQPT70kiuWeb3AdjbUZM+5lEIXn30I2DLcLYPOPXfsoWJODieQywq+3vPiLZeIdkoqjf6jcSw==
"@stencil/core@2.17.0":
version "2.17.0"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-2.17.0.tgz#503954009df62f1b5655a9a9deb3d8194d66c56e"
integrity sha512-KJJH097K2TJlJWj2LANWO0yXCidxOpv1L2MmtYqFxE443t75fxOhtKBZq6zebDaZj2DFGlUtV4pcM/uapfd8TQ==

"@stencil/sass@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@stencil/sass/-/sass-1.5.2.tgz#861dffe90a8d911b6b2af4a36d8928b5264a8646"
integrity sha512-nJ93pUSylsGsMX0eLmhxh1oEljcUjj5mYjhB9ziCdoaydAdjukrUoqDCC7tdVbOcBo2hKptQyWqCtETnBGYsXQ==

"@stencil/store@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@stencil/store/-/store-1.5.0.tgz#5c4e14ed078771bb8ed635867cfa8c3452f15ac4"
integrity sha512-fe5fCF6dgVlDM1iLRkkJUyUh0Tfx305asVGgMAJjIs7Q+x/b1pGgTLROm9Ibr53PZuFwr5Kg+4h9p4FLbYqHgA==
"@stencil/store@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@stencil/store/-/store-2.0.0.tgz#8a72658f7b39f0740cad0df59f2de633f2a21164"
integrity sha512-F3aGa3TOBJnra4UUxGO01CE2tutxaHEp5T/rbOeTFzLBbbh6/zsHRTrQCm70uCodeXrDkd/2vdu8Jqr+KLXrIg==

"@types/babel__core@^7.1.7":
version "7.1.16"
Expand Down

0 comments on commit f958723

Please sign in to comment.