Skip to content

Commit

Permalink
chore(react): upgrade solana web3
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshbhole-rp committed Jan 10, 2025
1 parent e9fa5ba commit 2748298
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 26 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tangled3/react

## 1.16.25

### Patch Changes

- chore: upgrade solana web3

## 1.16.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tangled3/react",
"private": false,
"version": "1.16.24",
"version": "1.16.25",
"type": "module",
"license": "MIT",
"main": "./src/index.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@safe-global/safe-apps-sdk": "^9.0.0",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.94.0",
"@solana/web3.js": "^1.98.0",
"@tangled3/solana-react": "workspace:*",
"@tanstack/react-query": "^5.44.0",
"@tronweb3/tronwallet-abstract-adapter": "^1.1.8",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2748298

Please sign in to comment.