Skip to content

Commit

Permalink
fix: bump keyring package versions to bring in latest keyring-core (#550
Browse files Browse the repository at this point in the history
)

this fixes an issue where we were using a broken version of
access-client
  • Loading branch information
travis authored Sep 6, 2023
1 parent 18e20e0 commit 3402edb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-keyring",
"dependencies": {
"@w3ui/keyring-core": "workspace:^",
"@w3ui/keyring-core": "workspace:^5.0.1",
"ariakit-react-utils": "0.17.0-next.27",
"use-local-storage-state": "^18.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ucanto/interface": "^8.0.0",
"@ucanto/principal": "^8.0.0",
"@w3ui/keyring-core": "workspace:^"
"@w3ui/keyring-core": "workspace:^5.0.1"
},
"peerDependencies": {
"solid-js": "^1.7.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-keyring",
"dependencies": {
"@w3ui/keyring-core": "workspace:^"
"@w3ui/keyring-core": "workspace:^5.0.1"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 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 3402edb

Please sign in to comment.