Update dependencies and rework webpack flow

This commit is contained in:
Jonny Barnes 2020-11-01 14:24:36 +00:00
parent 1dd5cdd327
commit ca882d0240
21 changed files with 7846 additions and 9696 deletions

View file

@ -10,17 +10,15 @@
"stylelint-a11y": "^1.2.3"
},
"devDependencies": {
"css-loader": "^4.3.0",
"css-loader": "^5.0.0",
"husky": "^4.3.0",
"lint-staged": "^10.4.0",
"mini-css-extract-plugin": "^1.0.0",
"node-sass": "^4.14.1",
"pre-commit": "^1.1.3",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"webpack": "^4.44.2",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "^5.3.2",
"webpack-cli": "^4.0.0"
},
"scripts": {