From dc42c4f8bead1bb288ad0800c260d1867ce60da5 Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Tue, 12 Nov 2024 21:44:44 +0100 Subject: [PATCH] update sass base on this linkhttps://github.com/vitejs/vite/issues/4026 --- frontend/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5bc403506..f488026bd 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -93,7 +93,7 @@ "postcss-html": "^1.3.0", "postcss-scss": "^4.0.3", "prettier": "^3.3.3", - "sass": "1.32.13", + "sass": "^1.38.0", "stylelint": "16.7.0", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard-scss": "13.1.0", @@ -126,5 +126,6 @@ "strip-ansi": "6.0.1", "string-width": "4.2.2", "wrap-ansi": "7.0.0" - } + }, + "packageManager": "yarn@4.5.1" }