Skip to content

Commit 76b8e53

Browse files
committed
chore: update dependencies and TypeScript module resolution
* Upgrade @solana/web3.js to version 1.98.4 * Add litesvm dependency at version 0.4.0 * Change TypeScript module resolution from commonjs to nodenext in tsconfig.json * Update pnpm-lock.yaml to reflect new dependency versions and resolutions
1 parent 2431104 commit 76b8e53

File tree

3 files changed

+162
-47
lines changed

3 files changed

+162
-47
lines changed

basics/realloc/anchor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"dependencies": {
88
"@coral-xyz/anchor": "0.32.1",
9-
"@solana/web3.js": "^1.95.2"
9+
"@solana/web3.js": "^1.98.4",
10+
"litesvm": "^0.4.0"
1011
},
1112
"devDependencies": {
1213
"@types/bn.js": "^5.1.0",

basics/realloc/anchor/pnpm-lock.yaml

Lines changed: 152 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"compilerOptions": {
3+
"types": ["mocha", "chai"],
4+
"typeRoots": ["./node_modules/@types"],
5+
"lib": ["es2015"],
6+
"module": "nodenext",
7+
"target": "es6",
8+
"esModuleInterop": true
9+
}
1010
}

0 commit comments

Comments
 (0)