Skip to content

Commit a091920

Browse files
committed
updated sass and sass loader in package.json to fix warnings
1 parent e778fc0 commit a091920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
"jsdom": "^23.0.1",
150150
"react-dom": "^18.2.0",
151151
"react-router-dom": "^6.21.1",
152-
"sass-loader": "^13.3.2",
152+
"sass": "^1.83.0",
153+
"sass-loader": "^16.0.4",
153154
"style-loader": "^3.3.3",
154155
"ts-jest": "^29.1.2",
155156
"ts-loader": "^9.5.1",
@@ -203,7 +204,6 @@
203204
"react-spinners": "^0.13.8",
204205
"redux": "^5.0.0",
205206
"regenerator-runtime": "^0.14.1",
206-
"sass": "^1.69.5",
207207
"styled-components": "^6.1.2",
208208
"web-vitals": "^3.5.0"
209209
}

0 commit comments

Comments
 (0)