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