Skip to content

Commit

Permalink
fix(crowdin): update all non-major dependencies (#1113)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent fd1e85c commit 3165c5e
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@opentelemetry/sdk-trace-base": "1.21.0",
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@prisma/instrumentation": "5.10.1",
"@prisma/instrumentation": "5.10.2",
"@sentry/browser": "7.102.0",
"@sentry/nextjs": "7.102.0",
"@sentry/node": "7.102.0",
Expand Down Expand Up @@ -78,7 +78,7 @@
"i18next": "23.9.0",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.4.3",
"i18next-http-backend": "2.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
Expand All @@ -105,7 +105,7 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.41.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.10.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.10.2",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.12.0",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.18.1",
"@prisma/client": "5.10.1",
"@prisma/client": "5.10.2",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"aws-lambda": "1.0.7",
"eslint": "8.56.0",
"prettier": "3.2.5",
"prisma": "5.10.1",
"prisma": "5.10.2",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.29.5",
"@crowdin/crowdin-api-client": "1.30.0",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.7.0",
"@vercel/kv": "1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@opentelemetry/sdk-trace-base": "1.21.0",
"@opentelemetry/sdk-trace-node": "1.21.0",
"@opentelemetry/semantic-conventions": "1.21.0",
"@prisma/client": "5.10.1",
"@prisma/instrumentation": "5.10.1",
"@prisma/client": "5.10.2",
"@prisma/instrumentation": "5.10.2",
"@vercel/kv": "1.0.1",
"@vercel/postgres-kysely": "0.7.2",
"@weareinreach/crowdin": "workspace:*",
Expand Down Expand Up @@ -92,7 +92,7 @@
"prettier": "3.2.5",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.0.0",
"prisma": "5.10.1",
"prisma": "5.10.2",
"prisma-dbml-generator": "0.12.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"i18next": "23.9.0",
"i18next-browser-languagedetector": "7.2.0",
"i18next-hmr": "3.0.4",
"i18next-http-backend": "2.4.3",
"i18next-http-backend": "2.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
Expand Down
102 changes: 51 additions & 51 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 3165c5e

Please sign in to comment.