chore: replace `node-sass` by `sass` (#829)

This commit is contained in:
susiwen8 2021-11-09 19:56:24 +08:00 committed by GitHub
parent 0a02f5d1ee
commit b1737075d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,6 @@
"jest-styled-components": "^6.2.1",
"lerna": "^3.16.4",
"lint-staged": "^9.2.4",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"popmotion": "^9.4.2",
"postcss": "^7.0.18",
@ -111,6 +110,7 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-pluginutils": "^2.8.2",
"sass": "^1.43.4",
"sass-loader": "^8.0.2",
"style-loader": "^1.0.0",
"styled-components": "^3.4.6",