Skip to content

Commit 487fa6d

Browse files
committed
Attempt to fix frontend build for node 22
replaced node-sass with sass
1 parent 5b6ca1b commit 487fa6d

File tree

2 files changed

+187
-1046
lines changed

2 files changed

+187
-1046
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"messageformat": "^2.3.0",
2727
"messageformat-loader": "^0.8.1",
2828
"mini-css-extract-plugin": "^0.9.0",
29-
"moment": "^2.29.4",
30-
"node-sass": "^9.0.0",
29+
"moment": "^2.30.1",
30+
"sass": "^1.92.1",
3131
"nodemon": "^2.0.2",
3232
"numeral": "^2.0.6",
3333
"sass-loader": "^10.0.0",

0 commit comments

Comments
 (0)