Skip to content

Commit

Permalink
Merge pull request #126 from steveluscher/lock-to-one
Browse files Browse the repository at this point in the history
Lock web3.js to 1.x for compatibility
  • Loading branch information
lndgalante authored Oct 31, 2024
2 parents 55e3fc9 + 4b7ab0d commit 5ff1147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For full documentation and examples, visit [solutils.vercel.app](https://solutil
Install solutils and its @solana peer dependencies.

```bash
npm install @lndgalante/solutils @solana/web3.js @solana/spl-token @solana/wallet-adapter-react
npm install @lndgalante/solutils @solana/web3.js@1 @solana/spl-token @solana/wallet-adapter-react
```

### Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/web/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: 'Solutils: React Hooks and Helpers for Solana.'
### React hooks and Helpers library for _Solana_

```bash
yarn add @lndgalante/solutils @solana/web3.js @solana/spl-token @solana/wallet-adapter-react
yarn add @lndgalante/solutils @solana/web3.js@1 @solana/spl-token @solana/wallet-adapter-react
```

#### Overview
Expand Down

0 comments on commit 5ff1147

Please sign in to comment.