Skip to content

Commit

Permalink
chore(deps): update dependency sass-loader to v14 (#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Jun 24, 2024
1 parent 9a1efc1 commit 381312d
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 48 deletions.
2 changes: 1 addition & 1 deletion angular-universal-ssr/client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"clean-webpack-plugin": "4.0.0",
"html-webpack-plugin": "5.6.0",
"raw-loader": "4.0.2",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion angular-universal-ssr/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"clean-webpack-plugin": "4.0.0",
"html-webpack-plugin": "5.6.0",
"raw-loader": "4.0.2",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion dashboard-admin-react-rspack-material-ui/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"sass": "1.77.6",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"style-loader": "3.3.4",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"sass": "1.77.6",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"style-loader": "3.3.4",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"babel-loader": "9.1.3",
"postcss-loader": "8.1.1",
"css-loader": "7.1.2",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"html-webpack-plugin": "5.6.0",
"webpack": "5.92.1",
"webpack-cli": "4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion federated-css/expose-remotes/expose-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "18.3.1",
"css-loader": "^7.0.0",
"sass": "^1.69.5",
"sass-loader": "^13.2.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.1"
}
}
89 changes: 57 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime-plugins/remote-router/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mini-css-extract-plugin": "2.9.0",
"sass": "1.77.6",
"postcss-loader": "8.1.1",
"sass-loader": "13.3.3",
"sass-loader": "14.2.1",
"style-loader": "3.3.4",
"terser-webpack-plugin": "5.3.10",
"webpack": "5.92.1",
Expand Down
20 changes: 11 additions & 9 deletions runtime-plugins/remote-router/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 381312d

Please sign in to comment.