Skip to content

Commit e526978

Browse files
committed
npm: Update to latest eslint-plugin-jsx-a11y
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 c082308. [1] jsx-eslint/eslint-plugin-jsx-a11y#824
1 parent c082308 commit e526978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-config-standard-react": "^9.2.0",
2929
"eslint-plugin-flowtype": "^5.2.0",
3030
"eslint-plugin-import": "^2.22.1",
31-
"eslint-plugin-jsx-a11y": "~6.4.1",
31+
"eslint-plugin-jsx-a11y": "^6.5.1",
3232
"eslint-plugin-node": "^11.1.0",
3333
"eslint-plugin-promise": "^4.2.1",
3434
"eslint-plugin-react": "^7.21.0",

0 commit comments

Comments
 (0)