Skip to content

Commit

Permalink
fix: update web3js dependency (#1102)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding authored Dec 4, 2024
1 parent 8428b5d commit 39adbb1
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 82 deletions.
2 changes: 1 addition & 1 deletion examples/oft-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@rushstack/eslint-patch": "^1.7.0",
"@solana-developers/helpers": "~2.4.0",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "~1.95.0",
"@solana/web3.js": "~1.95.8",
"@sqds/sdk": "^2.0.4",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@layerzerolabs/lz-definitions": "^3.0.21",
"@layerzerolabs/test-devtools": "~0.4.1",
"@layerzerolabs/test-devtools-solana": "~0.0.3",
"@solana/web3.js": "~1.95.3",
"@solana/web3.js": "~1.95.8",
"@sqds/multisig": "^2.1.3",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
Expand All @@ -68,7 +68,7 @@
"@layerzerolabs/devtools": "~0.4.2",
"@layerzerolabs/io-devtools": "~0.1.12",
"@layerzerolabs/lz-definitions": "^3.0.21",
"@solana/web3.js": "^1.95.0",
"@solana/web3.js": "^1.95.8",
"bn.js": "^5.2.0",
"fp-ts": "^2.16.2",
"zod": "^3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@layerzerolabs/test-devtools": "~0.4.1",
"@layerzerolabs/test-devtools-solana": "~0.0.3",
"@layerzerolabs/ua-devtools": "~3.0.1",
"@solana/web3.js": "~1.95.0",
"@solana/web3.js": "~1.95.8",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
Expand All @@ -75,7 +75,7 @@
"@layerzerolabs/lz-v2-utilities": "^3.0.12",
"@layerzerolabs/protocol-devtools": "^1.1.1",
"@layerzerolabs/ua-devtools": "^3.0.1",
"@solana/web3.js": "^1.95.0",
"@solana/web3.js": "^1.95.8",
"fp-ts": "^2.16.2",
"zod": "^3.22.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/test-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:fix": "eslint --fix '**/*.{js,ts,json}'"
},
"devDependencies": {
"@solana/web3.js": "~1.95.0",
"@solana/web3.js": "~1.95.8",
"bs58": "~6.0.0",
"fast-check": "^3.15.1",
"ts-node": "^10.9.2",
Expand All @@ -40,7 +40,7 @@
"typescript": "^5.4.4"
},
"peerDependencies": {
"@solana/web3.js": "^1.95.0",
"@solana/web3.js": "^1.95.8",
"fast-check": "^3.14.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ua-devtools-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-web3js-adapters": "^0.9.2",
"@solana/web3.js": "~1.95.3",
"@solana/web3.js": "~1.95.8",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
Expand All @@ -83,7 +83,7 @@
"@layerzerolabs/protocol-devtools": "^1.1.1",
"@layerzerolabs/protocol-devtools-solana": "~4.0.1",
"@layerzerolabs/ua-devtools": "^3.0.1",
"@solana/web3.js": "^1.95.3",
"@solana/web3.js": "^1.95.8",
"fp-ts": "^2.16.2",
"zod": "^3.22.4"
},
Expand Down
Loading

0 comments on commit 39adbb1

Please sign in to comment.