Skip to content

Commit 13ae4fb

Browse files
committed
allowing version 9 or 10
1 parent 51f83a2 commit 13ae4fb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"preact": "^8.2.1",
9191
"preact-compat": "^3.17.0",
9292
"sass": "^1.17.0",
93-
"sass-loader": "^10.1.0",
93+
"sass-loader": "^9.0.1 || ^10.0.0",
9494
"sinon": "^9.0.2",
9595
"stimulus": "^1.1.1",
9696
"strip-ansi": "^6.0.0",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5358,11 +5358,6 @@ klona@^2.0.4:
53585358
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
53595359
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
53605360

5361-
klona@^2.0.4:
5362-
version "2.0.4"
5363-
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
5364-
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
5365-
53665361
last-call-webpack-plugin@^3.0.0:
53675362
version "3.0.0"
53685363
resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555"
@@ -7654,7 +7649,7 @@ [email protected]:
76547649
scss-tokenizer "^0.2.3"
76557650
yargs "^13.3.2"
76567651

7657-
sass-loader@^10.1.0:
7652+
"sass-loader@^9.0.1 || ^10.0.0":
76587653
version "10.1.0"
76597654
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.1.0.tgz#1727fcc0c32ab3eb197cda61d78adf4e9174a4b3"
76607655
integrity sha512-ZCKAlczLBbFd3aGAhowpYEy69Te3Z68cg8bnHHl6WnSCvnKpbM6pQrz957HWMa8LKVuhnD9uMplmMAHwGQtHeg==

0 commit comments

Comments
 (0)