Skip to content

Commit

Permalink
chore(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] committed Apr 22, 2024
1 parent da82c52 commit ab1d037
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 76 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.0",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.5",
"engines": {
"node": "20.12.2",
"pnpm": "9.0.4"
"pnpm": "9.0.5"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.10.60",
"libphonenumber-js": "1.10.61",
"luxon": "3.4.4",
"nanoid": "5.0.7",
"remeda": "1.60.1",
"slugify": "1.6.6",
"tiny-invariant": "1.3.3",
"zod": "3.22.5"
"zod": "3.23.0"
},
"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.22.5"
"zod": "3.23.0"
},
"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,7 +59,7 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@octokit/core": "5.2.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.15.0",
"libphonenumber-js": "1.10.60",
"libphonenumber-js": "1.10.61",
"listr2": "8.2.1",
"luxon": "3.4.4",
"p-queue": "8.0.1",
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.22.5"
"zod": "3.23.0"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"eslint": "9.0.0",
"eslint": "9.1.0",
"next": "14.2.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"just-group-by": "2.2.0",
"just-map-values": "3.2.0",
"just-order-by": "1.0.0",
"libphonenumber-js": "1.10.60",
"libphonenumber-js": "1.10.61",
"locale-includes": "1.0.6",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.1.0",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.3.12",
"react-phone-number-input": "3.4.0",
"react-string-replace": "1.1.1",
"timezones-list": "3.0.3",
"tiny-invariant": "1.3.3",
Expand All @@ -71,7 +71,7 @@
"@iconify-json/fluent-mdl2": "1.1.7",
"@iconify-json/mdi": "1.1.66",
"@iconify-json/ph": "1.1.12",
"@iconify-json/simple-icons": "1.1.99",
"@iconify-json/simple-icons": "1.1.100",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.23",
Expand Down Expand Up @@ -171,7 +171,7 @@
"type-fest": "4.15.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.22.5"
"zod": "3.23.0"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
Expand Down
Loading

0 comments on commit ab1d037

Please sign in to comment.