Skip to content

Commit

Permalink
fix: update to latest @web3-storage/access (#384)
Browse files Browse the repository at this point in the history
this integrates the fix to
storacha/w3up#344 and enables
working against staging services from this library
  • Loading branch information
travis authored Feb 22, 2023
1 parent e8e611e commit 5b06ee5
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/keyring-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ucanto/interface": "^4.2.3",
"@ucanto/principal": "^4.2.3",
"@web3-storage/access": "^9.3.0"
"@web3-storage/access": "^9.4.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@testing-library/user-event": "^14.4.3",
"@ucanto/interface": "^4.2.3",
"@ucanto/principal": "^4.2.3",
"@web3-storage/access": "^9.3.0"
"@web3-storage/access": "^9.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.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 @@ -31,7 +31,7 @@
"@ucanto/interface": "^4.2.3",
"@ucanto/principal": "^4.2.3",
"@w3ui/keyring-core": "workspace:^",
"@web3-storage/access": "^9.3.0"
"@web3-storage/access": "^9.4.0"
},
"peerDependencies": {
"solid-js": "^1.5.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 @@ -35,7 +35,7 @@
"devDependencies": {
"@ucanto/interface": "^4.2.3",
"@ucanto/principal": "^4.2.3",
"@web3-storage/access": "^9.3.0"
"@web3-storage/access": "^9.4.0"
},
"eslintConfig": {
"extends": [
Expand Down
57 changes: 30 additions & 27 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 5b06ee5

Please sign in to comment.