Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Oct 27, 2022
1 parent 53963ff commit e94f90d
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions examples/vanilla/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/uploads-list-core": "^1.0.2",
"@w3ui/keyring-core": "^1.0.1"
"@w3ui/uploader-core": "^2.0.2",
"@w3ui/uploads-list-core": "^1.0.3",
"@w3ui/keyring-core": "^1.0.2"
},
"devDependencies": {
"vite": "^3.1.4"
Expand Down
6 changes: 3 additions & 3 deletions examples/vanilla/multi-file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/uploads-list-core": "^1.0.2",
"@w3ui/keyring-core": "^1.0.1"
"@w3ui/uploader-core": "^2.0.2",
"@w3ui/uploads-list-core": "^1.0.3",
"@w3ui/keyring-core": "^1.0.2"
},
"devDependencies": {
"vite": "^3.1.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/sign-up-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"@w3ui/keyring-core": "^1.0.1"
"@w3ui/keyring-core": "^1.0.2"
},
"devDependencies": {
"vite": "^3.0.9"
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview --port 4173"
},
"dependencies": {
"@w3ui/uploads-list-core": "^1.0.2",
"@w3ui/keyring-core": "^1.0.1"
"@w3ui/uploads-list-core": "^1.0.3",
"@w3ui/keyring-core": "^1.0.2"
},
"devDependencies": {
"vite": "^3.0.9"
Expand Down
78 changes: 39 additions & 39 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/react-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-keyring",
"dependencies": {
"@w3ui/keyring-core": "^1.0.0"
"@w3ui/keyring-core": "^1.0.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploader",
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/uploader-core": "^2.0.2",
"multiformats": "^9.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/react-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "^1.0.1"
"@w3ui/uploads-list-core": "^1.0.3"
},
"peerDependencies": {
"@w3ui/react-keyring": "^1.0.0",
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 @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-keyring",
"dependencies": {
"@w3ui/keyring-core": "^1.0.0"
"@w3ui/keyring-core": "^1.0.2"
},
"peerDependencies": {
"solid-js": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploader",
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/uploader-core": "^2.0.2",
"multiformats": "^9.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-uploads-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/solid-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "^1.0.1"
"@w3ui/uploads-list-core": "^1.0.3"
},
"peerDependencies": {
"@w3ui/solid-keyring": "^1.0.0",
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 @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-keyring",
"dependencies": {
"@w3ui/keyring-core": "^1.0.0"
"@w3ui/keyring-core": "^1.0.2"
},
"peerDependencies": {
"vue": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-uploader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploader",
"dependencies": {
"@w3ui/uploader-core": "^2.0.0",
"@w3ui/uploader-core": "^2.0.2",
"@w3ui/vue-keyring": "^1.0.0",
"multiformats": "^9.9.0"
},
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 @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/vue-uploads-list",
"dependencies": {
"@w3ui/uploads-list-core": "^1.0.1",
"@w3ui/uploads-list-core": "^1.0.3",
"@w3ui/vue-keyring": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit e94f90d

Please sign in to comment.