From 23120b528e59d1ffaa058842f4240e6545870d29 Mon Sep 17 00:00:00 2001 From: spiral Date: Wed, 3 Nov 2021 03:23:54 -0400 Subject: [PATCH] node-sass is deprecated, move to dart-sass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4f2f4a2..7af8355c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "moment": "^2.29.1", "moment-timezone": "^0.5.32", "node-fetch": "^2.6.1", - "node-sass": "^4.14.1", "react": "^17.0.1", "react-bootstrap": "^1.4.0", "react-dom": "^17.0.1", @@ -28,6 +27,7 @@ "react-scripts": "4.0.1", "react-toggle": "^4.1.1", "reactjs-popup": "^2.0.4", + "sass": "^1.43.4", "web-vitals": "^0.2.4", "yup": "^0.32.8" },