Skip to content

Commit

Permalink
chore(deps): update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2023
1 parent 0f539b7 commit d514d1d
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 241 deletions.
12 changes: 6 additions & 6 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "5.9.1",
"prettier": "2.8.1"
Expand All @@ -42,7 +42,7 @@
"typescript": "4.8.x || 4.9.x"
},
"devDependencies": {
"eslint": "8.30.0",
"eslint": "8.32.0",
"typescript": "4.9.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "16.18.3",
"all-contributors-cli": "6.24.0",
"async-retry": "1.3.3",
"eslint": "8.30.0",
"eslint": "8.32.0",
"husky": "8.0.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
Expand Down
Loading

0 comments on commit d514d1d

Please sign in to comment.