Skip to content

Commit 6dde3c9

Browse files
committed
fix CI errors
- update hello solana pinocchio packages - rename pblock/pinocchio to pino
1 parent 593aae8 commit 6dde3c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+87
-94
lines changed

basics/hello-solana/pinocchio/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"deploy": "solana program deploy ./program/target/so/hello_solana_program_pinocchio.so"
88
},
99
"dependencies": {
10-
"@solana/web3.js": "^1.47.3"
10+
"@solana/web3.js": "^1.98.4"
1111
},
1212
"devDependencies": {
13-
"@types/bn.js": "^5.1.0",
14-
"@types/chai": "^4.3.1",
13+
"@types/bn.js": "^5.2.0",
14+
"@types/chai": "^4.3.20",
1515
"@types/mocha": "^9.1.1",
16-
"@types/node": "^22.15.2",
17-
"chai": "^4.3.4",
18-
"mocha": "^9.0.3",
19-
"solana-bankrun": "^0.3.0",
20-
"ts-mocha": "^10.0.0",
21-
"typescript": "^4.3.5"
16+
"@types/node": "^22.19.1",
17+
"chai": "^4.5.0",
18+
"mocha": "^9.2.2",
19+
"solana-bankrun": "^0.3.1",
20+
"ts-mocha": "^10.1.0",
21+
"typescript": "^4.9.5"
2222
}
2323
}

0 commit comments

Comments
 (0)