Skip to content

Commit

Permalink
fix: removed peer dep inforcing
Browse files Browse the repository at this point in the history
  • Loading branch information
k0beLeenders committed Feb 14, 2025
1 parent 2e6dbc2 commit 078a9fa
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 147 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@solana/web3.js": "^1.93.2",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/buffer-layout": "^4.0.1",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.3.8"
"@solana/wallet-adapter-react": "^0.15.35"
}
},
"resolutions": {
Expand Down
3 changes: 0 additions & 3 deletions packages/marginfi-client-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"crypto-hash": "^3.1.0",
"superstruct": "^1.0.4"
},
"peerDependencies": {
"@solana/web3.js": "^1.93.2"
},
"devDependencies": {
"@jup-ag/api": "^6.0.38",
"@mrgnlabs/eslint-config-custom": "workspace:*",
Expand Down
6 changes: 1 addition & 5 deletions packages/mrgn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.3",
"@solana/buffer-layout": "^4.0.1",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.3.8"
"@solana/wallet-adapter-react": "^0.15.35"
}
}
Loading

0 comments on commit 078a9fa

Please sign in to comment.