Skip to content

Commit

Permalink
Reintroduce node-fetch v2 instead of v3
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev committed Jan 13, 2025
1 parent eba19ff commit 36745a4
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 55 deletions.
113 changes: 113 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@types/array.prototype.flatmap": "^1.2.2",
"@types/camelcase": "^5.2.4",
"@types/concat-stream": "^2.0.0",
"@types/jest": "^26.0.8",
"@types/node": "^22.5.4",
"@types/node-fetch": "^2.6.12",
"babel-jest": "^29.7.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand Down Expand Up @@ -65,6 +67,7 @@
"file-type": "^16.5.4",
"form-data": "^4.0.0",
"map-obj": "^4.3.0",
"node-fetch": "^2.7.0",
"openapi-types": "^12.1.3",
"strickland": "^2.2.0"
},
Expand Down
Loading

0 comments on commit 36745a4

Please sign in to comment.