Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency sass-loader to v16 #406

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading