From 3e5091467e67afbfcb3157be735a1d645e0a420d Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 15 Nov 2022 17:48:15 +0300 Subject: [PATCH] feat: support `node-sass` v8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 717ca8ad..c892f994 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ ], "peerDependencies": { "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "sass": "^1.3.0", "webpack": "^4.36.0 || ^5.0.0" },