Skip to content

Commit

Permalink
borsh dependecy is rather a peerDependency, bs58 is not used in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 23, 2023
1 parent a78d69a commit 9392c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"dependencies": {
"@coral-xyz/anchor": "^0.27.0",
"@marinade.finance/directed-stake-sdk": "^0.0.4",
"@solana/spl-token": "^0.3.7",
"borsh": "^0.7.0",
"bs58": "^5.0.0"
"@solana/spl-token": "^0.3.7"
},
"peerDependencies": {
"borsh": "^0.7.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/bs58": "^4.0.1",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
Expand Down

0 comments on commit 9392c4d

Please sign in to comment.