Skip to content

Commit

Permalink
Upgrade lint plugins for ESLint v5 compatibility
Browse files Browse the repository at this point in the history
Bump to the compatible versions listed in airbnb/javascript#1834.
  • Loading branch information
wimpyprogrammer committed Aug 19, 2018
1 parent ae6ad1b commit e82249b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -38,10 +38,10 @@
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"eslint": "^5.0.1",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.11.0",
"jest": "^22.0.1",
"lodash.uniqueid": "^4.0.1",
"publish-please": "^3.1.0",
Expand Down

0 comments on commit e82249b

Please sign in to comment.