Skip to content

Commit

Permalink
Merge pull request #379 from mollie/pimm/nf-type-dependency
Browse files Browse the repository at this point in the history
Made @types/node-fetch a regular dependency instead of a dev one.
  • Loading branch information
Pimm authored Sep 20, 2024
2 parents a375534 + f3f1ece commit 412104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"lint": "yarn lint:eslint:fix && yarn lint:prettier"
},
"dependencies": {
"@types/node-fetch": "^2.6.11",
"node-fetch": "^2.7.0",
"ruply": "^1.0.1"
},
Expand All @@ -51,7 +52,6 @@
"@mollie/eslint-config-typescript": "^1.6.5",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@types/node-fetch": "^2.6.11",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand Down

0 comments on commit 412104f

Please sign in to comment.