Skip to content

Commit

Permalink
chore(deps): update dependency sass-loader to v13 (#11739)
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: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] authored Jul 7, 2022
1 parent 2a5586d commit 5b74c45
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
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 @@ -111,7 +111,7 @@
"rollup-plugin-strip-banner": "^2.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.51.0",
"sass-loader": "^12.4.0",
"sass-loader": "^13.0.0",
"storybook-readme": "^5.0.9",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
Expand Down
29 changes: 27 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@ __metadata:
rollup-plugin-strip-banner: ^2.0.0
rtlcss: ^3.5.0
sass: ^1.51.0
sass-loader: ^12.4.0
sass-loader: ^13.0.0
storybook-readme: ^5.0.9
stream-browserify: ^3.0.0
style-loader: ^3.3.1
Expand Down Expand Up @@ -27548,7 +27548,7 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"sass-loader@npm:^12.3.0, sass-loader@npm:^12.4.0":
"sass-loader@npm:^12.3.0":
version: 12.6.0
resolution: "sass-loader@npm:12.6.0"
dependencies:
Expand All @@ -27573,6 +27573,31 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"sass-loader@npm:^13.0.0":
version: 13.0.2
resolution: "sass-loader@npm:13.0.2"
dependencies:
klona: ^2.0.4
neo-async: ^2.6.2
peerDependencies:
fibers: ">= 3.1.0"
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
sass: ^1.3.0
sass-embedded: "*"
webpack: ^5.0.0
peerDependenciesMeta:
fibers:
optional: true
node-sass:
optional: true
sass:
optional: true
sass-embedded:
optional: true
checksum: 6306712cc75bd4b4260ce67178778c92110089485f358b5956b6b12aba15a55e5c7287154daaf8b32678891df915b7bcda7356991afe8bf08ca7356ed30eb448
languageName: node
linkType: hard

"sass@npm:^1.51.0":
version: 1.51.0
resolution: "sass@npm:1.51.0"
Expand Down

0 comments on commit 5b74c45

Please sign in to comment.