Skip to content

Commit

Permalink
[eslint config] [*] [deps] update eslint-plugin-import
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 10, 2020
1 parent 8aee3e1 commit b587006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"eclint": "^2.8.1",
"eslint": "^5.16.0 || ^6.8.0",
"eslint-find-rules": "^3.5.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-import": "^2.21.2",
"in-publish": "^2.0.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0",
"eslint-plugin-import": "^2.21.1"
"eslint-plugin-import": "^2.21.2"
},
"engines": {
"node": ">= 6"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eclint": "^2.8.1",
"eslint": "^5.16.0 || ^6.8.0",
"eslint-find-rules": "^3.5.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.3.0 || ^1.7.0",
Expand All @@ -76,7 +76,7 @@
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.3.0 || ^1.7.0"
Expand Down

0 comments on commit b587006

Please sign in to comment.