Skip to content

Commit

Permalink
npm: Update to latest eslint-plugin-jsx-a11y
Browse files Browse the repository at this point in the history
Version 6.5.1 got released which works with ESLint 7 again and fixes
[1]. Bump the dependency. This essentially reverts the hack from
commit 195979e.

[1] jsx-eslint/eslint-plugin-jsx-a11y#824
  • Loading branch information
martinpitt committed Nov 11, 2021
1 parent 195979e commit 77b7ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.0",
Expand Down

0 comments on commit 77b7ca4

Please sign in to comment.