Skip to content

Commit

Permalink
client: add missing types as devDep (#3652)
Browse files Browse the repository at this point in the history
Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
  • Loading branch information
gabrocheleau and acolytec3 committed Sep 10, 2024
1 parent bb6315f commit ef99a53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@
"@types/body-parser": "^1.19.2",
"@types/connect": "^3.4.35",
"@types/cors": "^2.8.17",
"@types/eventsource": "^1.1.15",
"@types/fs-extra": "^11.0.4",
"@types/qs": "^6.9.15",
"@types/ws": "^8.5.10",
"@types/yargs": "^17.0.24",
"eventsource": "^2.0.2",
Expand Down

0 comments on commit ef99a53

Please sign in to comment.