Skip to content

Commit

Permalink
chore: unpin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Nov 21, 2023
1 parent 23d08e2 commit 1855cf1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploader",
"dependencies": {
"@w3ui/solid-keyring": "workspace:>=6",
"@w3ui/uploader-core": "workspace:>=7",
"@w3ui/solid-keyring": "workspace:^",
"@w3ui/uploader-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"multiformats": "^11.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploads-list",
"dependencies": {
"@w3ui/solid-keyring": "workspace:>=6",
"@w3ui/uploads-list-core": "workspace:>=5",
"@w3ui/solid-keyring": "workspace:^",
"@w3ui/uploads-list-core": "workspace:^",
"@web3-storage/capabilities": "^11.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploader",
"dependencies": {
"@w3ui/uploader-core": "workspace:>=7",
"@w3ui/vue-keyring": "workspace:>=6",
"@w3ui/uploader-core": "workspace:^",
"@w3ui/vue-keyring": "workspace:^",
"@web3-storage/capabilities": "^11.1.0",
"multiformats": "^11.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "workspace:>=5",
"@w3ui/vue-keyring": "workspace:>=6",
"@w3ui/uploads-list-core": "workspace:^",
"@w3ui/vue-keyring": "workspace:^",
"@web3-storage/capabilities": "^11.1.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 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 1855cf1

Please sign in to comment.