Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLeCam committed May 20, 2024
1 parent 39f5c05 commit c401d5e
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^20.12.12",
"del-cli": "^5.1.0",
"jest": "^29.7.0",
"tsx": "^4.10.3",
"tsx": "^4.10.5",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"caip": "^1.1.1",
"did-session": "^3.1.0",
"dids": "^5.0.2",
"viem": "^2.10.8"
"viem": "^2.11.0"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-json": "^10.2.0",
"cartonne": "^3.0.1",
"codeco": "^1.2.1",
"codeco": "^1.2.2",
"dag-jose": "^5.0.0",
"multiformats": "^13.1.0",
"multihashes-sync": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"prepublishOnly": "package-check"
},
"dependencies": {
"openapi-fetch": "^0.9.5"
"openapi-fetch": "^0.9.7"
},
"devDependencies": {
"openapi-typescript": "^6.7.5"
"openapi-typescript": "^6.7.6"
},
"jest": {
"extensionsToTreatAsEsm": [".ts"],
Expand Down
2 changes: 1 addition & 1 deletion packages/identifiers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@ipld/dag-cbor": "^9.2.0",
"codeco": "^1.2.1",
"codeco": "^1.2.2",
"mapmoize": "^1.2.1",
"multiformats": "^13.1.0",
"uint8arrays": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/model-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@ceramic-sdk/events": "workspace:^",
"@ceramic-sdk/model-protocol": "workspace:^",
"codeco": "^1.2.1",
"codeco": "^1.2.2",
"dids": "^5.0.2",
"json-ptr": "^3.1.1",
"lodash.ismatch": "^4.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/model-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@didtools/codecs": "^3.0.0",
"ajv": "^8.13.0",
"ajv-formats": "^3.0.1",
"codeco": "^1.2.1",
"codeco": "^1.2.2",
"json-ptr": "^3.1.1"
},
"devDependencies": {
Expand Down
68 changes: 34 additions & 34 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 c401d5e

Please sign in to comment.