Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Update dependency @ianwalter/bff to ^9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 22, 2020
1 parent 47ce240 commit 50cc6f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"semver": "^7.1.2"
},
"devDependencies": {
"@ianwalter/bff": "^9.5.0",
"@ianwalter/bff": "^9.6.0",
"@ianwalter/eslint-config": "^4.0.0",
"@ianwalter/renovate-config": "^1.2.0"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,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.5.0":
version "9.5.0"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-9.5.0.tgz#895cc6cadc34e9b091c951b416f8918e6ff66002"
integrity sha512-Pagw+hP95NEjUOifSxectWz9hzyHgBG9UMHm7cTiuh3nm7zHp0e9fvg1WD+zrOcVBR3qVjyFOXKCU3Z0YpkjMg==
"@ianwalter/bff@^9.6.0":
version "9.6.0"
resolved "https://registry.yarnpkg.com/@ianwalter/bff/-/bff-9.6.0.tgz#6c844223ddcae96b9bf373a3665f2455e1fe38da"
integrity sha512-eKmZKM1dJ8cbZaUbgN0ASi8HDcQkZhU1R0oSvVTuv+rPgR7a+3P6x2X/+WrZiJ0XU0gXGmC9B9kmXe80R9u9nw==
dependencies:
"@ianwalter/cli" "^4.1.0"
"@ianwalter/clone" "^5.0.0"
"@ianwalter/cloneable" "^1.0.1"
"@ianwalter/print" "^5.2.1"
"@ianwalter/print" "^5.3.0"
"@ianwalter/subpub" "^2.0.0"
"@ianwalter/timer" "^1.1.0"
callsites "^3.1.0"
Expand Down Expand Up @@ -272,6 +272,11 @@
resolved "https://registry.yarnpkg.com/@ianwalter/merge/-/merge-5.0.0.tgz#972b3cd668ab87416fba1af99186cd83d34d687f"
integrity sha512-Z+Xn8dT0ApkjGizdwMQaCgsAyHO+zKhCC2OYO7lEYLs1IdCzXtRUYah3vkIWT8/Ad94ni0rxtR39VTRWJE1/Qw==

"@ianwalter/merge@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@ianwalter/merge/-/merge-6.0.0.tgz#7d7facccc86fb407571c78de00a0bd2adca395cb"
integrity sha512-Ohskh/vqQFgW2Abaxd3kPYz/uNqoUmCSjU8kB8SoRieQqIOyXit1pFKYW4HmcoRcDFbktpWmS1QpIBoF74DGBg==

"@ianwalter/print@^3.9.0":
version "3.9.0"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-3.9.0.tgz#db84d5f0fdcd144b1647aded8d33e6fa615208b9"
Expand Down Expand Up @@ -334,15 +339,15 @@
marked-terminal "^4.0.0"
strip-ansi "^6.0.0"

"@ianwalter/print@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-5.2.1.tgz#c45eee0cc9eae1a03dcef5fcdcad2bea74614bd8"
integrity sha512-kbdwljHZKZXcDmlDV9XpCVLtc/gNAFID3jGSPExfwcX3CQaFqcdHvZ2otm1Zsen0ES9ybt4SJXoOddc/zyVXUg==
"@ianwalter/print@^5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@ianwalter/print/-/print-5.3.0.tgz#f5a73bbe387075d0ac5fb654943c81c181082d84"
integrity sha512-YkkUv/Bnwzu0qNqj3BCo1ZP19wk2kkYXYhFvgKGZqVpELRHEwOzo5pD4KszwhjvMUNiBOLYqOZO8C3OCx5+cXA==
dependencies:
"@ianwalter/chromafi" "^1.0.1"
"@ianwalter/clone" "^5.0.0"
"@ianwalter/log" "^4.0.0"
"@ianwalter/merge" "^5.0.0"
"@ianwalter/merge" "^6.0.0"
chalk "^3.0.0"
has-ansi "^4.0.0"
has-emoji "^1.1.0"
Expand Down

0 comments on commit 50cc6f1

Please sign in to comment.