Skip to content

Commit

Permalink
fix: lock sass version to ~1.32.13 (#452)
Browse files Browse the repository at this point in the history
fixes #446
  • Loading branch information
KaelWD authored Jun 2, 2021
1 parent 73d3178 commit 4868782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"deepmerge": "^4.2.2",
"sass": "^1.32.4",
"sass": "~1.32.13",
"sass-loader": "^10.1.1",
"vuetify": "^2.4.2",
"vuetify-loader": "^1.6.0"
Expand Down

0 comments on commit 4868782

Please sign in to comment.