Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update dependency eslint-plugin-ava to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2018
1 parent 14facc5 commit 2a07b81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"common-tags": "1.4.0",
"coveralls": "2.12.0",
"eslint": "3.18.0",
"eslint-plugin-ava": "4.2.0",
"eslint-plugin-ava": "4.5.0",
"fs-extra": "2.1.2",
"nyc": "10.2.0",
"yeoman-assert": "3.0.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1388,18 +1388,18 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-plugin-ava@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-4.2.0.tgz#12e4664659c1fae7895fa3f346c313ceb8907c77"
eslint-plugin-ava@4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ava/-/eslint-plugin-ava-4.5.0.tgz#9f305d0703e2879974fa9ead29cc533b3d12a44b"
dependencies:
arrify "^1.0.1"
deep-strict-equal "^0.2.0"
enhance-visitors "^1.0.0"
espree "^3.1.3"
espurify "^1.5.0"
import-modules "^1.1.0"
multimatch "^2.1.0"
pkg-up "^1.0.0"
req-all "^1.0.0"
pkg-up "^2.0.0"

[email protected]:
version "3.18.0"
Expand Down Expand Up @@ -2031,6 +2031,10 @@ ignore@^3.2.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.2.4.tgz#4055e03596729a8fabe45a43c100ad5ed815c4e8"

import-modules@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-1.1.0.tgz#748db79c5cc42bb9701efab424f894e72600e9dc"

imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Expand Down Expand Up @@ -3114,11 +3118,11 @@ pkg-dir@^1.0.0:
dependencies:
find-up "^1.0.0"

pkg-up@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-1.0.0.tgz#3e08fb461525c4421624a33b9f7e6d0af5b05a26"
pkg-up@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
dependencies:
find-up "^1.0.0"
find-up "^2.1.0"

plur@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -3399,10 +3403,6 @@ replace-ext@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"

req-all@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/req-all/-/req-all-1.0.0.tgz#d128569451c340b432409c656cf166260cd2628d"

[email protected]:
version "2.79.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
Expand Down

0 comments on commit 2a07b81

Please sign in to comment.