Skip to content

Commit

Permalink
Revert "Move types to dev dependencies (#46)"
Browse files Browse the repository at this point in the history
This reverts commit ff93c3a.
  • Loading branch information
JakeFenley committed Mar 17, 2024
1 parent ff93c3a commit 4af4ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"license": "MIT",
"dependencies": {
"@koa/router": "^12.0.1",
"@types/formidable": "^2.0.6",
"@types/koa-bodyparser": "^4.3.11",
"@types/koa__router": "^12.0.2",
"formidable": "^2.1.2",
"koa-bodyparser": "^4.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/formidable": "^2.0.6",
"@types/koa-bodyparser": "^4.3.11",
"@types/koa__router": "^12.0.2",
"@changesets/cli": "^2.26.2",
"@types/koa": "^2.13.10",
"@types/node": "^18.18.6",
Expand Down

0 comments on commit 4af4ef7

Please sign in to comment.