Skip to content

Commit

Permalink
Bump web3.js rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Sep 11, 2024
1 parent a644e25 commit a423064
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: Install Dependencies
Expand Down
8 changes: 2 additions & 6 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@solana/web3.js": "2.0.0-rc.0"
"@solana/web3.js": "2.0.0-rc.1"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/web3.js": "2.0.0-rc.0",
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
"@solana/web3.js": "2.0.0-rc.1",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand All @@ -57,9 +56,6 @@
"nodeArguments": [
"--no-warnings"
],
"require": [
"@solana/webcrypto-ed25519-polyfill"
],
"typescript": {
"compile": false,
"rewritePaths": {
Expand Down
Loading

0 comments on commit a423064

Please sign in to comment.