Skip to content

Commit 3aa5175

Browse files
committed
chore: upgrade @perawallet/connect to v1.1.1
1 parent 188f547 commit 3aa5175

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "https://github.com/txnlab/use-wallet/issues"
1313
},
1414
"homepage": "https://txnlab.github.io/use-wallet",
15-
"version": "1.2.2",
15+
"version": "1.2.3",
1616
"description": "React hooks for using Algorand compatible wallets in dApps.",
1717
"scripts": {
1818
"dev": "yarn storybook",
@@ -33,7 +33,7 @@
3333
"@blockshake/defly-connect": "^1.0.0",
3434
"@json-rpc-tools/utils": "^1.7.6",
3535
"@mdx-js/react": "^2.1.2",
36-
"@perawallet/connect": "^1.1.0",
36+
"@perawallet/connect": "^1.1.1",
3737
"@randlabs/myalgo-connect": "^1.4.2",
3838
"@rollup/plugin-commonjs": "^23.0.2",
3939
"@rollup/plugin-json": "^5.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1571,10 +1571,10 @@
15711571
resolved "https://registry.yarnpkg.com/@pedrouid/environment/-/environment-1.0.1.tgz#858f0f8a057340e0b250398b75ead77d6f4342ec"
15721572
integrity sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==
15731573

1574-
"@perawallet/connect@^1.1.0":
1575-
version "1.1.0"
1576-
resolved "https://registry.yarnpkg.com/@perawallet/connect/-/connect-1.1.0.tgz#13c6c502fe09fb936452c7032cdaa8bafa226aef"
1577-
integrity sha512-bbXY0GE9MeOz4bf8Hp5P2hc0fIAQdKAEaBXKYl1RfFbAbYwUfTM6AbBRzBvsudZ7Dgz66rVNyQVrZFyRhF4Jxw==
1574+
"@perawallet/connect@^1.1.1":
1575+
version "1.1.1"
1576+
resolved "https://registry.yarnpkg.com/@perawallet/connect/-/connect-1.1.1.tgz#6ff31e2bb334963d99ccc741bd18619f05226d50"
1577+
integrity sha512-1DRlJmJifjz0eA2xKfze7pGEBEu4DOOwdsuM3AEjIq67tmI1FT/wVd671bcbRsaJ+LJ3Q/r/ggL9lPnzC1nNnQ==
15781578
dependencies:
15791579
"@evanhahn/lottie-web-light" "5.8.1"
15801580
"@walletconnect/client" "^1.8.0"

0 commit comments

Comments
 (0)