Skip to content

Commit

Permalink
feat: upgrade w3up-client deps (#630)
Browse files Browse the repository at this point in the history
in anticipation of using new "create billing admin session"
functionality in console
  • Loading branch information
Travis Vachon authored May 15, 2024
1 parent b761b5a commit 9bca4a1
Show file tree
Hide file tree
Showing 4 changed files with 4,405 additions and 3,342 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
version: '^9'
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
},
"homepage": "https://github.com/web3-storage/w3ui/tree/main/packages/core",
"dependencies": {
"@ipld/dag-ucan": "^3.2.0",
"@ucanto/client": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@web3-storage/access": "^18.2.0",
"@web3-storage/did-mailto": "^2.0.2",
"@web3-storage/w3up-client": "^12.4.0"
"@ipld/dag-ucan": "^3.4.0",
"@ucanto/client": "^9.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@web3-storage/access": "^18.4.0",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/w3up-client": "13.1.0"
},
"eslintConfig": {
"extends": [
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.37",
"@ucanto/client": "^9.0.0",
"@ucanto/interface": "^9.0.0",
"@ucanto/principal": "^9.0.0",
"@ucanto/transport": "^9.0.0",
"@ucanto/client": "^9.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"bunchee": "^3.9.3",
"eslint-plugin-react-hooks": "^4.6.0",
"fake-indexeddb": "^5.0.1",
"happy-dom": "^12.10.3",
"jsdom": "^23.0.1",
"multiformats": "^11.0.1",
"multiformats": "^13.1.0",
"react": "^18.2.0",
"typescript": "^5.3.2",
"vitest": "^1.0.1"
Expand Down
Loading

0 comments on commit 9bca4a1

Please sign in to comment.