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] authored Mar 11, 2024
1 parent 7cf3eea commit 8bb0340
Show file tree
Hide file tree
Showing 10 changed files with 413 additions and 745 deletions.
24 changes: 12 additions & 12 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
"@opentelemetry/sdk-trace-node": "1.22.0",
"@opentelemetry/semantic-conventions": "1.22.0",
"@prisma/instrumentation": "5.10.2",
"@sentry/browser": "7.105.0",
"@sentry/nextjs": "7.105.0",
"@sentry/node": "7.105.0",
"@sentry/opentelemetry": "7.105.0",
"@sentry/opentelemetry-node": "7.105.0",
"@sentry/profiling-node": "7.105.0",
"@sentry/browser": "7.106.1",
"@sentry/nextjs": "7.106.1",
"@sentry/node": "7.106.1",
"@sentry/opentelemetry": "7.106.1",
"@sentry/opentelemetry-node": "7.106.1",
"@sentry/profiling-node": "7.106.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.13.2",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "1.2.2",
"@vercel/edge-config": "1.1.0",
"@vercel/kv": "1.0.1",
Expand All @@ -77,7 +77,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.10.0",
"i18next": "23.10.1",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.0",
Expand Down Expand Up @@ -133,7 +133,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.11.1",
"type-fest": "4.12.0",
"typescript": "5.4.2",
"webpack-bundle-analyzer": "4.10.1"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.10.0",
"i18next": "23.10.1",
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@weareinreach/eslint-config": "workspace:*",
"next": "14.1.3",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.11.1"
"type-fest": "4.12.0"
},
"peerDependencies": {
"next": "14.1.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.42",
"@opentelemetry/api": "1.8.0",
"@sentry/nextjs": "7.105.0",
"@sentry/nextjs": "7.106.1",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/edge-config": "1.1.0",
"@vercel/kv": "1.0.1",
"@weareinreach/auth": "workspace:*",
Expand Down Expand Up @@ -55,18 +55,18 @@
"@types/google.maps": "3.55.4",
"@types/luxon": "3.4.2",
"@types/node": "20.11.25",
"@types/terraformer__wkt": "2.0.2",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.4.0",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.1.3",
"prettier": "3.2.5",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.11.1",
"type-fest": "4.12.0",
"typescript": "5.4.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.525.0",
"@aws-sdk/client-cognito-identity-provider": "3.530.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"id128": "1.6.6",
"kysely": "0.27.2",
"kysely": "0.27.3",
"pg": "8.11.3",
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
Expand All @@ -74,19 +74,19 @@
"@types/node": "20.11.25",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.2",
"@types/terraformer__wkt": "2.0.2",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv": "16.4.5",
"dotenv-cli": "7.4.0",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
"google-auth-library": "9.6.3",
"google-spreadsheet": "4.1.1",
"googleapis": "133.0.0",
"inquirer": "9.2.15",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.13.0",
"kysely-codegen": "0.13.1",
"libphonenumber-js": "1.10.57",
"listr2": "8.0.2",
"luxon": "3.4.4",
Expand All @@ -107,7 +107,7 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"type-fest": "4.11.1",
"type-fest": "4.12.0",
"typescript": "5.4.2",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.0.4",
"chromatic": "11.0.8",
"zod": "3.22.4"
},
"devDependencies": {
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 @@ -26,7 +26,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-codegen": "0.25.0",
"eslint-plugin-codegen": "0.26.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "npm:[email protected]",
Expand Down
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.11",
"@iconify-json/simple-icons": "1.1.94",
"@iconify-json/simple-icons": "1.1.95",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.22",
Expand All @@ -95,7 +95,7 @@
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-viewport": "7.6.17",
"@storybook/addon-webpack5-compiler-swc": "1.0.1",
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
"@storybook/components": "7.6.17",
"@storybook/core-events": "7.6.17",
"@storybook/jest": "0.2.3",
Expand All @@ -107,16 +107,16 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.17",
"@storybook/types": "7.6.17",
"@swc/core": "1.4.5",
"@swc/core": "1.4.6",
"@swc/helpers": "0.5.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table": "8.13.2",
"@tanstack/react-table-devtools": "8.13.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@types/babel__core": "7.20.5",
"@types/babel__preset-env": "7.9.6",
"@types/eslint": "8.56.5",
Expand All @@ -126,29 +126,29 @@
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/terraformer__wkt": "2.0.2",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
"@weareinreach/config": "workspace:*",
"@weareinreach/db": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
"babel-loader": "9.1.3",
"chromatic": "11.0.4",
"chromatic": "11.0.8",
"css-loader": "6.10.0",
"dayjs": "1.11.10",
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.0",
"i18next": "23.10.0",
"i18next": "23.10.1",
"i18next-browser-languagedetector": "7.2.0",
"i18next-hmr": "3.0.4",
"i18next-http-backend": "2.5.0",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.2",
"msw": "2.2.3",
"msw-storybook-addon": "2.0.0-beta.0",
"next": "14.1.3",
"next-auth": "4.24.7",
Expand All @@ -174,7 +174,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"type-fest": "4.11.1",
"type-fest": "4.12.0",
"typescript": "5.4.2",
"webpack": "5.90.3",
"zod": "3.22.4"
Expand All @@ -198,9 +198,9 @@
"@next/third-parties": "14.1.3",
"@tanstack/react-query": "^4",
"@tanstack/react-table": "^8",
"@trpc/client": "10.45.1",
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
Expand Down
Loading

0 comments on commit 8bb0340

Please sign in to comment.