Skip to content

Commit 66122ca

Browse files
authored
Merge branch 'main' into no-async-handler
2 parents 62e875b + fb14fd4 commit 66122ca

File tree

3 files changed

+63
-31
lines changed

3 files changed

+63
-31
lines changed

eslint.packages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
extends: ['./node_modules/hd-scripts/eslint/ts.js'],
33
parserOptions: {
4-
project: './tsconfig.json',
4+
project: ['./tsconfig.json', 'packages/*/tsconfig.json'],
55
ecmaFeatures: {
66
jsx: true,
77
},

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@ucanto/interface": "^10.0.1",
3333
"@ucanto/principal": "^9.0.1",
3434
"@ucanto/transport": "^9.1.1",
35-
"@web3-storage/access": "^18.4.0",
35+
"@web3-storage/access": "^20.0.1",
3636
"@web3-storage/did-mailto": "^2.1.0",
37-
"@web3-storage/w3up-client": "13.1.0"
37+
"@web3-storage/w3up-client": "16.0.0"
3838
},
3939
"eslintConfig": {
4040
"extends": [

pnpm-lock.yaml

+60-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)