Skip to content

Commit 676b88f

Browse files
committed
processing-instructions/steel - core, update deps
1 parent cdf5991 commit 676b88f

File tree

4 files changed

+188
-199
lines changed

4 files changed

+188
-199
lines changed

basics/processing-instructions/steel/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
"deploy": "solana program deploy ./program/target/so/program.so"
77
},
88
"dependencies": {
9-
"@solana/web3.js": "^1.47.3"
9+
"@solana/web3.js": "^1.95.4"
1010
},
1111
"devDependencies": {
1212
"@types/bn.js": "^5.1.0",
1313
"@types/chai": "^4.3.1",
14-
"@types/mocha": "^9.1.1",
14+
"@types/mocha": "^10.0.9",
15+
"@types/node": "^22.8.6",
1516
"borsh": "0.7.0",
1617
"chai": "^4.3.4",
17-
"mocha": "^9.0.3",
18-
"solana-bankrun": "^0.3.0",
18+
"mocha": "^10.8.2",
19+
"solana-bankrun": "^0.4.0",
1920
"ts-mocha": "^10.0.0",
20-
"typescript": "^4.3.5"
21+
"typescript": "^5.6.3"
2122
}
2223
}

0 commit comments

Comments
 (0)