Skip to content

Commit

Permalink
chore(ui): update dependency zod to v3.22.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 7bc7fa4 commit b11c9a1
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"react-error-boundary": "4.0.11",
"react-i18next": "13.1.2",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@playwright/test": "1.37.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"superjson": "1.13.1",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/eslint": "8.44.2",
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 @@
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/eslint": "8.44.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.9.1",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"superjson": "1.13.1",
"tslog": "4.9.1",
"ulid": "2.3.0",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@faker-js/faker": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@t3-oss/env-nextjs": "0.6.0",
"@weareinreach/util": "workspace:*",
"chromatic": "6.22.0",
"zod": "3.22.0"
"zod": "3.22.1"
},
"devDependencies": {
"@weareinreach/config": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"typescript": "5.1.6",
"ulid": "2.3.0",
"webpack": "5.88.2",
"zod": "3.22.0"
"zod": "3.22.1"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
76 changes: 38 additions & 38 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 b11c9a1

Please sign in to comment.