small fixes

This commit is contained in:
thesn10
2026-06-25 11:30:13 +02:00
parent e5229d2138
commit 0f6fdc5f97
8 changed files with 3113 additions and 609 deletions

View File

@@ -10,14 +10,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@solana/kit": "^6.0.0",
"@solana/program-client-core": "^6.4.0"
"@solana/kit": "^6.10.0",
"@solana/program-client-core": "^6.10.0"
},
"devDependencies": {
"@codama/nodes-from-anchor": "^1.4.1",
"@codama/nodes-from-anchor": "^1.5.1",
"@codama/renderers-js": "^2.2.0",
"codama": "^1.6.0",
"typescript": "^6.0.3",
"vitest": "^3.0.0"
"vitest": "^4.1.9"
}
}