Skip to content

Commit

Permalink
fix(deps): update dependency zod to v3.24.1 (#1220)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent f0449c7 commit 3baa774
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "18.3.1",
"sharp": "0.33.5",
"superjson": "2.2.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "6.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tatsutakeinjp/validators": "workspace:*",
"@trpc/server": "11.0.0-rc.682",
"superjson": "2.2.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@tatsutakeinjp/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"next-auth": "5.0.0-beta.25",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@tatsutakeinjp/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"react": "18.3.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"peerDependencies": {
"react": "18.3.1",
"zod": "3.23.8"
"zod": "3.24.1"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@tatsutakeinjp/eslint-config": "workspace:*",
Expand Down

0 comments on commit 3baa774

Please sign in to comment.