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 Jun 14, 2024
1 parent f899793 commit 3cc91e8
Show file tree
Hide file tree
Showing 5 changed files with 1,399 additions and 589 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "3.2.5",
"prettier": "3.3.2",
"vite": "^5.0.8",
"vitest": "^1.1.1",
"vue-demi": "^0.14.6"
Expand Down
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 3cc91e8

Please sign in to comment.