From 5b605bb6dbac3772b2e4447d28e6ccf563d04d61 Mon Sep 17 00:00:00 2001 From: ilmari-lauhakangas Date: Thu, 21 Jan 2021 18:41:37 +0200 Subject: [PATCH] Bump node-sass version to 5.0.0 https://github.com/sass/node-sass/releases/tag/v5.0.0 The most important change: New node-gyp version that supports building with Python 3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e78b1f8f3..a4a67b6af 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "jest": "^24.9.0", "jison": "^0.4.18", "moment": "^2.23.0", - "node-sass": "^4.12.0", + "node-sass": "^5.0.0", "prettier": "^1.18.2", "puppeteer": "^1.17.0", "sass-loader": "^7.1.0",