Skip to content

Commit

Permalink
chore: updates dependencies (#1127)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
towanTG and github-actions[bot] authored Dec 11, 2024
1 parent 024d09a commit 993774d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/mean-rings-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@swapkit/toolbox-solana": patch
"@swapkit/wallet-phantom": patch
"@swapkit/wallet-bitget": patch
---

Updates dependencies
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/toolboxes/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@solana/spl-memo": "0.2.5",
"@solana/spl-token": "0.4.9",
"@solana/spl-token-registry": "0.2.4574",
"@solana/web3.js": "1.95.4",
"@solana/web3.js": "1.95.8",
"@swapkit/helpers": "workspace:*",
"micro-key-producer": "0.7.1"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/wallets/bitget/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"description": "SwapKit Wallet - Bitget",
"dependencies": {
"@solana/web3.js": "1.95.8",
"@swapkit/helpers": "workspace:*",
"@swapkit/toolbox-cosmos": "workspace:*",
"@swapkit/toolbox-evm": "workspace:*",
"@swapkit/toolbox-solana": "workspace:*",
"@swapkit/toolbox-utxo": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/phantom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "SwapKit Wallet - Phantom",
"dependencies": {
"@solana/web3.js": "1.95.4",
"@solana/web3.js": "1.95.8",
"@swapkit/helpers": "workspace:*",
"@swapkit/toolbox-evm": "workspace:*",
"@swapkit/toolbox-solana": "workspace:*",
Expand Down

0 comments on commit 993774d

Please sign in to comment.