Skip to content

Commit

Permalink
lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Sep 28, 2024
1 parent d3f6b52 commit 41bf4ac
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 108 deletions.
36 changes: 18 additions & 18 deletions packages/graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,34 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"@cosmjs/amino": "*",
"@cosmjs/cosmwasm-stargate": "*",
"@cosmjs/amino": "<=0.31.3",
"@cosmjs/cosmwasm-stargate": "<=0.31.3",
"@cosmjs/launchpad": "*",
"@cosmjs/proto-signing": "*",
"@cosmjs/stargate": "*",
"@cosmjs/tendermint-rpc": "*",
"@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",
"react": ">=17"
},
"dependencies": {
"@cosmsnap/snapper": "^0.1.29",
"@dao-dao/cosmiframe": "^0.1.0",
"@keplr-wallet/cosmos": "^0.12.20",
"@keplr-wallet/types": "^0.12.23",
"@metamask/providers": "^12.0.0",
"@tanstack/react-query": "^4.35.0",
"@terra-money/station-connector": "^1.1.0",
"@cosmsnap/snapper": "0.1.29",
"@dao-dao/cosmiframe": "0.1.0",
"@keplr-wallet/cosmos": "0.12.20",
"@keplr-wallet/types": "0.12.23",
"@metamask/providers": "12.0.0",
"@tanstack/react-query": "4.35.0",
"@terra-money/station-connector": "1.1.0",
"@vectis/extension-client": "^0.7.2",
"@walletconnect/sign-client": "^2.10.0",
"@walletconnect/types": "^2.10.0",
"@walletconnect/utils": "^2.10.0",
"@web3modal/standalone": "^2.4.3",
"@walletconnect/sign-client": "2.10.0",
"@walletconnect/types": "2.10.0",
"@walletconnect/utils": "2.10.0",
"@web3modal/standalone": "2.4.3",
"cosmos-directory-client": "0.0.6",
"long": "4",
"zustand": "^4.5.2"
"zustand": "4.5.2"
},
"devDependencies": {
"@initia/initia-registry-types": "^0.0.20",
"@initia/initia-registry-types": "0.0.20",
"@types/node": "^18.17.15",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
Expand Down
Loading

0 comments on commit 41bf4ac

Please sign in to comment.