Skip to content

Commit

Permalink
fix(deps): update dependency zod to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent e877d89 commit 027bb64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": "0.0.0-experimental-6a589ad71",
"react-error-boundary": "3.1.3",
"typescript": "4.2.4",
"zod": "1.11.17",
"zod": "3.10.0",
"final-form": "4.20.2",
"react-final-form": "6.5.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10152,7 +10152,7 @@ zip-stream@^3.0.1:
compress-commons "^3.0.0"
readable-stream "^3.6.0"

zod@1.11.17:
version "1.11.17"
resolved "https://registry.yarnpkg.com/zod/-/zod-1.11.17.tgz#2aae9e91fc66128116ae9844e8f416a95f453f8e"
integrity sha512-UzIwO92D0dSFwIRyyqAfRXICITLjF0IP8tRbEK/un7adirMssWZx8xF/1hZNE7t61knWZ+lhEuUvxlu2MO8qqA==
zod@3.10.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.10.0.tgz#6885658e388e47d6d25c296b25987aad4c48aa2d"
integrity sha512-T5wUCAJ5Z0uh3Q+S5ZzsNBkoybd1nqgeGhNRnqt1e/Rwolxugkt4BNYqwq+wBAxb0zrLC5jA2maehpXixD+bFw==

0 comments on commit 027bb64

Please sign in to comment.