Skip to content

Commit f27c0f6

Browse files
committed
account-data/steel - update deps
1 parent ace055a commit f27c0f6

File tree

2 files changed

+178
-227
lines changed

2 files changed

+178
-227
lines changed

basics/account-data/steel/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@
66
"deploy": "solana program deploy ./program/target/so/program.so"
77
},
88
"dependencies": {
9-
"@solana/web3.js": "^1.47.3",
10-
"fs": "^0.0.1-security"
9+
"@solana/web3.js": "^1.95.4"
1110
},
1211
"devDependencies": {
1312
"@types/bn.js": "^5.1.0",
1413
"@types/chai": "^4.3.1",
15-
"@types/mocha": "^9.1.1",
16-
"@coral-xyz/borsh": "0.30.1",
14+
"@types/mocha": "^10.0.9",
15+
"@types/node": "^22.8.6",
1716
"borsh": "0.7.0",
1817
"chai": "^4.3.4",
19-
"mocha": "^9.0.3",
20-
"solana-bankrun": "^0.3.0",
18+
"mocha": "^10.8.2",
19+
"solana-bankrun": "^0.4.0",
2120
"ts-mocha": "^10.0.0",
22-
"typescript": "^4.3.5"
21+
"typescript": "^5.6.3"
2322
}
2423
}

0 commit comments

Comments
 (0)