Skip to content

Commit

Permalink
deps: bump @libp2p/interface from 0.1.6 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [@libp2p/interface](https://github.com/libp2p/js-libp2p) from 0.1.6 to 1.1.1.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@interface-v0.1.6...perf-v1.1.1)

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 29bf459 commit 80188a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:node": "aegir test -t node --cov"
},
"dependencies": {
"@libp2p/interface": "^0.1.2",
"@libp2p/interface": "^1.1.1",
"@libp2p/logger": "^3.0.2",
"@libp2p/peer-id": "^3.0.3",
"@multiformats/multiaddr": "^12.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@helia/delegated-routing-v1-http-api-server": "^1.0.0",
"@helia/interface": "^2.0.0",
"@helia/ipns": "^2.0.1",
"@libp2p/interface": "^0.1.2",
"@libp2p/interface": "^1.1.1",
"@libp2p/kad-dht": "^10.0.6",
"@libp2p/peer-id-factory": "^3.0.5",
"aegir": "^42.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@libp2p/interface": "^0.1.2",
"@libp2p/interface": "^1.1.1",
"@libp2p/peer-id": "^3.0.3",
"fastify": "^4.17.0",
"ipns": "^7.0.1",
Expand Down

0 comments on commit 80188a4

Please sign in to comment.