Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent f899793 commit c03c9b2
Show file tree
Hide file tree
Showing 4 changed files with 781 additions and 397 deletions.
2 changes: 1 addition & 1 deletion packages/use-wallet-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@tanstack/store": "^0.3.1",
"@tanstack/store": "^0.4.0",
"@walletconnect/utils": "^2.10.2",
"algosdk": "^2.7.0",
"buffer": "^6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@tanstack/react-store": "^0.3.1",
"@tanstack/react-store": "^0.4.0",
"@txnlab/use-wallet-js": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"dependencies": {
"@tanstack/vue-store": "^0.3.1",
"@tanstack/vue-store": "^0.4.0",
"@txnlab/use-wallet-js": "workspace:*"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c03c9b2

Please sign in to comment.