Skip to content

Commit

Permalink
chore: Bump cosmjs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Nov 2, 2023
1 parent 7ca012f commit 9f5792d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/react-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"node": ">=16.0.0"
},
"dependencies": {
"@cosmjs/encoding": "^0.29.3",
"@cosmjs/stargate": "^0.29.3",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@ignt/react-library": "^0.4.3",
Expand All @@ -36,7 +36,7 @@
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"@cosmjs/proto-signing": "^0.29.3",
"@cosmjs/proto-signing": "^0.31.1",
"@keplr-wallet/types": "^0.11.14",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rushstack/eslint-patch": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@cosmjs/encoding": "^0.29.3",
"@cosmjs/stargate": "^0.29.3",
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@headlessui/tailwindcss": "^0.1.1",
"@headlessui/vue": "^1.7.3",
"@ignt/vue-library": "^0.4.3",
Expand All @@ -18,7 +18,7 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@cosmjs/proto-signing": "^0.29.3",
"@cosmjs/proto-signing": "^0.31.1",
"@keplr-wallet/types": "^0.11.14",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rushstack/eslint-patch": "^1.2.0",
Expand Down

0 comments on commit 9f5792d

Please sign in to comment.