Skip to content

Commit

Permalink
Merge pull request #71 from nabla-studio/DavideSegullo/fix-deps
Browse files Browse the repository at this point in the history
fix(wallets): 🐛 fix keplr deps
  • Loading branch information
DavideSegullo authored Feb 17, 2024
2 parents 319c67c + 46b18ce commit 099af3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dependencies": {
"@quirks/core": "*",
"@nabla-studio/chain-registry": "*",
"@nabla-studio/wallet-registry": "*"
"@nabla-studio/wallet-registry": "*",
"@keplr-wallet/types": "^0.12.38",
"@cosmostation/extension-client": "^0.1.15"
},
"peerDependencies": {
"@cosmjs/amino": "^0.31.3",
"@cosmjs/proto-signing": "^0.31.3",
"cosmjs-types": "^0.8.0",
"@keplr-wallet/types": "^0.12.38",
"long": "^5.2.3",
"@cosmostation/extension-client": "^0.1.15"
"long": "^5.2.3"
},
"main": "./index.js",
"module": "./index.js",
Expand Down

0 comments on commit 099af3c

Please sign in to comment.