Skip to content

Commit

Permalink
fix(auth): 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 Sep 12, 2024
1 parent cb0c604 commit 99581cb
Show file tree
Hide file tree
Showing 16 changed files with 1,792 additions and 2,456 deletions.
20 changes: 10 additions & 10 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@prisma/instrumentation": "5.19.1",
"@sentry/browser": "8.28.0",
"@sentry/nextjs": "8.28.0",
"@sentry/node": "8.28.0",
"@sentry/opentelemetry": "8.28.0",
"@sentry/profiling-node": "8.28.0",
"@sentry/browser": "8.30.0",
"@sentry/nextjs": "8.30.0",
"@sentry/node": "8.30.0",
"@sentry/opentelemetry": "8.30.0",
"@sentry/profiling-node": "8.30.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.5",
"@trpc/client": "10.45.2",
Expand All @@ -76,7 +76,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.14.0",
"i18next": "23.15.1",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.6.1",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.19.1",
"@relative-ci/agent": "4.2.11",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -114,7 +114,7 @@
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -132,8 +132,8 @@
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"type-fest": "4.26.1",
"typescript": "5.6.2",
"webpack-bundle-analyzer": "4.10.2"
},
"ct3aMetadata": {
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.13",
"embla-carousel-react": "7.1.0",
"i18next": "23.14.0",
"i18next": "23.15.1",
"next": "14.2.8",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,12 +36,12 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.8",
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
4 changes: 2 additions & 2 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.3.3",
"prisma": "5.19.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@
"@changesets/cli": "2.27.8",
"@turbo/gen": "2.1.1",
"@types/lint-staged": "13.3.0",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/yargs": "17.0.33",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"boxen": "8.0.1",
"docker-compose": "0.24.8",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.5",
"knip": "5.29.2",
"husky": "9.1.6",
"knip": "5.30.1",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.11.0",
"tsx": "4.19.0",
"tsx": "4.19.1",
"turbo": "2.1.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typesync": "0.13.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/gtag.js": "0.0.20",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.8",
"nextjs-google-analytics": "2.3.7",
"type-fest": "4.26.0",
"typescript": "5.5.4"
"type-fest": "4.26.1",
"typescript": "5.6.2"
},
"peerDependencies": {
"next": "14.2.8",
Expand Down
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.9.0",
"@sentry/nextjs": "8.28.0",
"@sentry/nextjs": "8.30.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand All @@ -34,7 +34,7 @@
"ajv": "8.17.1",
"alex": "11.0.1",
"crud-object-diff": "2.3.6",
"geo-tz": "8.0.2",
"geo-tz": "8.1.1",
"geolib": "3.3.4",
"just-compact": "3.2.0",
"just-filter-object": "3.2.0",
Expand All @@ -43,7 +43,7 @@
"just-map-values": "3.2.0",
"just-omit": "2.2.0",
"just-pick": "4.2.0",
"libphonenumber-js": "1.11.7",
"libphonenumber-js": "1.11.8",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.12.0",
Expand All @@ -55,25 +55,25 @@
"devDependencies": {
"@turbo/gen": "2.1.1",
"@types/eslint": "8.56.12",
"@types/google.maps": "3.57.0",
"@types/google.maps": "3.58.0",
"@types/luxon": "3.4.2",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"i18next": "23.14.0",
"i18next": "23.15.1",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.8",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.26.0",
"typescript": "5.5.4"
"type-fest": "4.26.1",
"typescript": "5.6.2"
},
"peerDependencies": {
"i18next": "23.14.0",
"i18next": "23.15.1",
"next": "14.2.8"
}
}
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.637.0",
"@aws-sdk/client-cognito-identity-provider": "3.650.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
Expand All @@ -80,7 +80,7 @@
"next-auth": "4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"next": "14.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
"next-i18next": "15.3.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"prettier": "3.3.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
18 changes: 9 additions & 9 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@prisma/client": "5.19.1",
"@prisma/instrumentation": "5.19.1",
"@vercel/kv": "2.0.0",
"@vercel/postgres-kysely": "0.9.0",
"@vercel/postgres-kysely": "0.10.0",
"@weareinreach/crowdin": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
Expand All @@ -75,9 +75,9 @@
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.8",
"@types/pg": "8.11.9",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -93,8 +93,8 @@
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"just-group-by": "2.2.0",
"kysely-codegen": "0.16.5",
"libphonenumber-js": "1.11.7",
"kysely-codegen": "0.16.6",
"libphonenumber-js": "1.11.8",
"listr2": "8.2.4",
"log-update": "6.1.0",
"luxon": "3.5.0",
Expand All @@ -115,12 +115,12 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.19.0",
"type-fest": "4.26.0",
"typescript": "5.5.4",
"tsx": "4.19.1",
"type-fest": "4.26.1",
"typescript": "5.6.2",
"xliff": "6.2.1",
"zod-prisma-types": "3.1.8",
"zod-to-json-schema": "3.23.2"
"zod-to-json-schema": "3.23.3"
},
"prisma": {
"seed": "turbo run db:run-seed"
Expand Down
6 changes: 3 additions & 3 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.7.1",
"chromatic": "11.10.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.12",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
6 changes: 3 additions & 3 deletions 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.12",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.16.4",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand All @@ -31,12 +31,12 @@
"eslint-plugin-i18next": "6.0.9",
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-node": "npm:eslint-plugin-n@16.6.2",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-turbo": "2.1.1",
"next": "14.2.8",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"peerDependencies": {
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit 99581cb

Please sign in to comment.