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 10, 2023
1 parent 40c492a commit 2cfb3ec
Show file tree
Hide file tree
Showing 14 changed files with 940 additions and 954 deletions.
18 changes: 9 additions & 9 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@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-table": "8.9.7",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-table": "8.9.8",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
"@tiptap/starter-kit": "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 All @@ -89,7 +89,7 @@
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.2.0",
"mantine-react-table": "1.2.1",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.3",
Expand All @@ -109,13 +109,13 @@
"@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",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.3",
Expand All @@ -125,7 +125,7 @@
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "6.6.1",
"prettier": "3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions 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 All @@ -44,12 +44,12 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.19",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@types/node": "18.17.15",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
}
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 @@ -28,12 +28,12 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@types/node": "18.17.15",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"prettier": "3.0.3",
"prisma": "5.2.0",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.1",
"prettier-plugin-jsdoc": "1.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.8",
Expand Down
8 changes: 4 additions & 4 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 Expand Up @@ -58,12 +58,12 @@
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.3.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"just-capitalize": "3.2.0",
"just-pascal-case": "3.2.0",
"listr2": "6.6.1",
Expand Down
6 changes: 3 additions & 3 deletions 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.409.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -27,12 +27,12 @@
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"next": "13.4.19",
"next-auth": "4.23.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "14.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/papaparse": "5.3.8",
"@types/pg": "8.10.2",
"@types/recursive-readdir": "2.2.1",
Expand All @@ -108,10 +108,10 @@
"countries-languages": "1.0.3",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"flat": "5.0.2",
"geojson": "0.5.0",
"inquirer": "9.2.10",
"inquirer": "9.2.11",
"inquirer-autocomplete-prompt": "3.0.0",
"iso-3166-2": "1.0.0",
"iso-google-locales": "3.0.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 @@ -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
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@tanstack/eslint-plugin-query": "4.34.1",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"zustand": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.22.15",
"@babel/core": "7.22.17",
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-react": "7.22.15",
Expand Down Expand Up @@ -100,9 +100,9 @@
"@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-table": "8.9.7",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-query-devtools": "4.35.0",
"@tanstack/react-table": "8.9.8",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
Expand All @@ -116,7 +116,7 @@
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand All @@ -128,18 +128,18 @@
"@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",
"eslint": "8.49.0",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.3",
"mantine-react-table": "1.2.0",
"mantine-react-table": "1.2.1",
"merge-anything": "5.1.7",
"msw": "1.3.0",
"msw-storybook-addon": "1.8.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 2cfb3ec

Please sign in to comment.