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 Apr 10, 2024
1 parent 327989c commit e4ad259
Show file tree
Hide file tree
Showing 13 changed files with 423 additions and 446 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.11.0",
"i18next": "23.11.1",
"i18next-browser-languagedetector": "7.2.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@types/eslint": "8.56.7",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@types/umami": "0.1.5",
Expand All @@ -134,7 +134,7 @@
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.15.0",
"typescript": "5.4.4",
"typescript": "5.4.5",
"webpack-bundle-analyzer": "4.10.1"
},
"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.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.0",
"i18next": "23.11.1",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -36,12 +36,12 @@
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@types/eslint": "8.56.7",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.57.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
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.137",
"@types/eslint": "8.56.7",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
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.137",
"@types/eslint": "8.56.7",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prisma": "5.12.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "2.27.1",
"@turbo/gen": "1.13.2",
"@types/lint-staged": "13.3.0",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.9.2",
"knip": "5.9.3",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -59,7 +59,7 @@
"sherif": "0.8.1",
"tsx": "4.7.2",
"turbo": "1.13.2",
"typescript": "5.4.4",
"typescript": "5.4.5",
"typesync": "0.12.1",
"yargs": "17.7.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.42",
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.8.0",
"@sentry/nextjs": "7.109.0",
"@tanstack/react-query": "4.36.1",
Expand Down Expand Up @@ -56,24 +56,24 @@
"@types/eslint": "8.56.7",
"@types/google.maps": "3.55.7",
"@types/luxon": "3.4.2",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.4.1",
"eslint": "8.57.0",
"i18next": "23.11.0",
"i18next": "23.11.1",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.1.4",
"prettier": "3.2.5",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.15.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"peerDependencies": {
"i18next": "23.11.0",
"i18next": "23.11.1",
"next": ">=13"
}
}
6 changes: 3 additions & 3 deletions 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.549.0",
"@aws-sdk/client-cognito-identity-provider": "3.552.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -67,7 +67,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.7",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@weareinreach/config": "workspace:*",
Expand All @@ -77,7 +77,7 @@
"next-auth": "4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"peerDependencies": {
"next": "^14",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "15.2.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.33.0",
"@crowdin/crowdin-api-client": "1.33.1",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.8.0",
"@vercel/kv": "1.0.1",
Expand All @@ -52,6 +52,6 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"prettier": "3.2.5",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"devDependencies": {
"@octokit/core": "5.2.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.91.1",
"@snaplet/seed": "0.92.2",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.2",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.7",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.5",
"@types/terraformer__wkt": "2.0.3",
Expand Down Expand Up @@ -109,7 +109,7 @@
"tiny-invariant": "1.3.3",
"tsx": "4.7.2",
"type-fest": "4.15.0",
"typescript": "5.4.4",
"typescript": "5.4.5",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.5"
},
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.7",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"eslint": "8.57.0",
Expand All @@ -36,7 +36,7 @@
"eslint-plugin-turbo": "1.13.2",
"next": "14.1.4",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"peerDependencies": {
"eslint": ">=8",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/eslint": "8.56.7",
"@types/google.maps": "3.55.7",
"@types/luxon": "3.4.2",
"@types/node": "20.12.6",
"@types/node": "20.12.7",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
Expand All @@ -133,7 +133,7 @@
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.0",
"i18next": "23.11.0",
"i18next": "23.11.1",
"i18next-browser-languagedetector": "7.2.1",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.0",
Expand Down Expand Up @@ -168,7 +168,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.2",
"type-fest": "4.15.0",
"typescript": "5.4.4",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.22.4"
},
Expand Down
Loading

0 comments on commit e4ad259

Please sign in to comment.