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

chore(react): revert fast-sass-loader #10818

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"cypress": "^9.2.0",
"cypress-real-events": "^1.6.0",
"fast-glob": "^3.2.7",
"fast-sass-loader": "^2.0.0",
"fast-sass-loader": "^1.5.0",
"gzip-size": "^7.0.0",
"lcov2badge": "^0.1.0",
"mini-css-extract-plugin": "^2.4.5",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11841,7 +11841,7 @@ __metadata:
cypress-real-events: ^1.6.0
downshift: 5.2.1
fast-glob: ^3.2.7
fast-sass-loader: ^2.0.0
fast-sass-loader: ^1.5.0
flatpickr: 4.6.9
gzip-size: ^7.0.0
invariant: ^2.2.3
Expand Down Expand Up @@ -17875,19 +17875,19 @@ __metadata:
languageName: node
linkType: hard

"fast-sass-loader@npm:^2.0.0":
version: 2.0.1
resolution: "fast-sass-loader@npm:2.0.1"
"fast-sass-loader@npm:^1.5.0":
version: 1.5.0
resolution: "fast-sass-loader@npm:1.5.0"
dependencies:
async: ^2.0.1
cli-source-preview: ^1.0.0
co: ^4.6.0
fs-extra: 3.x
loader-utils: ^1.1.0
peerDependencies:
sass: 1.x
webpack: 1.x || 2.x || 3.x || 4.x || 5.x
checksum: 808ad855f4eaa23be2f98812383c3a7c06d3247e725b759168bcfac235f6935236fae332fbfd34795cca2481835377951ebc3dc062e34be632fcdceee399ee91
node-sass: 4.x || 3.x
webpack: 1.x || 2.x || 3.x || 4.x
checksum: 73ac3bba48b03179e89c4b94ddfad02c209e2cd7e5a50fe95bda8517b07c3b5d0d9b2c3b4efa6668aa86d07106bfffa6924f66c4e31754278307e74dddb14785
languageName: node
linkType: hard

Expand Down