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 Nov 1, 2024
1 parent 737f64c commit f5d98bb
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.3",
"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.3
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.3":
version: 16.0.3
resolution: "sass-loader@npm:16.0.3"
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: 888b2fbe4e1455778ecb9fde77d9803fc5b7c01137740512f701acb1716830a9d8290cf664734f8472455353fa09a919c693a6d2c42c4d21c1fdc77a2a06db52
languageName: node
linkType: hard

Expand Down

0 comments on commit f5d98bb

Please sign in to comment.