Skip to content

Commit

Permalink
fix: remove peer deps (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko authored Jan 16, 2025
1 parent b5d2c01 commit f34fc4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
17 changes: 1 addition & 16 deletions package-lock.json

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

9 changes: 1 addition & 8 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"@libp2p/interface": "2.0.1",
"@libp2p/peer-id": "5.0.1",
"@multiformats/multiaddr": "^12.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -79,14 +80,6 @@
"rollup": "^4.12.0",
"sinon": "^18.0.0"
},
"peerDependencies": {
"@libp2p/interface": "2.0.1"
},
"peerDependenciesMeta": {
"@libp2p/interface": {
"optional": true
}
},
"files": [
"dist",
"bundle",
Expand Down
8 changes: 0 additions & 8 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@
"rollup": "^4.12.0",
"sinon": "^19.0.2"
},
"peerDependencies": {
"@libp2p/bootstrap": "^10"
},
"peerDependenciesMeta": {
"@libp2p/bootstrap": {
"optional": true
}
},
"files": [
"dist",
"bundle",
Expand Down

0 comments on commit f34fc4b

Please sign in to comment.