Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.22.0 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 authored Aug 15, 2023
2 parents 8d19a23 + 4d4582f commit 98581f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/animegarden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"cheerio": "1.0.0-rc.12",
"simptrad": "^0.1.0",
"zod": "^3.21.4"
"zod": "^3.22.0"
},
"devDependencies": {
"vitest": "^0.34.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "18.2.0",
"simptrad": "^0.1.0",
"swr": "^2.2.1",
"zod": "^3.21.4"
"zod": "^3.22.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.19",
Expand Down
20 changes: 10 additions & 10 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 98581f3

Please sign in to comment.