Skip to content

Commit

Permalink
feat!: pin solid and vue upload packages (#589)
Browse files Browse the repository at this point in the history
We made major releases of their dependencies, so we should make major
releases of these so that someone installing one of them in isolation
gets the latest keyring and core deps.
  • Loading branch information
Travis Vachon authored Nov 21, 2023
1 parent f3a1ca2 commit 2f7707f
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:^",
"@w3ui/uploader-core": "workspace:^",
"@w3ui/solid-keyring": "workspace:>=6",
"@w3ui/uploader-core": "workspace:>=7",
"@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:^",
"@w3ui/uploads-list-core": "workspace:^",
"@w3ui/solid-keyring": "workspace:>=6",
"@w3ui/uploads-list-core": "workspace:>=5",
"@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:^",
"@w3ui/vue-keyring": "workspace:^",
"@w3ui/uploader-core": "workspace:>=7",
"@w3ui/vue-keyring": "workspace:>=6",
"@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:^",
"@w3ui/vue-keyring": "workspace:^",
"@w3ui/uploads-list-core": "workspace:>=5",
"@w3ui/vue-keyring": "workspace:>=6",
"@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 2f7707f

Please sign in to comment.