Skip to content

Commit

Permalink
fix: freeze libp2p dependencies to get through build errors (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Aug 8, 2022
1 parent 90c2a0b commit 5e6ce1f
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@libp2p/interface-connection": "^2.0.0",
"@libp2p/interface-keys": "^1.0.2",
"@libp2p/interface-peer-id": "^1.0.2",
"@libp2p/interface-pubsub": "^1.0.1",
"@libp2p/interface-registrar": "^2.0.0",
"@libp2p/interface-pubsub": "1.0.4",
"@libp2p/interface-registrar": "2.0.2",
"@libp2p/interfaces": "^3.0.2",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^1.1.13",
"@libp2p/peer-record": "^2.0.0",
"@libp2p/peer-record": "2.0.0",
"@libp2p/pubsub": "^3.0.0",
"@libp2p/topology": "^3.0.0",
"abortable-iterator": "^4.0.2",
Expand All @@ -95,7 +95,7 @@
"@libp2p/interface-mocks": "^3.0.1",
"@libp2p/interface-pubsub-compliance-tests": "^1.0.4",
"@libp2p/peer-id-factory": "^1.0.13",
"@libp2p/peer-store": "^3.0.0",
"@libp2p/peer-store": "3.1.0",
"@multiformats/multiaddr": "^10.2.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^3.0.2",
Expand Down Expand Up @@ -128,6 +128,17 @@
"ts-sinon": "^2.0.2",
"util": "^0.12.3"
},
"overrides": {
"@libp2p/interface-connection": "^2.0.0",
"@libp2p/interface-pubsub": "1.0.4",
"@libp2p/interface-connection-manager": "1.0.2",
"@libp2p/interface-stream-muxer": "2.0.1",
"@libp2p/interface-transport": "1.0.2",
"@libp2p/interface-peer-store": "1.2.0"
},
"engines": {
"npm": ">=8.7.0"
},
"contributors": [
"Cayman <caymannava@gmail.com>",
"Vasco Santos <vasco.santos@moxy.studio>",
Expand Down

0 comments on commit 5e6ce1f

Please sign in to comment.