From dd42e81f4b55cd029cab354978718775d1b50440 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 27 Jun 2022 14:36:15 -0500 Subject: [PATCH] feat: add support for node-sass 7 (#1002) (#1070) --- 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 075a767c..92d7e6e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,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": "^4.36.0 || ^5.0.0" }, diff --git a/package.json b/package.json index 3002763a..e8e078e9 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", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "sass": "^1.3.0", "webpack": "^4.36.0 || ^5.0.0" },