Skip to content

Commit

Permalink
chore: remove unused node-sass dependency and upgrade sass dep [skip …
Browse files Browse the repository at this point in the history
…e2e]
  • Loading branch information
amanharwara committed Jun 22, 2024
1 parent 06805e9 commit 3c9b655
Show file tree
Hide file tree
Showing 26 changed files with 16 additions and 278 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/gaze-npm-1.1.3-cd09a2e834-d5fd375a02.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/glob-npm-7.1.7-5698ad9c48-b61f48973b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/meow-npm-9.0.0-8b2707248e-99799c4724.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"css-loader": "*",
"eslint": "*",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^8.0.0",
"prettier": "*",
"sass": "^1.56.1",
"sass": "^1.77.6",
"sass-loader": "*",
"style-loader": "~3.3.1",
"typescript": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"minimatch": "^5.1.1",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.2",
"node-sass": "^8.0.0",
"npm-check-updates": "*",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.2",
Expand All @@ -90,6 +89,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"sass": "^1.77.6",
"sass-loader": "*",
"svg-jest": "^1.0.1",
"tailwindcss": "^3.4.0",
Expand Down
Loading

0 comments on commit 3c9b655

Please sign in to comment.