Skip to content

Commit ab92099

Browse files
committed
Bump web3.js rc version
1 parent e712273 commit ab92099

File tree

3 files changed

+262
-273
lines changed

3 files changed

+262
-273
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 20
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

clients/js/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535
"repository": "https://github.com/solana-program/address-lookup-table.git",
3636
"license": "Apache-2.0",
3737
"peerDependencies": {
38-
"@solana/web3.js": "2.0.0-rc.0"
38+
"@solana/web3.js": "2.0.0-rc.1"
3939
},
4040
"devDependencies": {
4141
"@ava/typescript": "^4.1.0",
4242
"@solana/eslint-config-solana": "^3.0.3",
43-
"@solana/web3.js": "2.0.0-rc.0",
44-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
43+
"@solana/web3.js": "2.0.0-rc.1",
4544
"@types/node": "^20",
4645
"@typescript-eslint/eslint-plugin": "^7.16.1",
4746
"@typescript-eslint/parser": "^7.16.1",
@@ -58,9 +57,6 @@
5857
"nodeArguments": [
5958
"--no-warnings"
6059
],
61-
"require": [
62-
"@solana/webcrypto-ed25519-polyfill"
63-
],
6460
"typescript": {
6561
"compile": false,
6662
"rewritePaths": {

0 commit comments

Comments
 (0)