Skip to content

Commit

Permalink
fix(deps): update dependency zod to ^3.23.8 (#1028)
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] committed May 11, 2024
1 parent a88280d commit eae5c74
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Expand Up @@ -29,7 +29,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"superjson": "2.2.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -24,7 +24,7 @@
"@acme/validators": "workspace:*",
"@trpc/server": "11.0.0-rc.364",
"superjson": "2.2.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Expand Up @@ -25,7 +25,7 @@
"next-auth": "5.0.0-beta.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Expand Up @@ -34,7 +34,7 @@
"@t3-oss/env-core": "^0.10.1",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Expand Up @@ -40,11 +40,11 @@
"react": "18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"peerDependencies": {
"react": "18.3.1",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"prettier": "@acme/prettier-config"
}
2 changes: 1 addition & 1 deletion packages/validators/package.json
Expand Up @@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down
54 changes: 27 additions & 27 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 eae5c74

Please sign in to comment.