From b36dfa34032d76123e08672469c1511832515a00 Mon Sep 17 00:00:00 2001 From: Daniel Leroux Date: Mon, 18 Mar 2024 14:51:25 +0100 Subject: [PATCH] chore: update stencil version --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b5093a4..94a4374 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index a25af1c..d7092b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"