Skip to content

Commit

Permalink
feat: use keyring modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Oct 17, 2022
1 parent 1beaf38 commit 083a9ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"multiformats": "^9.9.0"
},
"peerDependencies": {
"@w3ui/react-wallet": "^1.0.0",
"@w3ui/react-keyring": "^1.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@w3ui/uploads-list-core": "^1.0.1"
},
"peerDependencies": {
"@w3ui/react-wallet": "^1.0.0",
"@w3ui/react-keyring": "^1.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"multiformats": "^9.9.0"
},
"peerDependencies": {
"@w3ui/solid-wallet": "^1.0.0",
"@w3ui/solid-keyring": "^1.0.0",
"solid-js": "^1.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/solid-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@w3ui/uploads-list-core": "^1.0.1"
},
"peerDependencies": {
"@w3ui/solid-wallet": "^1.0.0",
"@w3ui/solid-keyring": "^1.0.0",
"solid-js": "^1.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploader",
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/vue-wallet": "^1.0.0",
"@w3ui/vue-keyring": "^1.0.0",
"multiformats": "^9.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "^1.0.1",
"@w3ui/vue-wallet": "^1.0.0"
"@w3ui/vue-keyring": "^1.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down

0 comments on commit 083a9ce

Please sign in to comment.