deps: replace node-sass with sass

The former is no longer actively maintained.

Fixes: https://github.com/jitsi/jitsi-meet/issues/6427
This commit is contained in:
Saúl Ibarra Corretgé 2020-09-17 16:12:17 +02:00 committed by Saúl Ibarra Corretgé
parent 2838aefccc
commit 42d559de93
6 changed files with 13 additions and 1061 deletions

View File

@ -5,7 +5,7 @@ LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
LIBFLAC_DIR = node_modules/libflacjs/dist/min/ LIBFLAC_DIR = node_modules/libflacjs/dist/min/
OLM_DIR = node_modules/olm OLM_DIR = node_modules/olm
RNNOISE_WASM_DIR = node_modules/rnnoise-wasm/dist/ RNNOISE_WASM_DIR = node_modules/rnnoise-wasm/dist/
NODE_SASS = ./node_modules/.bin/node-sass NODE_SASS = ./node_modules/.bin/sass
NPM = npm NPM = npm
OUTPUT_DIR = . OUTPUT_DIR = .
STYLES_BUNDLE = css/all.bundle.css STYLES_BUNDLE = css/all.bundle.css

1070
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -128,7 +128,7 @@
"imports-loader": "0.7.1", "imports-loader": "0.7.1",
"jetifier": "1.6.4", "jetifier": "1.6.4",
"metro-react-native-babel-preset": "0.56.0", "metro-react-native-babel-preset": "0.56.0",
"node-sass": "4.14.1", "sass": "1.26.8",
"string-replace-loader": "2.1.1", "string-replace-loader": "2.1.1",
"style-loader": "0.19.0", "style-loader": "0.19.0",
"unorm": "1.6.0", "unorm": "1.6.0",