Skip to content

Commit

Permalink
chore: add supertest types
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Valeriano committed May 29, 2024
1 parent 5b6d313 commit ec35717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@swc/types": "^0.1.7",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"@types/superagent": "^8.1.7",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.6.0",
"husky": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@
"@types/node" "*"
"@types/send" "*"

"@types/superagent@^8.1.0":
"@types/superagent@^8.1.0", "@types/superagent@^8.1.7":
version "8.1.7"
resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-8.1.7.tgz#1153819ed4db34427409a1cc58f3e2f13eeec862"
integrity sha512-NmIsd0Yj4DDhftfWvvAku482PZum4DBW7U51OvS8gvOkDDY0WT1jsVyDV3hK+vplrsYw8oDwi9QxOM7U68iwww==
Expand Down

0 comments on commit ec35717

Please sign in to comment.