Skip to content

Commit 43c9378

Browse files
chore: remove unused @coral-xyz/spl-token dependency
The nft-meta-data-pointer Next.js app declared @coral-xyz/spl-token 0.30.0 but never imported from it — grep for '@coral-xyz/spl-token' across the app finds zero source references. @solana/spl-token ^0.4.0 is already a dependency, so anything that needed SPL Token functionality was using the canonical package. Removing the dead dependency eliminates the last live @coral-xyz usage in the repository (confirmed with repo-wide grep excluding node_modules and .reference/). Aligns with the skill rule to use @solana/* namespaces rather than legacy @coral-xyz/* mirrors.
1 parent 9131b3e commit 43c9378

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • tokens/token-extensions/nft-meta-data-pointer/anchor-example/app

tokens/token-extensions/nft-meta-data-pointer/anchor-example/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"@chakra-ui/next-js": "^2.1.3",
1313
"@chakra-ui/react": "^2.6.1",
1414
"@anchor-lang/core": "1.0.0",
15-
"@coral-xyz/spl-token": "0.30.0",
1615
"@emotion/react": "^11.11.0",
1716
"@emotion/styled": "^11.11.0",
1817
"@magicblock-labs/gum-react-sdk": "^3.0.4",

0 commit comments

Comments
 (0)