Skip to content

Commit

Permalink
fix: remove level dep
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 24, 2023
1 parent 75af174 commit 422822a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
3 changes: 1 addition & 2 deletions packages/programs/clock-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@peerbit/trusted-network": "2.0.21"
},
"devDependencies": {
"@peerbit/test-utils": "^1.0.33",
"memory-level": "^1.0.0"
"@peerbit/test-utils": "^1.0.33"
}
}
4 changes: 1 addition & 3 deletions packages/transport/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
"@peerbit/blocks-interface": "1.1.3",
"@peerbit/crypto": "1.0.10",
"@ipld/dag-cbor": "^9.0.2",
"abstract-level": "^1.0.3",
"libp2p": "0.46.9",
"memory-level": "^1.0.0"
"libp2p": "0.46.9"
}
}
4 changes: 1 addition & 3 deletions packages/transport/libp2p-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"@libp2p/tcp": "^8.0.5",
"@libp2p/webrtc": "^3.1.9",
"@libp2p/websockets": "^7.0.5",
"datastore-level": "^10.1.4",
"libp2p": "0.46.9",
"memory-level": "^1.0.0"
"libp2p": "0.46.9"
},
"devDependencies": {
"@peerbit/time": "1.0.4"
Expand Down
4 changes: 1 addition & 3 deletions packages/transport/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
"@peerbit/logger": "1.0.1",
"@peerbit/uint8arrays": "3.0.1",
"@libp2p/interfaces": "^3.3.2",
"abstract-level": "^1.0.3",
"libp2p": "0.46.9",
"memory-level": "^1.0.0"
"libp2p": "0.46.9"
}
}

0 comments on commit 422822a

Please sign in to comment.