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] authored Feb 1, 2024
1 parent 592156a commit c6479c6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 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.1.1",
"prettier": "3.2.4",
"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 @@ -58,7 +58,7 @@
}
},
"dependencies": {
"@tanstack/store": "^0.1.3",
"@tanstack/store": "^0.3.0",
"@walletconnect/utils": "^2.10.2",
"algosdk": "^2.6.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 @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@tanstack/react-store": "^0.2.1",
"@tanstack/react-store": "^0.3.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 @@ -61,7 +61,7 @@
}
},
"dependencies": {
"@tanstack/vue-store": "^0.2.0",
"@tanstack/vue-store": "^0.3.0",
"@txnlab/use-wallet-js": "workspace:*"
},
"devDependencies": {
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6479c6

Please sign in to comment.