DEV: Update node-fetch (#19059)

node-fetch is now a ES module, so it has to either imported with `import/from` syntax (which can't be used in addon's index.js) or using the dynamic `import()`
This commit is contained in:
Jarek Radosz
2022-11-16 18:58:38 +01:00
committed by GitHub
parent 6d6d5a200f
commit a7b033d642
4 changed files with 43 additions and 4 deletions
@@ -81,7 +81,6 @@
"markdown-it": "^13.0.1",
"message-bus-client": "^4.2.0",
"messageformat": "0.1.5",
"node-fetch": "^2.6.7",
"pretender": "^3.4.7",
"pretty-text": "1.0.0",
"qunit": "^2.19.3",