Skip to content

Commit

Permalink
Pin dart-sass to 1.77.6 to avoid deprecation warnings (#5552)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Nov 27, 2024
1 parent 88ba893 commit 6a526ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "^8.3.11",
"postcss-loader": "^8.0.0",
"postcss-preset-env": "^10.0.3",
"sass": "^1.43.4",
"sass": "1.77.6",
"sass-loader": "^16.0.1",
"webpack": "^5.65.0",
"webpack-bundle-tracker": "^3.0.1",
Expand Down

0 comments on commit 6a526ac

Please sign in to comment.