Skip to content

Commit

Permalink
fix: update zod
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Oct 11, 2023
1 parent 2e058dc commit 9682aa8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"zod": "^3.x"
},
"dependencies": {
"react": "18.2.0",
"type-fest": "3.12.0",
"zod": "3.22.3"
"react": "^18.2.0",
"type-fest": "^3.12.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "17.6.5",
Expand Down
12 changes: 6 additions & 6 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 9682aa8

Please sign in to comment.