Skip to content

Commit

Permalink
feat(deps): trim graz semver specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras committed Sep 6, 2022
1 parent 435fbe8 commit 9faeebc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
14 changes: 7 additions & 7 deletions packages/graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"dev": "tsup --watch"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.28.11",
"@cosmjs/proto-signing": "^0.28.11",
"@cosmjs/stargate": "^0.28.11",
"@keplr-wallet/cosmos": "^0.10.13",
"@keplr-wallet/types": "^0.10.13",
"@tanstack/react-query": "^4.0.10",
"@cosmjs/cosmwasm-stargate": "^0",
"@cosmjs/proto-signing": "^0",
"@cosmjs/stargate": "^0",
"@keplr-wallet/cosmos": "^0",
"@keplr-wallet/types": "^0",
"@tanstack/react-query": "^4",
"arg": "^5",
"cosmos-directory-client": "0.0.6",
"zustand": "^4.0.0"
"zustand": "^4"
},
"devDependencies": {
"@types/node": "^16",
Expand Down
17 changes: 9 additions & 8 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 9faeebc

Please sign in to comment.