Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 1, 2024
1 parent 476b756 commit 972bac2
Show file tree
Hide file tree
Showing 9 changed files with 149 additions and 134 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"depcheck": "^1.4.7",
"hd-scripts": "^9.0.6",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.1",
"prettier": "3.2.4",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
"@scure/base": "^1.1.5",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"assert": "^2.1.0",
"micro-bmark": "^0.3.1",
"mocha": "^10.2.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"typescript": "5.3.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"typescript": "5.3.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"better-sqlite3": "^9.3.0",
"conf": "^12.0.0",
"delay": "^6.0.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"quick-lru": "^7.0.0",
"tempy": "^3.1.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"typescript": "5.3.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"devDependencies": {
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"assert": "^2.1.0",
"mocha": "^10.2.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"type-fest": "^4.10.2",
"typescript": "5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"msw": "^2.1.5",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"type-fest": "^4.10.2",
"typescript": "5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/iso-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/node": "^20.11.10",
"@types/node": "^20.11.15",
"@types/retry": "^0.12.5",
"@types/ws": "^8.5.10",
"delay": "^6.0.0",
"p-defer": "^4.0.0",
"playwright-test": "^14.0.0",
"playwright-test": "^14.1.0",
"type-fest": "^4.10.2",
"typescript": "5.3.3",
"unws": "^0.2.4",
Expand Down
Loading

0 comments on commit 972bac2

Please sign in to comment.