Skip to content

Commit

Permalink
Update dependency @ianwalter/bff to ^9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 13, 2020
1 parent c378e12 commit dd31d01
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 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 @@
"url": "https://github.com/ianwalter/cloneable/issues"
},
"devDependencies": {
"@ianwalter/bff": "^9.2.1",
"@ianwalter/bff": "^9.3.0",
"@ianwalter/dist": "^5.3.0",
"@ianwalter/eslint-config": "^4.0.0",
"@ianwalter/release": "^5.0.0",
Expand Down
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@
resolved "https://registry.yarnpkg.com/@ianwalter/base-error/-/base-error-6.1.0.tgz#a25f8a57e04877f6823251c5f1e05c7c060a0130"
integrity sha512-a1oe3gdY7aVJotysd2hbkARZdIXd80b1xL+kcJGQ/5VzEv7bMhQ+vlamv8DLz828uz/dxMCVb4++n75RyVUs2Q==

"@ianwalter/bff@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-9.2.1.tgz#7076c0716374f908ed01e92014f2d492d8aed995"
integrity sha512-NGzZmBZO2fBgBiNWGNBk3aSGzL8iEm8q2at6PulIwupiuhEaA36VKtbNjuFE3WxN1aYQpSpX9Oy1c30v/rV2Zg==
"@ianwalter/bff@^9.3.0":
version "9.3.0"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-9.3.0.tgz#970e505f276f856fe9284afcee7abbc7ff2c972b"
integrity sha512-UgOiOe90SzFqKbX5QojSmvSzSH3v8deSSSlUsdjkMOZMG7zh3AActzaA70ZndOHmsZzsUJukBxpYFe4zwM0hSg==
dependencies:
"@ianwalter/cli" "^4.1.0"
"@ianwalter/clone" "^4.1.0"
"@ianwalter/clone" "^5.0.0"
"@ianwalter/cloneable" "^1.0.1"
"@ianwalter/print" "^5.0.0"
"@ianwalter/print" "^5.1.0"
"@ianwalter/subpub" "^2.0.0"
"@ianwalter/timer" "^1.1.0"
callsites "^3.1.0"
Expand Down Expand Up @@ -240,6 +240,11 @@
resolved "https://registry.yarnpkg.com/@ianwalter/clone/-/clone-4.1.0.tgz#635860922699338da607b8e990ae5173e3e3e9c9"
integrity sha512-UWlp3DtPvLgZkS3hy6ihHQATjQC1BtoJxk4PCO/v7r8m7P4g0WkdacadpUh0ze3yNqO+uFIRW2RX1boGz7feQQ==

"@ianwalter/clone@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/clone/-/clone-5.0.0.tgz#d5e20f3b9eccfbbb094f6f38e1cf6d31818b51ac"
integrity sha512-N0BlOwYog4ASu2OP+9q2xM3fvJDtFm4YhhZG2dmn0rmueJGhqC/OSJIHgixL6wORDP0w9+sRJdI97b0IoWBdYw==

"@ianwalter/cloneable@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@ianwalter/cloneable/-/cloneable-1.0.1.tgz#627489e86020f035559b263762e1ff6329b8c08e"
Expand Down Expand Up @@ -366,6 +371,22 @@
marked-terminal "^4.0.0"
strip-ansi "^6.0.0"

"@ianwalter/print@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-5.1.0.tgz#52c5b727a24088ae3354f34c8147761053bc907f"
integrity sha512-hthgIc5l98Az6TS1m2SzAzjWtVwrAdBBJvW8uhtvq+awekelri5s4yoKNLkZAjHRJSM7gyXX+IK/ttISzkiOUA==
dependencies:
"@ianwalter/chromafi" "^1.0.1"
"@ianwalter/clone" "^5.0.0"
"@ianwalter/log" "^4.0.0"
"@ianwalter/merge" "^5.0.0"
chalk "^3.0.0"
has-ansi "^4.0.0"
has-emoji "^1.1.0"
marked "^0.8.0"
marked-terminal "^4.0.0"
strip-ansi "^6.0.0"

"@ianwalter/release@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/release/-/release-5.0.0.tgz#e1e454e20e9dcc74936f207004ba58c475daf683"
Expand Down

0 comments on commit dd31d01

Please sign in to comment.