Skip to content

Commit

Permalink
fix: add @types/superagent to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 22, 2024
1 parent b38a8bc commit 8794941
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 @@ -24,6 +24,7 @@
"node": ">= 18.19.0"
},
"dependencies": {
"@types/superagent": "^8.1.9",
"superagent": "^9.0.1"
},
"devDependencies": {
Expand All @@ -34,7 +35,6 @@
"@types/express": "^5.0.0",
"@types/mocha": "10",
"@types/node": "22",
"@types/superagent": "^8.1.9",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"egg-bin": "6",
Expand Down

0 comments on commit 8794941

Please sign in to comment.