Skip to content

Commit

Permalink
chore: move cosmjs peerdeps to dependencies (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Dec 14, 2024
2 parents 6fe388b + 4d5b951 commit edfa817
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 70 deletions.
14 changes: 7 additions & 7 deletions packages/graz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graz",
"description": "React hooks for Cosmos",
"version": "0.2.0",
"version": "0.2.0-alpha.1",
"author": "Griko Nibras <[email protected]>",
"repository": "https://github.com/graz-sh/graz.git",
"homepage": "https://github.com/graz-sh/graz",
Expand Down Expand Up @@ -42,17 +42,17 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"@cosmjs/amino": "<=0.31.3",
"@cosmjs/cosmwasm-stargate": "<=0.31.3",
"@cosmjs/launchpad": "*",
"@cosmjs/proto-signing": "<=0.31.3",
"@cosmjs/stargate": "<=0.31.3",
"@cosmjs/tendermint-rpc": "<=0.31.3",
"@leapwallet/cosmos-social-login-capsule-provider": "^0.0.41",
"@tanstack/react-query": ">=5.62.0",
"react": ">=17"
},
"dependencies": {
"@cosmjs/amino": "0.31.3",
"@cosmjs/cosmwasm-stargate": "0.31.3",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/proto-signing": "0.31.3",
"@cosmjs/stargate": "0.31.3",
"@cosmjs/tendermint-rpc": "0.31.3",
"@keplr-wallet/types": "0.12.156",
"@cosmsnap/snapper": "0.1.29",
"@dao-dao/cosmiframe": "0.1.0",
Expand Down
110 changes: 47 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edfa817

Please sign in to comment.