Skip to content

Commit

Permalink
Merge pull request #148 from greymass/additional-wallets-2
Browse files Browse the repository at this point in the history
Testing peer dependency versions
  • Loading branch information
aaroncox authored Sep 26, 2024
2 parents 7927ae8 + be7a40b commit 614c9c7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@wharfkit/wallet-plugin-anchor": "^1.4.0",
"@wharfkit/wallet-plugin-metamask": "1.0.0-rc8",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"@wharfkit/wallet-plugin-scatter": "^1.5.0",
"@wharfkit/wallet-plugin-tokenpocket": "^1.5.0",
"@wharfkit/wallet-plugin-wombat": "^1.5.0",
"@wharfkit/wallet-plugin-scatter": "^1.5.1",
"@wharfkit/wallet-plugin-tokenpocket": "^1.5.1",
"@wharfkit/wallet-plugin-wombat": "^1.5.1",
"@wharfkit/web-renderer": "^1.4.1",
"big.js": "^6.2.1",
"chart.js": "^4.4.3",
Expand Down
29 changes: 13 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 089FFA81964D824A-c3b5e44b0c70e085-771398EB0974DD79-f8340de00ce4ba41
# bun ./bun.lockb --hash: 48C7A666F9C95E3C-fcd1ec80bbafc1de-F0A73B2FA43BB259-06aaab72026e0abd


"@alloc/quick-lru@^5.2.0":
Expand Down Expand Up @@ -1549,28 +1549,25 @@
dependencies:
tslib "^2.1.0"

"@wharfkit/wallet-plugin-scatter@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-scatter/-/wallet-plugin-scatter-1.5.0.tgz"
integrity sha512-iWZIpO00coHWhh8KsDdSz6ddZ2Wg+DnyUNAQ2fgmbhK2FqSL2k8mGRSSc+Fj63XIgWK8luo8V4fvN0fajZdMvg==
"@wharfkit/wallet-plugin-scatter@^1.5.1":
version "1.5.1"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-scatter/-/wallet-plugin-scatter-1.5.1.tgz"
integrity sha512-7OnmxJMvsWyDbTLEbBn2f/0cnbLBaXknJ8O4RlpBsKmcbbR4/EAu5UQTCKI6hXIPQ54EGlS15ASpR2GwJUMJjQ==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"

"@wharfkit/wallet-plugin-tokenpocket@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-tokenpocket/-/wallet-plugin-tokenpocket-1.5.0.tgz"
integrity sha512-wZhVPkl2u0hdT+dt5+hMqpXVEErS+hvockEWX2OaXe9egYQmO7h19XlKifia3gPhHwV3K6xSJvu4vRGeybCSPQ==
"@wharfkit/wallet-plugin-tokenpocket@^1.5.1":
version "1.5.1"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-tokenpocket/-/wallet-plugin-tokenpocket-1.5.1.tgz"
integrity sha512-Rm3ARYMW3vkWUFZe0Q1SKQVDSvGzkvb/hmlcuBdQ8xSmR0fBTRDdcIx9QgD7uc5c9hKBKuk2AecvwB+JVF3A3g==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"

"@wharfkit/wallet-plugin-wombat@^1.5.0":
version "1.5.0"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-wombat/-/wallet-plugin-wombat-1.5.0.tgz"
integrity sha512-1dXkLxMXKT2Q8/Rst+84DnWH4Zndd18GrQ2aRVkkszXRX4BK8IehjI4iLSuenlr368WiAb+CAp4mWi1LVR3usA==
"@wharfkit/wallet-plugin-wombat@^1.5.1":
version "1.5.1"
resolved "https://registry.npmjs.org/@wharfkit/wallet-plugin-wombat/-/wallet-plugin-wombat-1.5.1.tgz"
integrity sha512-zQFBv9Nc/+N2yWLNg35BByA+4mtuU/XcSbQ8UmDcPR8MUQmhn9cRCSUK8y0anDLgZniqIDcML+lgda3MXK+5/w==
dependencies:
"@wharfkit/protocol-scatter" "^1.3.1"
tslib "^2.1.0"

"@wharfkit/web-renderer@^1.4.1":
Expand Down

0 comments on commit 614c9c7

Please sign in to comment.