Skip to content

Commit

Permalink
deps: update all deps with npm-check-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Mar 27, 2024
1 parent da4c860 commit c98feef
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@fastify/compress": "^7.0.0",
"@fastify/compress": "^7.0.1",
"@fastify/cors": "^9.0.1",
"@helia/block-brokers": "^2.0.2",
"@helia/block-brokers": "^2.0.3",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/http": "^1.0.3",
"@helia/interface": "^4.0.1",
"@helia/routers": "^1.0.1",
"@helia/interface": "^4.1.0",
"@helia/routers": "^1.0.2",
"@helia/utils": "^0.1.0",
"@helia/verified-fetch": "^1.1.2",
"@helia/verified-fetch": "^1.3.2",
"@libp2p/bootstrap": "^10.0.16",
"@libp2p/circuit-relay-v2": "^1.0.16",
"@libp2p/identify": "^1.0.15",
Expand All @@ -95,34 +95,34 @@
"@libp2p/prometheus-metrics": "^3.0.16",
"@libp2p/tcp": "^9.0.16",
"@libp2p/tls": "^1.0.2",
"@libp2p/webrtc": "^4.0.20",
"@libp2p/webrtc": "^4.0.22",
"@libp2p/websockets": "^8.0.16",
"@multiformats/multiaddr": "^12.2.0",
"@multiformats/multiaddr": "^12.2.1",
"@sgtpooki/file-type": "^1.0.1",
"blockstore-level": "^1.1.8",
"datastore-level": "^10.1.7",
"fastify": "^4.26.2",
"fastify-metrics": "^11.0.0",
"helia": "^4.1.0",
"ipns": "^9.0.0",
"libp2p": "^1.2.4",
"multiformats": "^13.0.1",
"pino-pretty": "^10.3.1",
"libp2p": "^1.3.0",
"multiformats": "^13.1.0",
"pino-pretty": "^11.0.0",
"private-ip": "^3.0.2"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^20.11.25",
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.30",
"aegir": "^42.2.5",
"clinic": "^13.0.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"execa": "^8.0.1",
"glob": "^10.3.10",
"patch-package": "^8.0.0",
"typescript": "5.x",
"wait-on": "^7.1.0"
"wait-on": "^7.2.0"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* ## Run without Docker
*
* ### Build
* ### Build
*
* ```sh
* $ npm run build
Expand Down

0 comments on commit c98feef

Please sign in to comment.