Skip to content

Commit 24e7b33

Browse files
authored
Replace deprecated node-sass with sass. (#60)
1 parent 4e754e0 commit 24e7b33

File tree

2 files changed

+51
-865
lines changed

2 files changed

+51
-865
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.2.0",
1515
"react-router-dom": "^6.4.2",
1616
"react-scripts": "5.0.1",
17-
"node-sass": "9.0.0",
17+
"sass": "1.72.0",
1818
"typescript": "^4.8.4",
1919
"web-vitals": "^3.0.3"
2020
},

0 commit comments

Comments
 (0)