From 16435423cf66b1021d7666d8cc2ee7151386d6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 27 May 2025 15:40:00 +0200 Subject: [PATCH] Replace node-sass with sass in package.json Updated the dependency from node-sass to sass to ensure compatibility with modern tooling and resolve deprecation warnings. This change aligns with recommended practices for Sass-related workflows. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5315acbd0..f4e30cef9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fork-awesome": "^1.1.7", "intl-messageformat": "^10.5.11", "jquery": "^3.6.0", - "node-sass": "^8.0.0", + "sass": "^1.89.0", "popper.js": "^1.16.1", "postcss-loader": "^7.0.2", "prettier": "^3.3.3",