Skip to content

Commit 43cb2e2

Browse files
committed
Override the @solana/web3.js transitive dependency of spl-token and buffer-layout-utils in a more targeted way
1 parent 6d95510 commit 43cb2e2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
"packageManager": "pnpm@9.1.0",
5959
"pnpm": {
6060
"overrides": {
61-
"@solana/web3.js": "workspace:*",
61+
"@solana/buffer-layout-utils>@solana/web3.js": "workspace:*",
62+
"@solana/spl-token>@solana/web3.js": "workspace:*",
63+
"@solana/spl-token-group>@solana/web3.js": "workspace:*",
64+
"@solana/spl-token-metadata>@solana/web3.js": "workspace:*",
6265
"@wallet-standard/base": "pre",
6366
"conventional-changelog-conventionalcommits": ">= 8.0.0",
6467
"jsdom": "^22",

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)