Skip to content

Commit

Permalink
fix(build): revert zod upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-nascimento committed Jan 10, 2024
1 parent 7190f33 commit 1137c62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/zipper.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"y-monaco": "^0.1.4",
"y-protocols": "^1.0.6",
"yjs": "^13.6.8",
"zod": "^3.22.4"
"zod": "^3.21.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@zipper-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typescript": "^4.9.5",
"uploadthing": "^6.0.4",
"uuid": "^9.0.0",
"zod": "^3.22.4"
"zod": "^3.21.4"
},
"nodemonConfig": {
"watch": [
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16925,11 +16925,6 @@ zod@^3.22.2:
resolved "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz"
integrity sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==

zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz"
Expand Down

0 comments on commit 1137c62

Please sign in to comment.