Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jan 8, 2025
1 parent d7eecd6 commit 29f229b
Show file tree
Hide file tree
Showing 10 changed files with 376 additions and 737 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@hugomrdias/configs": "workspace:^",
"depcheck": "^1.4.7",
"simple-git-hooks": "^2.11.0",
"typedoc": "^0.26.10",
"typedoc-plugin-missing-exports": "^3.0.0",
"typescript": "5.6.3"
"typedoc": "^0.27.6",
"typedoc-plugin-missing-exports": "^3.1.0",
"typescript": "5.7.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec biome check --no-errors-on-unmatched --files-ignore-unknown=true --staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"lint": "biome check --no-errors-on-unmatched --files-ignore-unknown=true"
},
"devDependencies": {
"@types/node": "^22.7.9",
"typescript": "5.6.3"
"@types/node": "^22.10.5",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": false
Expand Down
12 changes: 6 additions & 6 deletions packages/iso-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@
"bigint-mod-arith": "^3.3.1"
},
"devDependencies": {
"@scure/base": "^1.1.9",
"@scure/base": "^1.2.1",
"@types/assert": "^1.5.11",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assert": "^2.1.0",
"micro-bmark": "^0.3.1",
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"typescript": "5.6.3"
"mocha": "^11.0.1",
"playwright-test": "^14.1.7",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
16 changes: 8 additions & 8 deletions packages/iso-did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@
"did-resolver": "^4.1.0",
"iso-base": "workspace:^",
"iso-web": "workspace:^",
"multiformats": "^13.3.0"
"multiformats": "^13.3.1"
},
"devDependencies": {
"@noble/hashes": "^1.5.0",
"@noble/hashes": "^1.7.0",
"@types/assert": "^1.5.11",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assert": "^2.1.0",
"mocha": "^10.7.3",
"mocha": "^11.0.1",
"msw": "2.4.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.3"
"playwright-test": "^14.1.7",
"type-fest": "^4.31.0",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
14 changes: 7 additions & 7 deletions packages/iso-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"dependencies": {
"conf": "^13.0.1",
"conf": "^13.1.0",
"idb-keyval": "^6.2.1",
"kysely": "^0.27.4"
"kysely": "^0.27.5"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.7.9",
"better-sqlite3": "^11.5.0",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.10.5",
"better-sqlite3": "^11.7.2",
"delay": "^6.0.0",
"playwright-test": "^14.1.6",
"playwright-test": "^14.1.7",
"quick-lru": "^7.0.0",
"tempy": "^3.1.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
16 changes: 8 additions & 8 deletions packages/iso-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js'"
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"@peculiar/asn1-ecc": "^2.3.14",
"@peculiar/asn1-schema": "^2.3.13",
"@noble/ed25519": "^2.2.2",
"@peculiar/asn1-ecc": "^2.3.15",
"@peculiar/asn1-schema": "^2.3.15",
"cbor-x": "^1.6.0",
"iso-base": "workspace:^",
"iso-did": "workspace:^"
},
"devDependencies": {
"@types/assert": "^1.5.11",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assert": "^2.1.0",
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"typescript": "5.6.3"
"mocha": "^11.0.1",
"playwright-test": "^14.1.7",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
14 changes: 7 additions & 7 deletions packages/iso-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@
"test:browser": "pw-test 'test/**/!(*.node).test.js'"
},
"dependencies": {
"@noble/ed25519": "^2.0.0",
"@noble/ed25519": "^2.2.2",
"iso-base": "workspace:^",
"iso-did": "workspace:^"
},
"devDependencies": {
"@types/assert": "^1.5.11",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assert": "^2.1.0",
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.3"
"mocha": "^11.0.1",
"playwright-test": "^14.1.7",
"type-fest": "^4.31.0",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
10 changes: 5 additions & 5 deletions packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@
"dependencies": {
"delay": "^6.0.0",
"iso-kv": "workspace:^",
"p-retry": "^6.2.0"
"p-retry": "^6.2.1"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.7.9",
"@types/node": "^22.10.5",
"msw": "2.4.3",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.3"
"playwright-test": "^14.1.7",
"type-fest": "^4.31.0",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
12 changes: 6 additions & 6 deletions packages/iso-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"test:browser": "playwright-test 'test/**/!(*.node).test.js' --assets test/mocks"
},
"dependencies": {
"debug": "^4.3.7",
"debug": "^4.4.0",
"retry": "^0.13.1",
"typescript-event-target": "^1.1.0",
"unws": "^0.2.4",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^22.7.9",
"@types/node": "^22.10.5",
"@types/retry": "^0.12.5",
"@types/ws": "^8.5.12",
"@types/ws": "^8.5.13",
"delay": "^6.0.0",
"p-defer": "^4.0.0",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.3"
"playwright-test": "^14.1.7",
"type-fest": "^4.31.0",
"typescript": "5.7.2"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 29f229b

Please sign in to comment.