Skip to content

Commit

Permalink
Deps: Use sass-loader v13
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Feb 6, 2025
1 parent 27284c6 commit 31123c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 54 deletions.
2 changes: 1 addition & 1 deletion packages/calypso-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"postcss-loader": "^6.2.1",
"recursive-copy": "^2.0.14",
"sass": "1.54.0",
"sass-loader": "^12.1.0",
"sass-loader": "^13.1.0",
"semver": "^7.3.2",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/calypso-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"css-loader": "^6.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass-loader": "^12.1.0",
"sass-loader": "^13.1.0",
"style-loader": "^1.3.0",
"webpack": "^5.97.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux": "^5.0.1",
"sass-loader": "^10.1.1",
"sass-loader": "^13.1.0",
"style-loader": "^1.3.0",
"typescript": "^5.3.3",
"webpack": "^5.97.1"
Expand Down
55 changes: 4 additions & 51 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ __metadata:
postcss-loader: "npm:^6.2.1"
recursive-copy: "npm:^2.0.14"
sass: "npm:1.54.0"
sass-loader: "npm:^12.1.0"
sass-loader: "npm:^13.1.0"
semver: "npm:^7.3.2"
stream-browserify: "npm:^3.0.0"
terser-webpack-plugin: "npm:^5.3.11"
Expand Down Expand Up @@ -524,7 +524,7 @@ __metadata:
css-loader: "npm:^6.11.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass-loader: "npm:^12.1.0"
sass-loader: "npm:^13.1.0"
style-loader: "npm:^1.3.0"
webpack: "npm:^5.97.1"
peerDependencies:
Expand Down Expand Up @@ -1633,7 +1633,7 @@ __metadata:
react-dom: "npm:^18.3.1"
react-router-dom: "npm:^6.23.1"
redux: "npm:^5.0.1"
sass-loader: "npm:^10.1.1"
sass-loader: "npm:^13.1.0"
style-loader: "npm:^1.3.0"
tslib: "npm:^2.5.0"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -23935,7 +23935,7 @@ __metadata:
languageName: node
linkType: hard

"klona@npm:^2.0.4, klona@npm:^2.0.5":
"klona@npm:^2.0.5":
version: 2.0.5
resolution: "klona@npm:2.0.5"
checksum: 5b752c11ca8e2996612386699f52cc5aed802aa4116663d26239ac0b054fae25191dacb95587ecf1a167b039daa9fc3fa2da17dfd5d0821f3037de3821d9a9e5
Expand Down Expand Up @@ -31387,53 +31387,6 @@ __metadata:
languageName: node
linkType: hard

"sass-loader@npm:^10.1.1":
version: 10.2.1
resolution: "sass-loader@npm:10.2.1"
dependencies:
klona: "npm:^2.0.4"
loader-utils: "npm:^2.0.0"
neo-async: "npm:^2.6.2"
schema-utils: "npm:^3.0.0"
semver: "npm:^7.3.2"
peerDependencies:
fibers: ">= 3.1.0"
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0
sass: ^1.3.0
webpack: ^4.36.0 || ^5.0.0
peerDependenciesMeta:
fibers:
optional: true
node-sass:
optional: true
sass:
optional: true
checksum: 03286a3b46c6d1c606c7e382cf9fefc569e45758d7d6e813a20a5b00926336baa8a45e833a7a4e461b4092aac22f6859052437e7d7c0d6f726c71328f8c25173
languageName: node
linkType: hard

"sass-loader@npm:^12.1.0":
version: 12.1.0
resolution: "sass-loader@npm:12.1.0"
dependencies:
klona: "npm:^2.0.4"
neo-async: "npm:^2.6.2"
peerDependencies:
fibers: ">= 3.1.0"
node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0
sass: ^1.3.0
webpack: ^5.0.0
peerDependenciesMeta:
fibers:
optional: true
node-sass:
optional: true
sass:
optional: true
checksum: 4fe94e330239ecf4eb35bf2fcb0abe7981380d3e308761d3ab774b6e8741ef11d5f513734aa0bb43c06b91a26d24f365c2d71bdbf4027f897b6abc98648247cb
languageName: node
linkType: hard

"sass-loader@npm:^13.1.0":
version: 13.3.3
resolution: "sass-loader@npm:13.3.3"
Expand Down

0 comments on commit 31123c9

Please sign in to comment.