From 8d752cffdc4624bd4adee5543fd31338a3471139 Mon Sep 17 00:00:00 2001 From: jdrieghe Date: Tue, 7 Dec 2021 08:35:15 +0100 Subject: [PATCH] feat: add support for node-sass 7 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d94c797..d3aa459a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ }, "peerDependencies": { "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "sass": "^1.3.0", "webpack": "^5.0.0" }, diff --git a/package.json b/package.json index 5949f98d..66c7f4df 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ ], "peerDependencies": { "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "sass": "^1.3.0", "webpack": "^5.0.0" },