Skip to content

Commit

Permalink
chore: update stencil version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 18, 2024
1 parent f73c69a commit b36dfa3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"host-root": "http-server -a 127.0.0.1 -p 8080 ./"
},
"dependencies": {
"@stencil/core": "3.2.1"
"@stencil/core": "^4.12.6"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"@stencil/sass": "^3.0.0",
"@stencil/sass": "^3.0.10",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,15 +589,15 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@stencil/core@3.2.1":
version "3.2.1"
resolved "https://registry.npmjs.org/@stencil/core/-/core-3.2.1.tgz#50bd07f478e04a5527a35aee61deff772b056860"
integrity sha512-Ybm4NteQBScLq3H0JML/uqo4nWjNpZw1HAAURtR5LlRm7ptzNKO5S8EnHp3m05/uyTzeh9yLpUFHY7bxGNdYLg==

"@stencil/sass@^3.0.0":
version "3.0.2"
resolved "https://registry.npmjs.org/@stencil/sass/-/sass-3.0.2.tgz#d341b404e21ebd896f177df1576ac67c2bfdc829"
integrity sha512-T8hQreosCjZ6yZ7wJgZBrA1ytL4JMluY1dX6S1a/YgXclanvncvk6nGEpxRVVwRAvtkru0F5Qs+oheiL8nifRA==
"@stencil/core@^4.12.6":
version "4.12.6"
resolved "https://registry.yarnpkg.com/@stencil/core/-/core-4.12.6.tgz#9555b21f00f33fb1ad78b4e85b2c03917ef2a630"
integrity sha512-15JO2TdaxGVKNdLZb/2TtDa+juj3XGD/V0y/disgdzYYSnajgSh06nwODfdHz9eTUh1Hisz+KIo857I1rCZrfg==

"@stencil/sass@^3.0.10":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@stencil/sass/-/sass-3.0.10.tgz#aaeb48f0cb2b19a79ecdd83c29c8a1307aac07a6"
integrity sha512-G4JdKDhEXEBS4+Riy5WVxPRXfHdfEwPopmPne8fm9ilQpaTRyl3BMpbxt63ijHtQjH0KtH8jxmRiTYamP4BfIA==

"@tootallnate/once@1":
version "1.1.2"
Expand Down

0 comments on commit b36dfa3

Please sign in to comment.