mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
fix(deps): update all linting dependencies (#3460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
897456e7d5
commit
e3c5621ec7
4 changed files with 299 additions and 1343 deletions
|
@ -43,7 +43,7 @@
|
||||||
"@changesets/cli": "2.24.4",
|
"@changesets/cli": "2.24.4",
|
||||||
"@changesets/get-dependents-graph": "1.3.4",
|
"@changesets/get-dependents-graph": "1.3.4",
|
||||||
"@crowdin/cli": "3.8.1",
|
"@crowdin/cli": "3.8.1",
|
||||||
"@trivago/prettier-plugin-sort-imports": "3.3.0",
|
"@trivago/prettier-plugin-sort-imports": "3.4.0",
|
||||||
"@types/async": "3.2.15",
|
"@types/async": "3.2.15",
|
||||||
"@types/autocannon": "4.1.1",
|
"@types/autocannon": "4.1.1",
|
||||||
"@types/express": "4.17.14",
|
"@types/express": "4.17.14",
|
||||||
|
@ -62,8 +62,8 @@
|
||||||
"@types/validator": "13.7.7",
|
"@types/validator": "13.7.7",
|
||||||
"@types/webpack": "5.28.0",
|
"@types/webpack": "5.28.0",
|
||||||
"@types/webpack-env": "1.18.0",
|
"@types/webpack-env": "1.18.0",
|
||||||
"@typescript-eslint/eslint-plugin": "5.37.0",
|
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||||
"@typescript-eslint/parser": "5.37.0",
|
"@typescript-eslint/parser": "5.41.0",
|
||||||
"@verdaccio/benchmark": "workspace:*",
|
"@verdaccio/benchmark": "workspace:*",
|
||||||
"@verdaccio/crowdin-translations": "workspace:*",
|
"@verdaccio/crowdin-translations": "workspace:*",
|
||||||
"@verdaccio/eslint-config": "workspace:*",
|
"@verdaccio/eslint-config": "workspace:*",
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"detect-secrets": "1.0.6",
|
"detect-secrets": "1.0.6",
|
||||||
"jest-diff": "29.2.0",
|
"jest-diff": "29.2.0",
|
||||||
"eslint": "8.23.1",
|
"eslint": "8.26.0",
|
||||||
"fs-extra": "10.1.0",
|
"fs-extra": "10.1.0",
|
||||||
"husky": "7.0.4",
|
"husky": "7.0.4",
|
||||||
"in-publish": "2.0.1",
|
"in-publish": "2.0.1",
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
"raw-loader": "4.0.2",
|
"raw-loader": "4.0.2",
|
||||||
"msw": "0.47.4",
|
"msw": "0.47.4",
|
||||||
"style-loader": "3.3.1",
|
"style-loader": "3.3.1",
|
||||||
"stylelint": "14.11.0",
|
"stylelint": "14.14.0",
|
||||||
"stylelint-config-recommended": "7.0.0",
|
"stylelint-config-recommended": "7.0.0",
|
||||||
"stylelint-config-styled-components": "0.1.1",
|
"stylelint-config-styled-components": "0.1.1",
|
||||||
"stylelint-processor-styled-components": "1.10.0",
|
"stylelint-processor-styled-components": "1.10.0",
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"eslint-plugin-jest": "26.9.0",
|
"eslint-plugin-jest": "26.9.0",
|
||||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"eslint-plugin-react": "7.31.8",
|
"eslint-plugin-react": "7.31.10",
|
||||||
"eslint-plugin-cypress": "2.12.1",
|
"eslint-plugin-cypress": "2.12.1",
|
||||||
"eslint-plugin-react-hooks": "4.6.0",
|
"eslint-plugin-react-hooks": "4.6.0",
|
||||||
"eslint-plugin-simple-import-sort": "7.0.0",
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
||||||
|
|
1630
pnpm-lock.yaml
generated
1630
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue