Skip to content

Commit

Permalink
fix: move algosdk to peer
Browse files Browse the repository at this point in the history
- moves algosdk to peerDependency
- allows for ^2.7.0 version matching
  • Loading branch information
PhearZero authored Jun 21, 2024
1 parent 2727f0b commit 6056766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"dist"
],
"dependencies": {
"@tanstack/store": "0.4.1",
"algosdk": "2.7.0"
"@tanstack/store": "0.4.1"
},
"devDependencies": {
"@agoralabs-sh/avm-web-provider": "^1.6.2",
Expand All @@ -64,6 +63,7 @@
"@perawallet/connect-beta": "^2.0.11",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "^2.10.2",
"algosdk": "^2.7.0",
"lute-connect": "^1.2.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 6056766

Please sign in to comment.