*Use resolutions to force hyperswarm to v6 and node-fetch to v2
This commit is contained in:
parent
67e432c345
commit
8b1e823991
|
@ -72,5 +72,9 @@
|
||||||
"rollup": "^2.77.0",
|
"rollup": "^2.77.0",
|
||||||
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"**/@hyperswarm/dht": "^6.0.1",
|
||||||
|
"**/node-fetch": "^2.6.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue