*Ensure we only use node-fetch 2
This commit is contained in:
parent
58ff8f2f92
commit
487ba0b5bd
|
@ -77,5 +77,8 @@
|
||||||
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
||||||
"typescript": "^4.9.4"
|
"typescript": "^4.9.4"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.0-rc.33"
|
"packageManager": "yarn@4.0.0-rc.33",
|
||||||
|
"resolutions": {
|
||||||
|
"*/node-fetch": "2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue