Skip to content

Commit

Permalink
Update dependency eslint to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2017
1 parent 4237862 commit 896f946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"babel-jest": "20.0.3",
"babel-plugin-transform-async-to-generator": "6.24.1",
"chai": "4.0.2",
"eslint": "4.0.0",
"eslint": "4.1.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-config-prettier": "2.2.0",
"eslint-plugin-import": "2.6.0",
Expand Down
13 changes: 5 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1008,9 +1008,9 @@ eslint-scope@^3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.0.0.tgz#7277c01437fdf41dccd168d5aa0e49b75ca1f260"
eslint@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.1.0.tgz#bbb55a28220ee08b69da9554d45a6b2ebfd7d913"
dependencies:
babel-code-frame "^6.22.0"
chalk "^1.1.3"
Expand All @@ -1034,6 +1034,7 @@ eslint@4.0.0:
json-stable-stringify "^1.0.1"
levn "^0.3.0"
lodash "^4.17.4"
minimatch "^3.0.2"
mkdirp "^0.5.1"
natural-compare "^1.4.0"
optionator "^0.8.2"
Expand Down Expand Up @@ -2501,14 +2502,10 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.1, mkdirp@~0.5.1:
dependencies:
minimist "0.0.8"

moment@2.17.1:
moment@2.17.1, moment@2.x.x, moment@^2.10.6:
version "2.17.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.17.1.tgz#fed9506063f36b10f066c8b59a144d7faebe1d82"

moment@2.x.x, moment@^2.10.6:
version "2.18.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"

ms@2.0.0, ms@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
Expand Down

0 comments on commit 896f946

Please sign in to comment.