Fix npm dependencies

stylelint-webpack-plugin does not support stylelint version 16
This commit is contained in:
Jonny Barnes 2023-12-15 09:29:23 +00:00
parent 75565c9d90
commit 8f1cb65937
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 835 additions and 175 deletions

1006
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@
"postcss-loader": "^7.3.3", "postcss-loader": "^7.3.3",
"postcss-nesting": "^12.0.1", "postcss-nesting": "^12.0.1",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"stylelint": "^16.0.2", "stylelint": "^15.11.0",
"stylelint-config-standard": "^35.0.0", "stylelint-config-standard": "^35.0.0",
"stylelint-webpack-plugin": "^4.1.1", "stylelint-webpack-plugin": "^4.1.1",
"webpack": "^5.89.0", "webpack": "^5.89.0",