Skip to content

Commit

Permalink
chore(deps): update eslint packages (#1779)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 34e5339 commit 858bdac
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 458 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/eslint": "^8.44.0",
"@types/eslint": "^8.56.12",
"@types/jest": "^27.5.2",
"@types/node": "^18.17.14",
"@types/react": "^17.0.69",
Expand All @@ -88,11 +88,11 @@
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/utils": "^6.21.0",
"babel-loader": "^9.1.2",
"eslint": "^8.44.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json-files": "^2.2.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^4.3.8",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"estraverse": "^5.3.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@babel/eslint-parser": "^7.25.9",
"@types/estraverse": "^5.1.7",
"@types/estree": "^1.0.3",
"@types/estree-jsx": "^1.0.2",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/utils": "^6.21.0",
"eslint": "^8.41.0",
"eslint": "^8.57.1",
"outdent": "^0.8.0",
"typescript": "~4.9.5"
},
Expand Down
Loading

0 comments on commit 858bdac

Please sign in to comment.