Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ke committed Nov 22, 2024
1 parent 83c1227 commit 7b635ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion templates/connect-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@types/react-dom": "18.0.9"
},
"dependencies": {
"@chain-registry/types": "^0.50.18",
"@cosmjs/cosmwasm-stargate": "0.31.3",
"@cosmjs/stargate": "0.32.3",
"@cosmos-kit/react": "2.17.0",
Expand All @@ -43,4 +44,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}
4 changes: 2 additions & 2 deletions templates/connect-multi-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "^18.0.9"
},
"dependencies": {
"@chain-registry/types": "^0.50.13",
"@chain-registry/types": "^0.50.18",
"@cosmjs/cosmwasm-stargate": "0.31.3",
"@cosmjs/stargate": "0.32.3",
"@cosmos-kit/react": "2.17.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 7b635ef

Please sign in to comment.