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 Feb 1, 2024
1 parent 9121f21 commit 2c93b4b
Show file tree
Hide file tree
Showing 12 changed files with 472 additions and 472 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"i18next": "23.8.2",
"i18next-browser-languagedetector": "7.2.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.4.2",
"i18next-http-backend": "2.4.3",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"@types/eslint": "8.56.2",
"@types/gtag.js": "0.0.18",
"@types/luxon": "3.4.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"@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 @@ -36,7 +36,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@types/eslint": "8.56.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"@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.133",
"@types/eslint": "8.56.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.133",
"@types/eslint": "8.56.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.12.0",
"@turbo/gen": "1.12.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
Expand All @@ -53,7 +53,7 @@
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.7.0",
"tsx": "4.7.0",
"turbo": "1.12.0",
"turbo": "1.12.2",
"typescript": "5.3.3",
"typesync": "0.12.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"zod": "3.22.4"
},
"devDependencies": {
"@turbo/gen": "1.12.0",
"@turbo/gen": "1.12.2",
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.1",
"@types/luxon": "3.4.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.503.1",
"@aws-sdk/client-cognito-identity-provider": "3.504.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/react": "18.2.48",
"@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.11.13",
"@types/node": "20.11.14",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"devDependencies": {
"@octokit/core": "5.1.0",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.12.0",
"@turbo/gen": "1.12.2",
"@turf/helpers": "6.5.0",
"@types/eslint": "8.56.2",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.0",
"@types/terraformer__wkt": "2.0.2",
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.2",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.12.0",
"eslint-plugin-turbo": "1.12.2",
"next": "14.1.0",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.3.3"
Expand Down
34 changes: 17 additions & 17 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,25 +85,25 @@
"@mantine/nprogress": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/third-parties": "14.1.0",
"@storybook/addon-a11y": "7.6.11",
"@storybook/addon-actions": "7.6.11",
"@storybook/addon-a11y": "7.6.12",
"@storybook/addon-actions": "7.6.12",
"@storybook/addon-designs": "7.0.9",
"@storybook/addon-essentials": "7.6.11",
"@storybook/addon-interactions": "7.6.11",
"@storybook/addon-links": "7.6.11",
"@storybook/addon-viewport": "7.6.11",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-interactions": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/addon-viewport": "7.6.12",
"@storybook/addon-webpack5-compiler-swc": "1.0.0",
"@storybook/components": "7.6.11",
"@storybook/core-events": "7.6.11",
"@storybook/components": "7.6.12",
"@storybook/core-events": "7.6.12",
"@storybook/jest": "0.2.3",
"@storybook/manager-api": "7.6.11",
"@storybook/nextjs": "7.6.11",
"@storybook/preview-api": "7.6.11",
"@storybook/react": "7.6.11",
"@storybook/manager-api": "7.6.12",
"@storybook/nextjs": "7.6.12",
"@storybook/preview-api": "7.6.12",
"@storybook/react": "7.6.12",
"@storybook/test-runner": "0.16.0",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.11",
"@storybook/types": "7.6.11",
"@storybook/theming": "7.6.12",
"@storybook/types": "7.6.12",
"@swc/core": "1.3.107",
"@swc/helpers": "0.5.3",
"@tanstack/react-query": "4.36.1",
Expand All @@ -119,7 +119,7 @@
"@types/eslint": "8.56.2",
"@types/google.maps": "3.55.1",
"@types/luxon": "3.4.2",
"@types/node": "20.11.13",
"@types/node": "20.11.14",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
Expand All @@ -140,7 +140,7 @@
"i18next": "23.8.2",
"i18next-browser-languagedetector": "7.2.0",
"i18next-hmr": "3.0.4",
"i18next-http-backend": "2.4.2",
"i18next-http-backend": "2.4.3",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
Expand All @@ -165,7 +165,7 @@
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.6.11",
"storybook": "7.6.12",
"storybook-addon-pseudo-states": "2.1.2",
"style-loader": "3.3.4",
"trpc-client-devtools-link": "0.2.1-next",
Expand Down
Loading

0 comments on commit 2c93b4b

Please sign in to comment.