Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 12, 2022
1 parent cb13017 commit 408b096
Show file tree
Hide file tree
Showing 7 changed files with 1,735 additions and 4,588 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"depcheck": "^1.4.3",
"typedoc": "^0.23.21",
"typedoc": "^0.23.22",
"typedoc-plugin-missing-exports": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/access-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"@types/assert": "^1.5.6",
"@types/git-rev-sync": "^2.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"@types/qrcode": "^1.5.0",
"better-sqlite3": "8.0.1",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"esbuild": "^0.16.3",
"esbuild": "^0.16.4",
"git-rev-sync": "^3.0.2",
"hd-scripts": "^3.0.2",
"is-subset": "^0.1.1",
"miniflare": "^2.11.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"p-wait-for": "^5.0.0",
"process": "^0.11.10",
"readable-stream": "^4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/access-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,33 @@
"conf": "^10.2.0",
"inquirer": "^9.1.4",
"isomorphic-ws": "^5.0.0",
"kysely": "^0.22.0",
"multiformats": "^10.0.2",
"one-webcrypto": "^1.0.3",
"ora": "^6.1.2",
"p-defer": "^4.0.0",
"p-wait-for": "^5.0.0",
"type-fest": "^3.3.0",
"kysely": "^0.22.0",
"uint8arrays": "^4.0.2",
"varint": "^6.0.0",
"ws": "^8.11.0",
"zod": "^3.19.1"
"zod": "^3.20.0"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/inquirer": "^9.0.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"@types/varint": "^6.0.1",
"@types/ws": "^8.5.3",
"@ucanto/server": "^4.0.2",
"assert": "^2.0.0",
"delay": "^5.0.0",
"hd-scripts": "^3.0.2",
"miniflare": "^2.11.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"p-queue": "^7.3.0",
"playwright-test": "^8.1.1",
"playwright-test": "^8.1.2",
"sade": "^1.8.1",
"typescript": "4.9.4",
"watch": "^1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/access-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@cloudflare/workers-types": "^3.18.0",
"@sentry/cli": "2.7.0",
"@types/git-rev-sync": "^2.0.0",
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"ava": "^5.1.0",
"buffer": "^6.0.3",
"dotenv": "^16.0.3",
"esbuild": "^0.16.3",
"esbuild": "^0.16.4",
"git-rev-sync": "^3.0.2",
"hd-scripts": "^3.0.2",
"miniflare": "^2.11.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/capabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"assert": "^2.0.0",
"hd-scripts": "^3.0.2",
"mocha": "^10.1.0",
"playwright-test": "^8.1.1",
"mocha": "^10.2.0",
"playwright-test": "^8.1.2",
"type-fest": "^3.3.0",
"typescript": "4.9.4",
"watch": "^1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/upload-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"hd-scripts": "^3.0.2",
"hundreds": "^0.0.9",
"ipfs-unixfs-exporter": "^9.0.1",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"playwright-test": "^8.1.1",
"playwright-test": "^8.1.2",
"typescript": "4.9.4"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 408b096

Please sign in to comment.