Skip to content

Commit

Permalink
Bump eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 19168de commit 787d9ef
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 247 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
"@types/invariant": "2.2.37",
"@types/node": "^20.16.13",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitest/coverage-v8": "2.1.2",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
"concurrently": "9.0.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -89,7 +89,7 @@
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-compiler": "latest",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-typescript-enum": "2.1.0",
"execa": "9.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/eslint": "9.6.1",
"@typescript-eslint/parser": "7.18.0"
"@typescript-eslint/parser": "8.11.0"
},
"scripts": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"@types/ws": "8.5.12",
"@types/yargs": "17.0.33",
"ajv": "8.17.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"formidable": "3.5.1",
Expand Down
Loading

0 comments on commit 787d9ef

Please sign in to comment.