Skip to content

Commit

Permalink
chore: upgrade @perawallet/connect to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Mar 6, 2023
1 parent 188f547 commit 3aa5175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/txnlab/use-wallet/issues"
},
"homepage": "https://txnlab.github.io/use-wallet",
"version": "1.2.2",
"version": "1.2.3",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
"dev": "yarn storybook",
Expand All @@ -33,7 +33,7 @@
"@blockshake/defly-connect": "^1.0.0",
"@json-rpc-tools/utils": "^1.7.6",
"@mdx-js/react": "^2.1.2",
"@perawallet/connect": "^1.1.0",
"@perawallet/connect": "^1.1.1",
"@randlabs/myalgo-connect": "^1.4.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,10 +1571,10 @@
resolved "https://registry.yarnpkg.com/@pedrouid/environment/-/environment-1.0.1.tgz#858f0f8a057340e0b250398b75ead77d6f4342ec"
integrity sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==

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

0 comments on commit 3aa5175

Please sign in to comment.