Skip to content

Commit

Permalink
fix: update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 28, 2022
1 parent 5f0fc91 commit 4c75a3f
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 41 deletions.
4 changes: 2 additions & 2 deletions examples/solid/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@w3ui/solid-wallet": "^0.0.0",
"@w3ui/solid-uploader": "^0.0.0",
"@w3ui/solid-wallet": "^1.0.0",
"@w3ui/solid-uploader": "^1.0.0",
"solid-js": "^1.5.1"
}
}
4 changes: 2 additions & 2 deletions examples/solid/multi-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@w3ui/solid-wallet": "^0.0.0",
"@w3ui/solid-uploader": "^0.0.0",
"@w3ui/solid-wallet": "^1.0.0",
"@w3ui/solid-uploader": "^1.0.0",
"solid-js": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion examples/solid/sign-up-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@w3ui/solid-wallet": "^0.0.0",
"@w3ui/solid-wallet": "^1.0.0",
"solid-js": "^1.5.1"
}
}
4 changes: 2 additions & 2 deletions examples/solid/uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@w3ui/solid-wallet": "^0.0.0",
"@w3ui/solid-uploads-list": "^0.0.0",
"@w3ui/solid-wallet": "^1.0.0",
"@w3ui/solid-uploads-list": "^1.0.0",
"solid-js": "^1.5.1"
}
}
64 changes: 33 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"peerDependencies": {
"solid-js": "^1.5.0",
"@w3ui/solid-wallet": "^0.0.0"
"@w3ui/solid-wallet": "^1.0.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 @@ -28,7 +28,7 @@
"multiformats": "^9.9.0"
},
"peerDependencies": {
"@w3ui/solid-wallet": "^0.0.0",
"@w3ui/solid-wallet": "^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": "^1.0.0",
"@w3ui/vue-wallet": "^0.0.0"
"@w3ui/vue-wallet": "^1.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down

0 comments on commit 4c75a3f

Please sign in to comment.