fix: sass warning

This commit is contained in:
kmacoders 2021-07-06 22:40:45 +07:00
parent d3873b37c3
commit c14cc47153
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -16188,9 +16188,9 @@
}
},
"sass": {
"version": "1.35.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz",
"integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==",
"version": "1.32.13",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.32.13.tgz",
"integrity": "sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==",
"dev": true,
"requires": {
"chokidar": ">=3.0.0 <4.0.0"

View File

@ -43,7 +43,7 @@
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"sass": "^1.35.1",
"sass": "~1.32.6",
"sass-loader": "^10.2.0",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",