Skip to content

Commit

Permalink
Merge pull request #143 from blocknative/release/0.13.11
Browse files Browse the repository at this point in the history
Release 0.13.11
  • Loading branch information
lnbc1QWFyb24 authored Jan 26, 2022
2 parents 60bfdf2 + 9aa847e commit d3a5e0d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "onboard-notify-react",
"version": "0.13.10",
"version": "0.13.11",
"dependencies": {
"bnc-notify": "^1.9.2",
"bnc-notify": "^1.9.3",
"bnc-notify-staging": "https://github.com/blocknative/notify#develop",
"bnc-onboard": "^1.37.1",
"bnc-onboard-staging": "https://github.com/blocknative/onboard#develop",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4432,13 +4432,13 @@ bnb-javascript-sdk-nobroadcast@^2.16.14:
regenerator-runtime "^0.13.3"
uuid "^3.3.3"

bnc-notify@^1.9.2:
version "1.9.2"
resolved "https://registry.yarnpkg.com/bnc-notify/-/bnc-notify-1.9.2.tgz#f077559643ae0eed69759524dff904b7a9f2f07f"
integrity sha512-Eeo7NiPuZqhod2dEuL1M67SHUDVm4jExv70yubv5arexN2BhW/ruzCzklPExv/oqo8q6H4fQicQiT4jCN6zPPQ==
bnc-notify@^1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/bnc-notify/-/bnc-notify-1.9.3.tgz#a73189bd66a24a4b5b0c60fb6aa56010d58b2341"
integrity sha512-psNckWa3ADoN66WMi6G2CMhJGjQ77deHr1ZULbTjmcL6xnFw3FterRRgQOr3teJJpZmW96blMikMjEQwifEkVQ==
dependencies:
bignumber.js "^9.0.0"
bnc-sdk "^3.5.0"
bnc-sdk "4.0.0"
lodash.debounce "^4.0.8"
regenerator-runtime "^0.13.3"
uuid "^3.3.3"
Expand Down Expand Up @@ -4516,6 +4516,15 @@ bnc-onboard@^1.37.1:
walletlink "^2.4.4"
web3-provider-engine "^15.0.4"

[email protected]:
version "4.0.0"
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.0.0.tgz#0bf8af5c7c3fab7912912431e1af0e48e01b608b"
integrity sha512-ob0GP1dS2yGvV+2hpJgpmrJeen0W68K4jsfjikbuL7ogBAVaQaWbPAzKw2w9tgq9BUM96CR43UpAobSyTZDx7g==
dependencies:
crypto-es "^1.2.2"
rxjs "^6.6.3"
sturdy-websocket "^0.1.12"

bnc-sdk@^3.4.1, bnc-sdk@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-3.5.0.tgz#b863a2d947857d87c56d53261bd43529f1a5c03e"
Expand Down

0 comments on commit d3a5e0d

Please sign in to comment.