Skip to content

Commit

Permalink
fix(ui): update all non-major dependencies
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 Apr 23, 2024
1 parent 9bc4dd3 commit 5e5ceb6
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.1",
"zod": "3.23.3"
"zod": "3.23.4"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.3"
"zod": "3.23.4"
},
"devDependencies": {
"@turbo/gen": "1.13.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 @@ -63,7 +63,7 @@
"aws-jwt-verify": "4.0.1",
"tiny-invariant": "1.3.3",
"tslog": "4.9.2",
"zod": "3.23.3"
"zod": "3.23.4"
},
"devDependencies": {
"@types/eslint": "8.56.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.23.3"
"zod": "3.23.4"
},
"devDependencies": {
"@octokit/core": "5.2.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.96.0",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.2",
"@turf/helpers": "7.0.0-alpha.114",
"@turf/helpers": "7.0.0-alpha.115",
"@types/eslint": "8.56.10",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.0",
"zod": "3.23.3"
"zod": "3.23.4"
},
"devDependencies": {
"@weareinreach/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 @@ -27,7 +27,7 @@
"@googlemaps/react-wrapper": "1.1.35",
"@terraformer/wkt": "2.2.0",
"@textea/json-viewer": "3.4.1",
"@turf/helpers": "7.0.0-alpha.114",
"@turf/helpers": "7.0.0-alpha.115",
"@tweenjs/tween.js": "23.1.1",
"@weareinreach/analytics": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down Expand Up @@ -172,7 +172,7 @@
"type-fest": "4.16.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.23.3"
"zod": "3.23.4"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
Expand Down
98 changes: 49 additions & 49 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 5e5ceb6

Please sign in to comment.