Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 1, 2023
1 parent 11934bc commit 9aa177d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 3 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,23 +131,21 @@
"dependencies": {
"@libp2p/interface-peer-info": "^1.0.10",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/logger": "^2.1.0",
"@libp2p/peer-id": "^2.0.3",
"@multiformats/multiaddr": "^12.1.3",
"any-signal": "^4.1.1",
"browser-readablestream-to-it": "^2.0.3",
"it-to-buffer": "^4.0.2",
"it-all": "^3.0.2",
"iterable-ndjson": "^1.1.0",
"multiformats": "^11.0.2",
"p-defer": "^4.0.0",
"p-queue": "^7.3.4"
},
"devDependencies": {
"@libp2p/peer-id-factory": "^2.0.3",
"@types/sinon": "^10.0.15",
"aegir": "^39.0.4",
"body-parser": "^1.20.2",
"sinon": "^15.1.0",
"sinon-ts": "^1.0.0"
"body-parser": "^1.20.2"
},
"typedoc": {
"entryPoint": "./src/index.ts"
Expand Down
7 changes: 6 additions & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,13 @@
"helia": "^1.2.0"
},
"devDependencies": {
"@helia/interface": "^1.1.1",
"@libp2p/interface-libp2p": "^3.2.0",
"@libp2p/kad-dht": "^9.3.6",
"aegir": "^39.0.4",
"why-is-node-running": "^2.2.2"
"fastify": "^4.17.0",
"libp2p": "^0.45.4",
"multiformats": "^11.0.2"
},
"private": true,
"typedoc": {
Expand Down
4 changes: 0 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@
"@helia/interface": "^1.1.1",
"@libp2p/interfaces": "^3.3.2",
"fastify": "^4.17.0",
"helia": "^1.2.0",
"it-all": "^3.0.2",
"it-map": "^3.0.3",
"it-take": "^3.0.2",
"multiformats": "^11.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9aa177d

Please sign in to comment.