Skip to content

Commit

Permalink
feat(app-vite/app-webpack): force sass to at least v1.80.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 18, 2024
1 parent 45ee378 commit 04ccfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"open": "^8.4.0",
"register-service-worker": "^1.7.2",
"rollup-plugin-visualizer": "^5.5.4",
"sass": "^1.79.1",
"sass": "^1.80.2",
"semver": "^7.3.5",
"serialize-javascript": "^6.0.0",
"table": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion app-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"postcss-loader": "7.0.2",
"postcss-rtlcss": "4.0.1",
"register-service-worker": "1.7.2",
"sass-embedded": "^1.33.0",
"sass-embedded": "^1.80.2",
"sass-loader": "^16.0.1",
"semver": "^7.6.0",
"table": "6.8.2",
Expand Down

0 comments on commit 04ccfa5

Please sign in to comment.