Skip to content

Commit

Permalink
Oops update the zod dep for embedded again bc i did a dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Jan 21, 2025
1 parent 2d9f95f commit 1f00582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/embedded/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"build": "tsc",
"format": "biome check . --write",
"lint": "biome lint .",
"typecheck": "tsc --noEmit",
"zod": "^3.23.8"
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "*",
Expand All @@ -38,6 +37,7 @@
"hono": "^4.0"
},
"dependencies": {
"openapi-types": "^12.1.3"
"openapi-types": "^12.1.3",
"zod": "^3.23.8"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 1f00582

Please sign in to comment.