Skip to content

Commit

Permalink
fix(deps): update linters (#746)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 29d9c89 commit bf06a66
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 433 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@spotify/prettier-config": "15.0.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"husky": "8.0.3",
"eslint-plugin-jest": "27.0.0",
"eslint-plugin-jest": "27.4.0",
"lint-staged": "14.0.1",
"multi-semantic-release": "3.0.2",
"prettier": "3.0.3",
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@swc/jest": "0.2.22",
"@types/jest": "29.0.0",
"@types/webpack-env": "1.15.2",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@yarnpkg/lockfile": "1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.4",
"bfj": "7.0.2",
Expand All @@ -82,16 +82,16 @@
"diff": "5.0.0",
"esbuild": "0.19.0",
"esbuild-loader": "2.18.0",
"eslint": "8.6.0",
"eslint-config-prettier": "8.3.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.10.0",
"eslint-formatter-friendly": "7.0.0",
"eslint-plugin-deprecation": "1.3.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "27.0.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-webpack-plugin": "3.1.1",
"eslint-plugin-deprecation": "1.5.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "3.2.0",
"express": "4.17.1",
"fork-ts-checker-webpack-plugin": "7.0.0-alpha.8",
"fs-extra": "10.1.0",
Expand Down
Loading

0 comments on commit bf06a66

Please sign in to comment.