Skip to content

Commit

Permalink
Merge pull request #55 from ianwalter/dependabot/npm_and_yarn/@ianwal…
Browse files Browse the repository at this point in the history
…ter/bff-4.0.0

Bump @ianwalter/bff from 2.10.0 to 4.0.0
  • Loading branch information
Ian Walter committed Apr 25, 2019
2 parents 06d1776 + b228107 commit c55011d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@ianwalter/babel-preset-lib": "^1.0.4",
"@ianwalter/bff": "^2.10.0",
"@ianwalter/bff": "^4.0.0",
"@ianwalter/dist": "^3.1.0",
"@ianwalter/eslint-config": "^1.1.0",
"np": "^4.0.2"
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
js-levenshtein "^1.1.3"
semver "^5.3.0"

"@babel/runtime@^7.2.0", "@babel/runtime@^7.3.4":
"@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.3.4":
version "7.4.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
Expand Down Expand Up @@ -708,12 +708,12 @@
dependencies:
"@babel/runtime" "^7.2.0"

"@ianwalter/bff@^2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-2.10.0.tgz#ac57ff0dbef86a5ff8b61a6feb82f7f4bd8808b3"
integrity sha512-nPMbXthsDMBUwOzIxbsUmP8GC8vr3Ech3Bx9OeVGYkvBRUay7MiNZAIgbMOPjXYFkq/RVFmhE9lx9f0rVOCsVw==
"@ianwalter/bff@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-4.0.0.tgz#e46b3f01333865589bf2fb1cab0a752f73a5108f"
integrity sha512-BohAZde38NMJUtJCB0c/q4P9OPmOTV7t7LQZL9dzffl/yk4EcoTDRK++MkAUPjqDgDcQWEvMC6XL8SHG3MZWkA==
dependencies:
"@ianwalter/cli" "^1.0.0"
"@ianwalter/cli" "^1.1.1"
"@ianwalter/print" "^2.3.0"
common-tags "^1.8.0"
expect "^24.7.1"
Expand All @@ -723,11 +723,13 @@
p-timeout "^3.1.0"
workerpool "^3.1.2"

"@ianwalter/cli@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/cli/-/cli-1.0.0.tgz#73d803468c11bde5afac4b5eedfc4ac33ae36f12"
integrity sha512-MDcYFW9Ksb2jHfQ/v2QJRsEp/5Raz9FxUx2GLGjLWuqfk1GwWOGxJ9As7tJAuE9stVbZa1o/Gi753QWb8PZzQw==
"@ianwalter/cli@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@ianwalter/cli/-/cli-1.1.1.tgz#544ea8d0dbd207aaf867e01e861be908c161ae7d"
integrity sha512-N7cdoA2llrZDqifD09aqFuwS4iUlxDHea5Wn29TIyEcYHo3JHjwfkjKOdKSqa3t7/KZqod5OEOWd8dKDqc6HMA==
dependencies:
"@ianwalter/merge" "^3.0.0"
dot-prop "^5.0.0"
getopts "^2.2.4"
pkg-conf "^3.1.0"
yargs "^13.2.2"
Expand Down Expand Up @@ -771,6 +773,13 @@
resolved "https://registry.yarnpkg.com/@ianwalter/log/-/log-3.0.0.tgz#c85f7343e28e98d0a4c872a42e6bdd6d8b302e8d"
integrity sha512-CAB1LaZUDUvQexuZYXmRhaFrpNqguIwA+ciB8+uvDm9dakNX3H+Yd7VIOisvx/y4GljH2hSrlTfCzhy14/0/YQ==

"@ianwalter/merge@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/merge/-/merge-3.0.0.tgz#f2b88f73d7491e1d1f13a4cfd35a8dc452c0ad5e"
integrity sha512-SrJt5zo4BjRHKQ6U0ErJlVgXQA2HLYRL1nGd8Vti84rbztwrsmwhxKUSsOHQWEY7/8MqlR2O22oDPJdLnIQ9RQ==
dependencies:
"@babel/runtime" "^7.3.1"

"@ianwalter/npm-short-name@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/npm-short-name/-/npm-short-name-1.0.0.tgz#1ff8fcf73a20841e8fa13af77957a01c6e2329e8"
Expand Down Expand Up @@ -1603,6 +1612,13 @@ dot-prop@^4.1.0:
dependencies:
is-obj "^1.0.0"

dot-prop@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.0.0.tgz#64b7968af349c3a9f966aa12658dbd5829f6b953"
integrity sha512-RTmaF2jx3nOBO2GvtFqjnDLycjFUMqt+2pwRx7JVYa81lDauoj9aNkyrJI2ikR58FbBIchiIlRiGG+muLJ4oHQ==
dependencies:
is-obj "^1.0.0"

duplexer3@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
Expand Down

0 comments on commit c55011d

Please sign in to comment.