Skip to content

Commit 030c3bc

Browse files
committed
cosmwasm
1 parent 33a7cff commit 030c3bc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

examples/cosmwasm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@chakra-ui/react": "2.5.1",
2626
"@cosmjs/cosmwasm-stargate": "0.31.1",
2727
"@cosmjs/stargate": "0.31.1",
28+
"@cosmos-kit/react": "2.10.5",
2829
"@emotion/react": "11.10.6",
2930
"@emotion/styled": "11.10.6",
3031
"@interchain-ui/react": "1.20.5",

examples/cosmwasm/yarn.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,24 @@
15551555
dependencies:
15561556
"@cosmos-kit/omni-mobile" "^2.5.5"
15571557

1558+
"@cosmos-kit/react-lite@^2.6.5":
1559+
version "2.6.5"
1560+
resolved "https://registry.npmjs.org/@cosmos-kit/react-lite/-/react-lite-2.6.5.tgz#b8a0e37c544635b8578a62dfb02390fe23feca50"
1561+
integrity sha512-+SuoAgIDwgh0TqmA26i2wUTp4c51dtEHetre74D7D/O5atwCV2ufE9QF3280ehJRnSb8B0BYvdrc5GOGZIN18w==
1562+
dependencies:
1563+
"@chain-registry/types" "0.17.0"
1564+
"@cosmos-kit/core" "^2.8.5"
1565+
1566+
"@cosmos-kit/[email protected]":
1567+
version "2.10.5"
1568+
resolved "https://registry.npmjs.org/@cosmos-kit/react/-/react-2.10.5.tgz#fd4c00cf0c2bad8cca176a6f880876d13bc5ae96"
1569+
integrity sha512-xQUAOqu8NxkDKr/7Z/lRI8zGrmDoFQxtP/QELPLb3cJv5BAwfsGXZykm7ulHljuGuuBv0H6aLnxT50Bpyq6Ebw==
1570+
dependencies:
1571+
"@chain-registry/types" "0.17.0"
1572+
"@cosmos-kit/core" "^2.8.5"
1573+
"@cosmos-kit/react-lite" "^2.6.5"
1574+
"@react-icons/all-files" "^4.1.0"
1575+
15581576
"@cosmos-kit/shell-extension@^2.6.5":
15591577
version "2.6.5"
15601578
resolved "https://registry.npmjs.org/@cosmos-kit/shell-extension/-/shell-extension-2.6.5.tgz#4b31d54c1c8c895326019c2a731ffecaca6afa18"
@@ -3281,6 +3299,11 @@
32813299
"@react-types/shared" "^3.22.0"
32823300
"@swc/helpers" "^0.5.0"
32833301

3302+
"@react-icons/all-files@^4.1.0":
3303+
version "4.1.0"
3304+
resolved "https://registry.npmjs.org/@react-icons/all-files/-/all-files-4.1.0.tgz"
3305+
integrity sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ==
3306+
32843307
"@react-stately/calendar@^3.4.2":
32853308
version "3.4.2"
32863309
resolved "https://registry.npmjs.org/@react-stately/calendar/-/calendar-3.4.2.tgz#7dd55cd2f0689bd0a5825326507dcb6b3d7f3d05"

0 commit comments

Comments
 (0)