Skip to content

Commit

Permalink
[eslint config] [breaking] [deps] require eslint v4, update `esli…
Browse files Browse the repository at this point in the history
…nt-config-airbnb-base`
  • Loading branch information
ljharb committed Sep 2, 2017
1 parent 1f5ca4c commit 7b30681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
},
"homepage": "https://github.com/airbnb/javascript",
"dependencies": {
"eslint-config-airbnb-base": "^11.3.2"
"eslint-config-airbnb-base": "^12.0.0"
},
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
"babel-tape-runner": "^2.0.1",
"editorconfig-tools": "^0.1.1",
"eslint": "^3.19.0 || ^4.5.0",
"eslint": "^4.6.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
Expand All @@ -65,7 +65,7 @@
"tape": "^4.8.0"
},
"peerDependencies": {
"eslint": "^3.19.0 || ^4.5.0",
"eslint": "^4.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0"
Expand Down

0 comments on commit 7b30681

Please sign in to comment.