Skip to content

Commit

Permalink
Bump web3.js to 2.0 (#11)
Browse files Browse the repository at this point in the history
Removes the RC tag.
  • Loading branch information
lorisleiva authored Nov 14, 2024
1 parent db66175 commit 3b0829d
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 274 deletions.
4 changes: 2 additions & 2 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"homepage": "https://github.com/solana-program/token#readme",
"peerDependencies": {
"@solana/web3.js": "2.0.0-rc.4"
"@solana/web3.js": "^2.0.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana-program/system": "^0.6.1",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/web3.js": "2.0.0-rc.4",
"@solana/web3.js": "^2.0.0",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down
Loading

0 comments on commit 3b0829d

Please sign in to comment.