Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-developer authored Mar 27, 2023
1 parent 9835234 commit c4eaa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"dependencies": {
"form-data": "^4.0.0",
"json2typescript": "^1.5.1",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"@types/node-fetch": "^2.6.2"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"babel-cli": "^6.22.2",
"babel-jest": "^18.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand Down

0 comments on commit c4eaa1c

Please sign in to comment.