Skip to content

Commit

Permalink
[eslint config] [*] [dev deps] update @babel/runtime, `eslint-find-…
Browse files Browse the repository at this point in the history
…rules`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Nov 6, 2020
1 parent 25b64d7 commit f0492d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
},
"homepage": "https://github.com/airbnb/javascript",
"devDependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"babel-preset-airbnb": "^4.5.0",
"babel-tape-runner": "^3.0.0",
"eclint": "^2.8.1",
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-find-rules": "^3.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-find-rules": "^3.6.1",
"eslint-plugin-import": "^2.22.1",
"in-publish": "^2.0.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-plugin-import": "^2.22.0"
"eslint-plugin-import": "^2.22.1"
},
"engines": {
"node": ">= 6"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"object.entries": "^1.1.2"
},
"devDependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.12.5",
"babel-preset-airbnb": "^4.5.0",
"babel-tape-runner": "^3.0.0",
"eclint": "^2.8.1",
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-find-rules": "^3.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-find-rules": "^3.6.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0",
Expand All @@ -76,7 +76,7 @@
},
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4 || ^3 || ^2.3.0 || ^1.7.0"
Expand Down

0 comments on commit f0492d5

Please sign in to comment.