package-json: remove unnused stylint-scss and bump dependencies

This commit is contained in:
Jacob Kozol 2022-03-23 20:04:41 +01:00 committed by jkozol
parent 92bed5fa38
commit e208369c3e
3 changed files with 153 additions and 1641 deletions

View file

@ -1,3 +1,4 @@
{
"extends": "stylelint-config-recommended-scss"
"extends": "stylelint-config-recommended-scss",
"customSyntax": "postcss-scss"
}

1785
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -79,13 +79,13 @@
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"npm-run-all": "4.1.5",
"postcss-scss": "4.0.3",
"prop-types": "15.8.1",
"redux-mock-store": "1.5.4",
"sass": "1.49.9",
"sass-loader": "12.6.0",
"stylelint": "13.13.1",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "3.21.0",
"stylelint": "14.6.0",
"stylelint-config-recommended-scss": "5.0.2",
"webpack-bundle-analyzer": "4.5.0"
},
"scripts": {