Skip to content

Commit e82249b

Browse files
Upgrade lint plugins for ESLint v5 compatibility
Bump to the compatible versions listed in airbnb/javascript#1834.
1 parent ae6ad1b commit e82249b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"enzyme": "^3.1.0",
3939
"enzyme-adapter-react-16": "^1.0.1",
4040
"eslint": "^5.0.1",
41-
"eslint-config-airbnb": "17.0.0",
42-
"eslint-plugin-import": "^2.3.0",
43-
"eslint-plugin-jsx-a11y": "^6.0.2",
44-
"eslint-plugin-react": "^7.1.0",
41+
"eslint-config-airbnb": "^17.1.0",
42+
"eslint-plugin-import": "^2.13.0",
43+
"eslint-plugin-jsx-a11y": "^6.1.0",
44+
"eslint-plugin-react": "^7.11.0",
4545
"jest": "^22.0.1",
4646
"lodash.uniqueid": "^4.0.1",
4747
"publish-please": "^3.1.0",

0 commit comments

Comments
 (0)