Skip to content

Commit

Permalink
chore(deps): update dependency meta-yarn to v1 (#101)
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 c90cb05 commit 8ad994f
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 34 deletions.
86 changes: 61 additions & 25 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 @@ -70,7 +70,7 @@
"jest": "23.6.0",
"meta-gh": "0.0.5",
"meta-npm": "0.0.28",
"meta-yarn": "0.0.5",
"meta-yarn": "1.0.0",
"prettier": "1.15.3",
"pretty-quick": "1.8.0"
}
Expand Down
35 changes: 27 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,17 @@ get-meta-file@^0.0.5:
inquirer "^3.2.2"
prompt-sync "^4.1.5"

get-meta-file@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/get-meta-file/-/get-meta-file-1.0.0.tgz#16b94d722428b8025c21d6cf07cba3c87c09e1af"
integrity sha512-wdmcztuzSGkXoCkSOGaXOCANISsJvJAp0zJaJQ19vyOdVVsnocdTGXl4pNGX/ua5iKG1CUTxELhvM1TxlY3Qig==
dependencies:
chalk "^2.1.0"
debug "^2.3.3"
findup-sync "^2.0.0"
inquirer "^3.2.2"
prompt-sync "^4.1.5"

get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
Expand Down Expand Up @@ -2953,6 +2964,14 @@ meta-exec@^0.0.8:
chalk "^1.1.3"
debug "^2.6.0"

meta-exec@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/meta-exec/-/meta-exec-1.0.0.tgz#3aa0fb87debfb7d910c08ffb4b4cc58750b058ed"
integrity sha512-F1CtWjHBbEQBRSIEAYVamKr38sSrrsAF7IqYNwejjHuOnQXXKfxf3BQ08XGyVri05zL9oeBppymb+lJ6vE9iTQ==
dependencies:
chalk "^1.1.3"
debug "^2.6.0"

[email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/meta-gh/-/meta-gh-0.0.5.tgz#f40cc451483135cdae8596ec4ac41ba6cb98333e"
Expand Down Expand Up @@ -3034,19 +3053,19 @@ [email protected]:
meta-exec "^0.0.8"
mkdirp "^0.5.1"

meta-yarn@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/meta-yarn/-/meta-yarn-0.0.5.tgz#80f1a9639178271a0eac76c8d14f309ab444b8ff"
integrity sha512-YLEOuwvOUd6LyVHKTRcPbjwhYosMgZIlwolM0EhxsuE4wTyjraFcAx6gB/nH4Er/5mJodmlLVyxcvyg0ohJe3A==
meta-yarn@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/meta-yarn/-/meta-yarn-1.0.0.tgz#99bbae0527e6bb116679409dce670351e9034366"
integrity sha512-k2uSkRzKn66I0/U1gN21N4VF9QxfsGSH4OY+Q26LbgwmfBeKzjTgPgipnz9F9/NbbgFU/0Z4ZMa9QpYTtaOyyA==
dependencies:
async "^2.1.4"
chalk "^1.1.3"
chalk "^2.4.1"
commander "^2.9.0"
debug "^2.3.3"
get-meta-file "^0.0.5"
debug "^4.1.0"
get-meta-file "^1.0.0"
lodash "^4.17.4"
loop "^3.0.6"
meta-exec "^0.0.8"
meta-exec "^1.0.0"

methods@^1.1.1:
version "1.1.2"
Expand Down

0 comments on commit 8ad994f

Please sign in to comment.