*Ensure we only use node-fetch 2

This commit is contained in:
Derrick Hammer 2022-12-16 06:52:43 -05:00
parent 58ff8f2f92
commit 487ba0b5bd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 1 deletions

View File

@ -77,5 +77,8 @@
"supports-color": "https://github.com/LumeWeb/supports-color.git",
"typescript": "^4.9.4"
},
"packageManager": "yarn@4.0.0-rc.33"
"packageManager": "yarn@4.0.0-rc.33",
"resolutions": {
"*/node-fetch": "2"
}
}