Skip to content

Commit

Permalink
fix(deps): update dependency meta-loop to v1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mateodelnorte committed Dec 21, 2018
1 parent fe9e9fe commit c8673a1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
34 changes: 24 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"debug": "4.1.0",
"meta-git": "1.0.0",
"meta-init": "0.0.5",
"meta-loop": "0.0.8",
"meta-loop": "1.0.0",
"meta-project": "1.0.0",
"tabtab": "3.0.2",
"tildify": "1.2.0"
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3005,13 +3005,13 @@ meta-init@0.0.5:
git-remote-origin-url "^2.0.0"
inquirer "^3.0.6"

meta-loop@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/meta-loop/-/meta-loop-0.0.8.tgz#98032f377161e715e0a0e9b0a0b3c0627e55b0b9"
integrity sha512-pvunTzpEhe92a9yqaq4lsQogRBId78ypbXZ+NoEvG+lC/DIeIZ9G7QPhrc9nwtIWiDbj9K3Ee6863VwNkJ3w+g==
meta-loop@1.0.0, meta-loop@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/meta-loop/-/meta-loop-1.0.0.tgz#971c2dc172908207b10e243214e0df26861449a2"
integrity sha512-4b/QkKvijN7Y1ZJYLLw9V5/xeP1b7ODY19JRL0DXcaIbjRXdDrQsFt4YZRKw2QzftDfUyp7L4ch8hkUvYhCcpw==
dependencies:
debug "^2.6.3"
get-meta-file "^0.0.5"
debug "^4.1.0"
get-meta-file "^1.0.0"
loop "^3.0.6"

meta-loop@^0.0.5:
Expand All @@ -3023,15 +3023,6 @@ meta-loop@^0.0.5:
get-meta-file "^0.0.5"
loop "^3.0.1"

meta-loop@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/meta-loop/-/meta-loop-1.0.0.tgz#971c2dc172908207b10e243214e0df26861449a2"
integrity sha512-4b/QkKvijN7Y1ZJYLLw9V5/xeP1b7ODY19JRL0DXcaIbjRXdDrQsFt4YZRKw2QzftDfUyp7L4ch8hkUvYhCcpw==
dependencies:
debug "^4.1.0"
get-meta-file "^1.0.0"
loop "^3.0.6"

meta-npm@0.0.28:
version "0.0.28"
resolved "https://registry.yarnpkg.com/meta-npm/-/meta-npm-0.0.28.tgz#2455aa9ab5e90519a4222f70256e703acdb36e2a"
Expand Down

0 comments on commit c8673a1

Please sign in to comment.