Skip to content

Commit b461852

Browse files
committed
Try solve deps
1 parent 1c013ba commit b461852

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"sharp": "0.33.5",
6666
"tslog": "4.9.3"
6767
},
68+
"overrides": {
69+
"@solana/web3.js@1.95.5": "npm:@solana/web3.js@1.95.5",
70+
"@solana/web3.js@1.95.8": "npm:@solana/web3.js@1.95.8",
71+
"@solana/web3.js@2": "npm:@solana/web3.js@2.0.0",
72+
"@lifi/sdk/@solana/web3.js": "npm:@solana/web3.js@1.95.4"
73+
},
6874
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
6975
"workspaces": [
7076
"packages/*"

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@rollup/plugin-replace": "5.0.7",
2626
"@rollup/plugin-terser": "0.1.0",
2727
"@rollup/plugin-typescript": "11.1.6",
28-
"@solana/web3.js": "1.95.8",
28+
"@solana/web3.js": "npm:@solana/web3.js@1.95.8",
2929
"@types/fluent-ffmpeg": "2.1.27",
3030
"@types/jest": "29.5.14",
3131
"@types/mocha": "10.0.10",

packages/plugin-nft-generation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@metaplex-foundation/umi": "^0.9.2",
1414
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
1515
"@solana-developers/helpers": "^2.5.6",
16-
"@solana/web3.js": "1.95.5",
16+
"@solana/web3.js": "npm:@solana/web3.js@1.95.5",
1717
"bs58": "6.0.0",
1818
"express": "4.21.1",
1919
"node-cache": "5.1.2",

packages/plugin-solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@elizaos/plugin-tee": "workspace:*",
1111
"@coral-xyz/anchor": "0.30.1",
1212
"@solana/spl-token": "0.4.9",
13-
"@solana/web3.js": "1.95.8",
13+
"@solana/web3.js": "npm:@solana/web3.js@1.95.8",
1414
"bignumber": "1.1.0",
1515
"bignumber.js": "9.1.2",
1616
"bs58": "6.0.0",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)