Skip to content

Commit

Permalink
fix: remove unused deps (libp2p#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 13, 2023
1 parent 6e378ef commit 9d707bc
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"scripts": {
"clean": "aegir clean",
"lint": "aegir lint",
"dep-check": "aegir dep-check",
"dep-check": "aegir dep-check -i protons",
"generate": "protons src/envelope/envelope.proto src/peer-record/peer-record.proto",
"build": "aegir build",
"test": "aegir test",
Expand All @@ -150,29 +150,19 @@
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-record": "^2.0.1",
"@libp2p/interfaces": "^3.2.0",
"@libp2p/logger": "^2.0.5",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/utils": "^3.0.0",
"@multiformats/multiaddr": "^11.0.0",
"interface-datastore": "^7.0.0",
"it-all": "^2.0.0",
"it-filter": "^2.0.0",
"it-foreach": "^1.0.0",
"it-map": "^2.0.0",
"it-pipe": "^2.0.3",
"multiformats": "^11.0.0",
"protons-runtime": "^5.0.0",
"uint8-varint": "^1.0.2",
"uint8arraylist": "^2.1.0",
"uint8arrays": "^4.0.2",
"varint": "^6.0.0"
"uint8arrays": "^4.0.2"
},
"devDependencies": {
"@libp2p/interface-record-compliance-tests": "^2.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@types/varint": "^6.0.0",
"aegir": "^38.1.2",
"protons": "^7.0.2",
"sinon": "^15.0.0"
"protons": "^7.0.2"
}
}

0 comments on commit 9d707bc

Please sign in to comment.