chore(deps): update dependency stylelint-config-recommended to v7 (#6228)

This commit is contained in:
renovate[bot]
2022-03-02 17:50:16 +00:00
committed by GitHub
parent 362073616d
commit 96e3429fa2
12 changed files with 193 additions and 192 deletions

View File

@ -92,6 +92,7 @@
"@storybook/addon-actions": "^5.3.6",
"@storybook/addon-links": "^5.3.6",
"@storybook/react": "^5.3.6",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^12.0.0",
@ -148,6 +149,8 @@
"nock": "^13.0.0",
"node-fetch": "^2.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.7",
"postcss-scss": "^4.0.3",
"prettier": "^2.3.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
@ -156,9 +159,10 @@
"rimraf": "^3.0.0",
"simple-git": "^2.0.0",
"start-server-and-test": "^1.7.11",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"svg-inline-loader": "^0.8.0",
"to-string-loader": "^1.1.5",
"typescript": "^3.7.2",