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(build): Remove sass-loader warnings #754

Merged
merged 1 commit into from
Jan 8, 2025
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"path-browserify": "^1.0.1",
"rimraf": "^6.0.1",
"sass": "^1.83.1",
"sass-loader": "^13.0.2",
"sass-loader": "^16.0.4",
"source-map-loader": "4.0.1",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7695,27 +7695,29 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^13.0.2":
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: "npm:^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: 10/a8a8519add9f0bb2d3d1b834dbf30b1b67e22833425755a56640cc20845107850adfc6f243cdab07a5cb26ec964513b950a02dca7b1d5b3cf3659c89bf1988eb
webpack:
optional: true
checksum: 10/16e3552e04301864d59d99f1c90952e0c97cfa793a38a551b6dc19e49a9c0779ec8b3dd8ab39bc79cc4401972f13e8d5baaf577c96ea39911db5866a0b4bdcdd
languageName: node
linkType: hard

Expand Down Expand Up @@ -8939,7 +8941,7 @@ __metadata:
react-monaco-editor: "npm:0.56.2"
rimraf: "npm:^6.0.1"
sass: "npm:^1.83.1"
sass-loader: "npm:^13.0.2"
sass-loader: "npm:^16.0.4"
source-map-loader: "npm:4.0.1"
style-loader: "npm:3.3.3"
ts-loader: "npm:9.4.4"
Expand Down
Loading