Skip to content

Commit

Permalink
Bump eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 7678dd5 commit 286a357
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 300 deletions.
6 changes: 3 additions & 3 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": "22.5.5",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@vitest/coverage-v8": "2.1.1",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint": "9.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.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.6.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 @@ -169,7 +169,7 @@
"@types/ws": "8.5.12",
"@types/yargs": "17.0.33",
"ajv": "8.17.1",
"eslint": "8.57.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"formidable": "3.5.1",
Expand Down
Loading

0 comments on commit 286a357

Please sign in to comment.