Skip to content

Commit

Permalink
Downgrade node-fetch back to v2
Browse files Browse the repository at this point in the history
v3 incompatible with current Babel target (`require`s in dist/meteorApp.js)
  • Loading branch information
dd137 committed Sep 26, 2023
1 parent 1ea4fc0 commit 6bf85da
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 155 deletions.
266 changes: 112 additions & 154 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"isbinaryfile": "3.0.3",
"lodash": "4.17.21",
"md5": "2.3.0",
"node-fetch": "3.3.2",
"node-fetch": "^2.7.0",
"regenerator-runtime": "0.14.0",
"rimraf": "3.0.2",
"semver": "5.7.2",
Expand Down

0 comments on commit 6bf85da

Please sign in to comment.