Skip to content

Commit 9f9436a

Browse files
committed
fix pnpm issue
1 parent 7c4e7d9 commit 9f9436a

File tree

6 files changed

+187
-272
lines changed

6 files changed

+187
-272
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@
3232
"@solendprotocol/solend-sdk": "^0.4.3",
3333
"@supercharge/promise-pool": "^2.1.0",
3434
"axios": "^1.6.5",
35+
"base-x": "^5.0.1",
3536
"bignumber.js": "^9.0.1",
3637
"blakejs": "^1.2.1",
3738
"bn.js": "^5.2.1",
3839
"borsh": "^0.7.0",
40+
"bs58": "^6.0.0",
41+
"buffer-layout": "^1.2.2",
3942
"curve25519-js": "^0.0.4",
4043
"dotenv": "^8.6.0",
4144
"ethers": "^6.0.0",
@@ -47,7 +50,8 @@
4750
"miscreant": "^0.3.2",
4851
"p-limit": "^3.1.0",
4952
"starknet": "^5.24.3",
50-
"typescript": "^5.0.0"
53+
"typescript": "^5.0.0",
54+
"ws": "^8.18.3"
5155
},
5256
"overrides": {
5357
"ansi-regex": "5.0.1",
@@ -60,7 +64,7 @@
6064
},
6165
"description": "",
6266
"devDependencies": {
63-
"eslint": "^8.32.0",
67+
"eslint": "^9.38.0",
6468
"ts-node": "^10.8.1"
6569
}
6670
}

0 commit comments

Comments
 (0)