Skip to content

Commit

Permalink
fix(cognito-user-migrate): 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 Nov 4, 2023
1 parent 46d35c3 commit fac0a25
Show file tree
Hide file tree
Showing 14 changed files with 1,184 additions and 1,209 deletions.
34 changes: 17 additions & 17 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"@opentelemetry/sdk-trace-node": "1.17.1",
"@opentelemetry/semantic-conventions": "1.17.1",
"@prisma/instrumentation": "5.5.2",
"@sentry/nextjs": "7.76.0",
"@sentry/node": "7.76.0",
"@sentry/opentelemetry-node": "7.76.0",
"@sentry/profiling-node": "1.2.1",
"@sentry/nextjs": "7.77.0",
"@sentry/node": "7.77.0",
"@sentry/opentelemetry-node": "7.77.0",
"@sentry/profiling-node": "1.2.6",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.7",
"@trpc/client": "10.43.0",
"@trpc/next": "10.43.0",
"@trpc/react-query": "10.43.0",
"@trpc/server": "10.43.0",
"@trpc/client": "10.43.1",
"@trpc/next": "10.43.1",
"@trpc/react-query": "10.43.1",
"@trpc/server": "10.43.1",
"@vercel/analytics": "1.1.1",
"@vercel/edge-config": "0.4.1",
"@vercel/kv": "0.2.3",
"@vercel/kv": "0.2.4",
"@weareinreach/analytics": "workspace:*",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -74,17 +74,17 @@
"i18next": "23.6.0",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.5.0",
"i18next-http-backend": "2.3.0",
"i18next-http-backend": "2.3.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.2.2",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.3.3",
"next": "13.5.3",
"next-auth": "4.24.3",
"next-auth": "4.24.4",
"next-i18next": "14.0.3",
"next-seo": "6.1.0",
"next-seo": "6.4.0",
"nextjs-google-analytics": "2.3.3",
"nextjs-routes": "2.0.1",
"object-sizeof": "2.6.3",
Expand All @@ -108,17 +108,17 @@
"@types/eslint": "8.44.6",
"@types/gtag.js": "0.0.17",
"@types/luxon": "3.3.3",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/node": "18.18.8",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/umami": "0.1.4",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.1.0",
"dotenv": "16.3.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "7.0.2",
"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 @@ -37,12 +37,12 @@
"devDependencies": {
"@next/bundle-analyzer": "13.5.3",
"@types/eslint": "8.44.6",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/node": "18.18.8",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.52.0",
"eslint": "8.53.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 @@ -20,17 +20,17 @@
"package": "cd dist && zip -r ../bundle.zip *"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.14.0"
"@aws-lambda-powertools/logger": "1.14.2"
},
"devDependencies": {
"@types/aws-lambda": "8.10.125",
"@types/eslint": "8.44.6",
"@types/node": "18.18.7",
"@types/node": "18.18.8",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.52.0",
"eslint": "8.53.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 @@ -21,19 +21,19 @@
"prune-clients": "find ./dist/client -type f -not -name '*rhel*' -delete -print"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.14.0",
"@aws-lambda-powertools/logger": "1.14.2",
"@prisma/client": "5.5.2",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.125",
"@types/eslint": "8.44.6",
"@types/node": "18.18.7",
"@types/node": "18.18.8",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.52.0",
"eslint": "8.53.0",
"prettier": "3.0.3",
"prisma": "5.5.2",
"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 @@ -39,7 +39,7 @@
"@manypkg/cli": "0.21.0",
"@turbo/gen": "1.10.16",
"@types/lint-staged": "13.2.1",
"@types/node": "18.18.7",
"@types/node": "18.18.8",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
Expand All @@ -55,7 +55,7 @@
"typescript": "5.2.2",
"typesync": "0.11.1"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"engines": {
"node": "^18",
"pnpm": "^8"
Expand Down
18 changes: 9 additions & 9 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.3.41",
"@opentelemetry/api": "1.6.0",
"@sentry/node": "7.76.0",
"@sentry/node": "7.77.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.43.0",
"@trpc/next": "10.43.0",
"@trpc/react-query": "10.43.0",
"@trpc/server": "10.43.0",
"@trpc/client": "10.43.1",
"@trpc/next": "10.43.1",
"@trpc/react-query": "10.43.1",
"@trpc/server": "10.43.1",
"@vercel/edge-config": "0.4.1",
"@vercel/kv": "0.2.3",
"@vercel/kv": "0.2.4",
"@weareinreach/auth": "workspace:*",
"@weareinreach/crowdin": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand All @@ -50,14 +50,14 @@
"devDependencies": {
"@turbo/gen": "1.10.16",
"@types/eslint": "8.44.6",
"@types/google.maps": "3.54.5",
"@types/google.maps": "3.54.6",
"@types/luxon": "3.3.3",
"@types/node": "18.18.7",
"@types/node": "18.18.8",
"@types/terraformer__wkt": "2.0.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.3.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "13.5.3",
Expand Down
10 changes: 5 additions & 5 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.437.0",
"@aws-sdk/client-cognito-identity-provider": "3.441.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -27,14 +27,14 @@
},
"devDependencies": {
"@types/eslint": "8.44.6",
"@types/node": "18.18.7",
"@types/react": "18.2.33",
"@types/node": "18.18.8",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"next": "13.5.3",
"next-auth": "4.24.3",
"next-auth": "4.24.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
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.18.7",
"@types/node": "18.18.8",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "14.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.25.1",
"@crowdin/crowdin-api-client": "1.26.0",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.6.0",
"@vercel/kv": "0.2.3",
"@vercel/kv": "0.2.4",
"@weareinreach/util": "workspace:*",
"flat": "6.0.1",
"object-sizeof": "2.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@opentelemetry/semantic-conventions": "1.17.1",
"@prisma/client": "5.5.2",
"@prisma/instrumentation": "5.5.2",
"@vercel/kv": "0.2.3",
"@vercel/postgres-kysely": "0.5.0",
"@vercel/kv": "0.2.4",
"@vercel/postgres-kysely": "0.6.0",
"@weareinreach/crowdin": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
Expand All @@ -68,15 +68,15 @@
"@types/inquirer": "9.0.6",
"@types/inquirer-autocomplete-prompt": "3.0.2",
"@types/luxon": "3.3.3",
"@types/node": "18.18.7",
"@types/node": "18.18.8",
"@types/papaparse": "5.3.10",
"@types/pg": "8.10.7",
"@types/terraformer__wkt": "2.0.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"google-auth-library": "9.2.0",
"google-spreadsheet": "4.1.0",
"inquirer": "9.2.11",
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.7.1",
"@weareinreach/util": "workspace:*",
"chromatic": "7.5.4",
"chromatic": "7.6.0",
"zod": "3.22.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.36.1",
"@types/eslint": "8.44.6",
"@types/eslint-config-prettier": "6.11.2",
"@types/node": "18.18.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"@types/node": "18.18.8",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"eslint": "8.53.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
Expand Down
Loading

0 comments on commit fac0a25

Please sign in to comment.