Skip to content

Commit

Permalink
chore(deps): update dependency sass-loader to v16 (#17219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kennylam committed Aug 29, 2024
1 parent 2e82ab9 commit fba6ed0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0",
"sass": "^1.51.0",
"sass-loader": "^14.0.0",
"sass-loader": "^16.0.0",
"storybook": "^7.1.0",
"storybook-addon-accessibility-checker": "^3.1.61-rc.3",
"stream-browserify": "^3.0.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ __metadata:
rollup: "npm:^2.79.1"
rollup-plugin-strip-banner: "npm:^3.0.0"
sass: "npm:^1.51.0"
sass-loader: "npm:^14.0.0"
sass-loader: "npm:^16.0.0"
storybook: "npm:^7.1.0"
storybook-addon-accessibility-checker: "npm:^3.1.61-rc.3"
stream-browserify: "npm:^3.0.0"
Expand Down Expand Up @@ -24532,24 +24532,29 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^14.0.0":
version: 14.0.0
resolution: "sass-loader@npm:14.0.0"
"sass-loader@npm:^16.0.0":
version: 16.0.1
resolution: "sass-loader@npm:16.0.1"
dependencies:
neo-async: "npm:^2.6.2"
peerDependencies:
"@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:
"@rspack/core":
optional: true
node-sass:
optional: true
sass:
optional: true
sass-embedded:
optional: true
checksum: 10/9415bf9003023b85f4bd775d2780fb5259be7ee9c8679f94a9ad3bea7d080dda44ff8a33ac15d3b225fbe8a6ab0762fbc98532278a89973c4de408c3bc4a98af
webpack:
optional: true
checksum: 10/3ba0ecfbfd3c0caa48fe58e9a1f4ccd08e5a95b1233978f985567be04fb153ef6736b95e54cc1a5a6e7a3485c3fa09dc165d028c031ae431f71f64f5ddd93608
languageName: node
linkType: hard

Expand Down

0 comments on commit fba6ed0

Please sign in to comment.