Skip to content

Commit

Permalink
[eslint config] [*] [dev deps] update babel-preset-airbnb, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2018
1 parent 103f5e2 commit d270031
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 @@ -49,15 +49,15 @@
},
"homepage": "https://github.com/airbnb/javascript",
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
"babel-preset-airbnb": "^2.5.1",
"babel-tape-runner": "^2.0.1",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.19.1",
"eslint-find-rules": "^3.2.3",
"eslint-plugin-import": "^2.12.0",
"in-publish": "^2.0.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.9.0"
"tape": "^4.9.1"
},
"peerDependencies": {
"eslint": "^4.19.1",
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 @@ -54,7 +54,7 @@
"object.entries": "^1.0.4"
},
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
"babel-preset-airbnb": "^2.5.1",
"babel-tape-runner": "^2.0.1",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.19.1",
Expand All @@ -65,7 +65,7 @@
"in-publish": "^2.0.0",
"react": ">= 0.13.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.9.0"
"tape": "^4.9.1"
},
"peerDependencies": {
"eslint": "^4.19.1",
Expand Down

0 comments on commit d270031

Please sign in to comment.