Skip to content

Commit

Permalink
Update sdk and txn-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
sablevsky committed Dec 9, 2024
1 parent cd800a2 commit 84ed64d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bs58": "^5.0.0",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"fbonds-core": "0.6.61",
"fbonds-core": "0.6.60",
"firebase": "^10.1.0",
"idb-keyval": "^6.2.1",
"immer": "9.0.19",
Expand All @@ -61,7 +61,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-virtuoso": "^4.6.2",
"solana-transactions-executor": "6.0.0",
"solana-transactions-executor": "6.0.1",
"solana-transactions-parser": "2.0.3",
"zod": "^3.21.4",
"zustand": "^4.3.9"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7353,10 +7353,10 @@ [email protected], faye-websocket@^0.11.3:
dependencies:
websocket-driver ">=0.5.1"

[email protected].61:
version "0.6.61"
resolved "https://registry.yarnpkg.com/fbonds-core/-/fbonds-core-0.6.61.tgz#7758310ad052f2baa7263b7b4cf1b2985b082a85"
integrity sha512-5W5BYuzAUq++tFE4K6bsytBXY1hzVQKxKXZ55IMrmLBXBEyF4E4LB00osA8ERfPkE/nFmwEC2XVRlVDhx2p3pQ==
[email protected].60:
version "0.6.60"
resolved "https://registry.yarnpkg.com/fbonds-core/-/fbonds-core-0.6.60.tgz#087baf99ce7b8ec1ec727ca31194c95b1e1fe0be"
integrity sha512-tQ42RvZdjHROR19tMvdaUm7AlCDJkQhQH4qekyuF3YV6Aqn55TFbfrfJ871E7nNkL4ObyyCrZqEIdHPPphpWOw==
dependencies:
"@coral-xyz/anchor" "^0.30.1"
"@metaplex-foundation/mpl-token-metadata" "^2.8.1"
Expand Down Expand Up @@ -11922,10 +11922,10 @@ socks@^2.6.2:
ip "^2.0.0"
smart-buffer "^4.2.0"

[email protected].0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/solana-transactions-executor/-/solana-transactions-executor-6.0.0.tgz#ee73104b3cbc0104ce49ebbb429633d17e67c34f"
integrity sha512-1W6yHNwW/RifjmEYPg2wPzfYgZKgFdhgf3GHmIP/DzfWtRslS6rec6qOZtCPfsoFWhyStuGWqIjoMRz1w7FggQ==
[email protected].1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/solana-transactions-executor/-/solana-transactions-executor-6.0.1.tgz#676130d2fc71e7d39fe57167c39a834715db706d"
integrity sha512-09HZQDorE0axpSJx8A+/UVo53eh7CewUKbvUd6FANNbaLywTAogkdhQFv6sQHt936LwQs55KMiGli5mryZ4hHQ==
dependencies:
"@solana/web3.js" "1.91.1"
axios "^1.6.8"
Expand Down

0 comments on commit 84ed64d

Please sign in to comment.