From 392e3a190781ab091cb72f4075a25195208f13c6 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Wed, 15 May 2019 10:25:55 +0200 Subject: Upgrade node-sass for node 12 compatibility Some dependencies have incompatibilities with Node v12, which will become LTS in October. Namely node-sass and needed to be forwarded in order for their native extensions to compile without errors. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index f19baac0229..f46ac88141c 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.0-beta.0", "md5": "^2.2.1", - "node-sass": "^4.11.0", + "node-sass": "^4.12.0", "nodemon": "^1.18.9", "pixelmatch": "^4.0.2", "postcss": "^7.0.14", -- cgit v1.2.3