Skip to content

Commit

Permalink
fix(deps): update dependency sass-loader to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 737f64c commit 9e39e9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"regenerator-runtime": "^0.14.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.80.5",
"sass-loader": "^13.3.3",
"sass-loader": "^16.0.4",
"semver": "^7.6.3",
"storybook-i18n": "^1.1.5",
"typescript": "^5.6.3",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@ __metadata:
regenerator-runtime: ^0.14.1
resize-observer-polyfill: ^1.5.1
sass: ^1.80.5
sass-loader: ^13.3.3
sass-loader: ^16.0.4
semver: ^7.6.3
storybook-i18n: ^1.1.5
typescript: ^5.6.3
Expand Down Expand Up @@ -19754,27 +19754,29 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^13.3.3":
version: 13.3.3
resolution: "sass-loader@npm:13.3.3"
"sass-loader@npm:^16.0.4":
version: 16.0.4
resolution: "sass-loader@npm:16.0.4"
dependencies:
neo-async: ^2.6.2
peerDependencies:
fibers: ">= 3.1.0"
"@rspack/core": 0.x || 1.x
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
sass: ^1.3.0
sass-embedded: "*"
webpack: ^5.0.0
peerDependenciesMeta:
fibers:
"@rspack/core":
optional: true
node-sass:
optional: true
sass:
optional: true
sass-embedded:
optional: true
checksum: 32bdb99afc07de06291091c847ec5a21eca1a4136a58a5a57f965a70e53d40d4f88625b828915ffb205baa866eef16a7c2c3a4db416b74ec6fe0bb00a04b7609
webpack:
optional: true
checksum: 91abdbb8285e8241ec2938e4237675dc2792a51149878cae0489b292cfea6afa2867a601fbed4b8cb7c4a6a12185e437ad7441651b562ffae1703b08cbbca919
languageName: node
linkType: hard

Expand Down

0 comments on commit 9e39e9c

Please sign in to comment.