Skip to content

Commit fe6c86f

Browse files
committed
update node-sas
1 parent bd1299c commit fe6c86f

File tree

2 files changed

+509
-339
lines changed

2 files changed

+509
-339
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"less-loader": "^10.0.1",
6262
"lint-staged": "^10.5.3",
6363
"mini-css-extract-plugin": "^1.3.3",
64-
"node-sass": "^5.0.0",
64+
"node-sass": "^7.0.3",
6565
"optimize-css-assets-webpack-plugin": "^5.0.4",
6666
"postcss-loader": "^4.1.0",
6767
"postcss-preset-env": "^6.7.0",
68-
"sass-loader": "^10.1.0",
68+
"sass-loader": "^13.0.2",
6969
"style-loader": "^2.0.0",
7070
"stylelint": "^13.8.0",
7171
"stylelint-config-standard": "^20.0.0",
@@ -85,8 +85,7 @@
8585
},
8686
"lint-staged": {
8787
"src/**/*.{js,jsx,ts,tsx}": [
88-
"npm run lint:fix",
89-
"git add"
88+
"npm run lint:fix"
9089
]
9190
}
9291
}

0 commit comments

Comments
 (0)