Skip to content

Commit

Permalink
fix(crowdin): update all non-major dependencies (#1001)
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] authored Jan 9, 2024
1 parent cab409d commit 175c987
Show file tree
Hide file tree
Showing 13 changed files with 204 additions and 264 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.19.0",
"@opentelemetry/sdk-trace-node": "1.19.0",
"@opentelemetry/semantic-conventions": "1.19.0",
"@prisma/instrumentation": "5.7.1",
"@prisma/instrumentation": "5.8.0",
"@sentry/browser": "7.92.0",
"@sentry/nextjs": "7.92.0",
"@sentry/node": "7.92.0",
Expand Down Expand Up @@ -104,14 +104,14 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.40.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.7.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.8.0",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.11.3",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.1",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.4.0",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/umami": "0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.0.4",
"@types/eslint": "8.56.1",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.131",
"@types/eslint": "8.56.1",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.17.0",
"@prisma/client": "5.7.1",
"@prisma/client": "5.8.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.131",
"@types/eslint": "8.56.1",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.56.0",
"prettier": "3.1.1",
"prisma": "5.7.1",
"prisma": "5.8.0",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.11.3",
"@types/lint-staged": "13.3.0",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.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 @@ -51,7 +51,7 @@
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.4.0",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.1",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
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.3",
"@crowdin/crowdin-api-client": "1.29.4",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.7.0",
"@vercel/kv": "1.0.1",
Expand Down
8 changes: 4 additions & 4 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.19.0",
"@opentelemetry/sdk-trace-node": "1.19.0",
"@opentelemetry/semantic-conventions": "1.19.0",
"@prisma/client": "5.7.1",
"@prisma/instrumentation": "5.7.1",
"@prisma/client": "5.8.0",
"@prisma/instrumentation": "5.8.0",
"@vercel/kv": "1.0.1",
"@vercel/postgres-kysely": "0.6.0",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -67,7 +67,7 @@
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.0",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/papaparse": "5.3.14",
"@types/pg": "8.10.9",
"@types/terraformer__wkt": "2.0.2",
Expand All @@ -92,7 +92,7 @@
"prettier": "3.1.1",
"pretty-bytes": "6.1.1",
"pretty-ms": "8.0.0",
"prisma": "5.7.1",
"prisma": "5.8.0",
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@types/eslint": "8.56.1",
"@types/google.maps": "3.54.10",
"@types/luxon": "3.4.0",
"@types/node": "20.10.7",
"@types/node": "20.10.8",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
Expand All @@ -127,7 +127,7 @@
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "10.2.0",
"css-loader": "6.8.1",
"css-loader": "6.9.0",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
Expand All @@ -139,7 +139,7 @@
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.0.12",
"msw": "2.0.13",
"msw-storybook-addon": "2.0.0--canary.122.06f0c92.0",
"next": "14.0.4",
"next-auth": "4.24.5",
Expand All @@ -159,7 +159,7 @@
"slugify": "1.6.6",
"storybook": "7.6.7",
"storybook-addon-pseudo-states": "2.1.2",
"style-loader": "3.3.3",
"style-loader": "3.3.4",
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.0",
Expand Down
Loading

0 comments on commit 175c987

Please sign in to comment.