From ea64a50b434c5ffad31c7100ef543d6b283224aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:42:58 +0000 Subject: [PATCH] fix(crowdin): update patched packages Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/web/package.json | 2 +- packages/crowdin/package.json | 2 +- packages/db/package.json | 2 +- packages/ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 9fc6d1cb8cb..796471d221e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,7 +12,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@crowdin/ota-client": "1.0.0", + "@crowdin/ota-client": "1.1.1", "@emotion/react": "11.11.4", "@emotion/server": "11.11.0", "@mantine/carousel": "6.0.21", diff --git a/packages/crowdin/package.json b/packages/crowdin/package.json index 7953b1e5bf2..f2941c87f7e 100644 --- a/packages/crowdin/package.json +++ b/packages/crowdin/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@crowdin/crowdin-api-client": "1.33.1", - "@crowdin/ota-client": "1.0.0", + "@crowdin/ota-client": "1.1.1", "@opentelemetry/api": "1.8.0", "@vercel/kv": "1.0.1", "@weareinreach/util": "workspace:*", diff --git a/packages/db/package.json b/packages/db/package.json index b48f61e4008..6024e2abcb8 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -53,7 +53,7 @@ "@weareinreach/env": "workspace:*", "@weareinreach/util": "workspace:*", "id128": "1.6.6", - "json-schema-to-zod": "2.0.14", + "json-schema-to-zod": "2.1.0", "kysely": "0.27.3", "pg": "8.11.5", "prisma-kysely": "1.8.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index d1730692b34..61bf24c278d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -40,7 +40,7 @@ "crud-object-diff": "2.3.6", "escape-string-regexp": "5.0.0", "geolib": "3.3.4", - "json-schema-to-zod": "2.0.14", + "json-schema-to-zod": "2.1.0", "just-compact": "3.2.0", "just-compare": "2.3.0", "just-filter-object": "3.2.0",