*Use resolutions to force hyperswarm to v6 and node-fetch to v2

This commit is contained in:
Derrick Hammer 2022-12-06 15:56:54 -05:00
parent 67e432c345
commit 8b1e823991
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 0 deletions

View File

@ -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"
} }
} }