Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
},
"homepage": "https://github.com/solana-program/token#readme",
"peerDependencies": {
"@solana/kit": "^6.1.0"
"@solana/kit": "^6.5.0"
},
"dependencies": {
"@solana-program/system": "^0.12.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/kit": "^6.1.0",
"@solana/kit-plugins": "^0.5.0",
"@solana/kit": "^6.5.0",
"@solana/kit-client-rpc": "^0.9.0",
"@types/node": "^24",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down
Loading
Loading