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 Sep 8, 2023
1 parent 40c492a commit 65df5ca
Show file tree
Hide file tree
Showing 10 changed files with 204 additions and 203 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@sentry/nextjs": "7.68.0",
"@sentry/opentelemetry-node": "7.68.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-table": "8.9.7",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
Expand All @@ -66,7 +66,7 @@
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
"@vercel/analytics": "1.0.2",
"@vercel/edge-config": "0.2.1",
"@vercel/edge-config": "0.3.0",
"@vercel/kv": "0.2.2",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -75,12 +75,12 @@
"@weareinreach/ui": "workspace:*",
"@weareinreach/util": "workspace:*",
"cookies-next": "3.0.0",
"core-js": "3.32.1",
"core-js": "3.32.2",
"dayjs": "1.11.9",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.4.9",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.2",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.37.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.2.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tanstack/react-query-devtools": "4.35.0",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.4.9",
"i18next": "23.5.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
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 @@ -26,7 +26,7 @@
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@googlemaps/google-maps-services-js": "3.3.37",
"@opentelemetry/api": "1.4.1",
"@sentry/node": "7.68.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query": "4.35.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.1",
"@trpc/next": "10.38.1",
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
"@vercel/edge-config": "0.2.1",
"@vercel/edge-config": "0.3.0",
"@vercel/kv": "0.2.2",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.405.0",
"@aws-sdk/client-cognito-identity-provider": "3.408.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.6.1",
"@weareinreach/util": "workspace:*",
"chromatic": "7.0.0",
"chromatic": "7.1.0",
"zod": "3.22.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "7.4.0",
"@storybook/types": "7.4.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-query-devtools": "4.35.0",
"@tanstack/react-table": "8.9.7",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.8",
Expand All @@ -128,13 +128,13 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-loader": "9.1.3",
"chromatic": "7.0.0",
"chromatic": "7.1.0",
"css-loader": "6.8.1",
"dayjs": "1.11.9",
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.48.0",
"i18next": "23.4.9",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.2",
"i18next-intervalplural-postprocessor": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@vercel/edge-config": "0.2.1",
"@vercel/edge-config": "0.3.0",
"tslog": "4.9.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 65df5ca

Please sign in to comment.