Skip to content

Commit f858c7d

Browse files
authored
Bump JS client to Kit v4 (#28)
1 parent a41788e commit f858c7d

File tree

3 files changed

+322
-320
lines changed

3 files changed

+322
-320
lines changed

clients/js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"homepage": "https://github.com/solana-program/program-metadata#readme",
4646
"license": "MIT",
4747
"peerDependencies": {
48-
"@solana/kit": "^3.0"
48+
"@solana/kit": "^4.0"
4949
},
5050
"dependencies": {
5151
"@iarna/toml": "^2.2.5",
52-
"@solana-program/compute-budget": "^0.9.0",
53-
"@solana-program/system": "^0.8.0",
52+
"@solana-program/compute-budget": "^0.10.0",
53+
"@solana-program/system": "^0.9.0",
5454
"commander": "^13.0.0",
5555
"pako": "^2.1.0",
5656
"picocolors": "^1.1.1",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@ava/typescript": "^4.1.0",
6161
"@solana/eslint-config-solana": "^3.0.3",
62-
"@solana/kit": "^3.0",
62+
"@solana/kit": "^4.0",
6363
"@types/node": "^24",
6464
"@types/pako": "^2.0.3",
6565
"@typescript-eslint/eslint-plugin": "^7.16.1",

0 commit comments

Comments
 (0)