Skip to content

Commit

Permalink
fix: add @types/superagent to dependencies (#3)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Added TypeScript type definitions for the `superagent` library to
enhance type safety.
- **Chores**
- Updated dependency management by moving `@types/superagent` from
`devDependencies` to `dependencies`.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 authored Dec 22, 2024
1 parent b38a8bc commit ec0a012
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 ec0a012

Please sign in to comment.