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 Jul 26, 2024
1 parent 6095899 commit 6f40b2e
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.77.8",
"sass-loader": "^13.3.3",
"sass-loader": "^16.0.0",
"semver": "^7.6.3",
"storybook-i18n": "^1.1.5",
"typescript": "^5.5.4",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@ __metadata:
regenerator-runtime: ^0.14.1
resize-observer-polyfill: ^1.5.1
sass: ^1.77.8
sass-loader: ^13.3.3
sass-loader: ^16.0.0
semver: ^7.6.3
storybook-i18n: ^1.1.5
typescript: ^5.5.4
Expand Down Expand Up @@ -19562,27 +19562,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.0":
version: 16.0.0
resolution: "sass-loader@npm:16.0.0"
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: 0ac3dfc2ae6d7be31e840a5a8e243269c78b97f9f3811e0f796e0ca8e14ed463fc5771ba1f46c1ffdf124b98931b9b739cef6efb7105cf71e3d64a1363ebd305
languageName: node
linkType: hard

Expand Down

0 comments on commit 6f40b2e

Please sign in to comment.