mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-26 18:32:06 +00:00
Resolve version conflict for peer package used by nitro-node (#542)
This commit is contained in:
parent
1360e96956
commit
d6e81b338a
@ -19,7 +19,7 @@
|
||||
"@cerc-io/ipld-eth-client": "^0.2.98-patch.1",
|
||||
"@cerc-io/libp2p": "^0.42.2-laconic-0.1.4",
|
||||
"@cerc-io/nitro-node": "^0.1.15",
|
||||
"@cerc-io/peer": "^0.2.98-patch.1",
|
||||
"@cerc-io/peer": "0.2.98",
|
||||
"@cerc-io/rpc-eth-client": "^0.2.98-patch.1",
|
||||
"@cerc-io/util": "^0.2.98-patch.1",
|
||||
"@ethersproject/providers": "^5.4.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cerc-io/peer",
|
||||
"version": "0.2.98-patch.1",
|
||||
"version": "0.2.98",
|
||||
"description": "libp2p module",
|
||||
"main": "dist/index.js",
|
||||
"exports": "./dist/index.js",
|
||||
|
@ -6,7 +6,7 @@
|
||||
"dependencies": {
|
||||
"@apollo/utils.keyvaluecache": "^1.0.1",
|
||||
"@cerc-io/nitro-node": "^0.1.15",
|
||||
"@cerc-io/peer": "^0.2.98-patch.1",
|
||||
"@cerc-io/peer": "0.2.98",
|
||||
"@cerc-io/solidity-mapper": "^0.2.98-patch.1",
|
||||
"@cerc-io/ts-channel": "1.0.3-ts-nitro-0.1.1",
|
||||
"@ethersproject/properties": "^5.7.0",
|
||||
|
Loading…
Reference in New Issue
Block a user