Skip to content

Commit

Permalink
Switched over the API to use inferred types
Browse files Browse the repository at this point in the history
updated API deps
  • Loading branch information
TheOnlyTails committed May 3, 2024
1 parent 6216674 commit 2ba867a
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 501 deletions.
20 changes: 10 additions & 10 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"dependencies": {
"@hono/vite-cloudflare-pages": "^0.2.5",
"@hono/vite-dev-server": "^0.12.0",
"@hono/zod-validator": "^0.2.0",
"hono": "^4.0.10",
"@hono/zod-validator": "^0.2.1",
"hono": "^4.3.0",
"p-lazy": "^4.0.0",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.3"
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/node": "^20.12.8",
"prettier": "^3.2.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vite-plugin-dts": "^3.7.3",
"zod-to-json-schema": "^3.22.4"
"tsx": "^4.9.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.0",
"zod-to-json-schema": "^3.23.0"
},
"engines": {
"pnpm": ">=8"
Expand Down
Loading

0 comments on commit 2ba867a

Please sign in to comment.