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 Jul 29, 2023
1 parent cf97459 commit 79bb47a
Show file tree
Hide file tree
Showing 11 changed files with 953 additions and 947 deletions.
20 changes: 10 additions & 10 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "5.0.0",
"@aws-sdk/client-s3": "3.377.0",
"@aws-sdk/client-s3": "3.379.1",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/crowdin-api-client": "1.24.0",
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
Expand Down Expand Up @@ -55,16 +55,16 @@
"@opentelemetry/sdk-trace-node": "1.15.1",
"@opentelemetry/semantic-conventions": "1.15.1",
"@prisma/instrumentation": "5.0.0",
"@sentry/nextjs": "7.60.0",
"@sentry/nextjs": "7.60.1",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/server": "10.35.0",
"@trpc/client": "10.36.0",
"@trpc/next": "10.36.0",
"@trpc/react-query": "10.36.0",
"@trpc/server": "10.36.0",
"@vercel/analytics": "1.0.1",
"@vercel/kv": "0.2.2",
"@weareinreach/api": "workspace:*",
Expand All @@ -80,7 +80,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.3.0",
"i18next": "23.4.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"@types/luxon": "3.3.1",
"@types/node": "18.17.1",
"@types/prettier": "2.7.3",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.2.0",
Expand All @@ -125,7 +125,7 @@
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"dotenv": "16.3.1",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-plugin-i18next": "6.0.3",
"i18next-resources-for-ts": "1.2.1",
"listr2": "6.6.0",
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.3.0",
"i18next": "23.4.1",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -45,11 +45,11 @@
"@next/bundle-analyzer": "13.4.12",
"@types/eslint": "8.44.1",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"typescript": "5.1.6"
}
}
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/crowdin-api-client": "1.24.0",
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.34",
"@opentelemetry/api": "1.4.1",
"@tanstack/react-query": "4.32.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/server": "10.35.0",
"@trpc/client": "10.36.0",
"@trpc/next": "10.36.0",
"@trpc/react-query": "10.36.0",
"@trpc/server": "10.36.0",
"@vercel/kv": "0.2.2",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.2.1",
"eslint": "8.45.0",
"eslint": "8.46.0",
"just-capitalize": "3.2.0",
"listr2": "6.6.0",
"next": "13.4.12",
Expand Down
6 changes: 3 additions & 3 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.377.0",
"@aws-sdk/client-cognito-identity-provider": "3.379.1",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -26,11 +26,11 @@
"devDependencies": {
"@types/eslint": "8.44.1",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"next": "13.4.12",
"next-auth": "4.22.3",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.18.17",
"eslint": "8.45.0",
"eslint": "8.46.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.45.0",
"eslint": "8.46.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.45.0",
"eslint": "8.46.0",
"prettier": "2.8.8",
"prisma": "5.0.0",
"typescript": "5.1.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/crowdin-api-client": "1.24.0",
"@opentelemetry/exporter-trace-otlp-http": "0.41.1",
"@opentelemetry/instrumentation": "0.41.1",
"@opentelemetry/resources": "1.15.1",
Expand Down Expand Up @@ -104,10 +104,10 @@
"countries-languages": "1.0.3",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"eslint": "8.45.0",
"eslint": "8.46.0",
"flat": "5.0.2",
"geojson": "0.5.0",
"inquirer": "9.2.8",
"inquirer": "9.2.9",
"iso-3166-2": "1.0.0",
"iso-google-locales": "3.0.4",
"just-capitalize": "3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@types/node": "18.17.1",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.45.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "8.9.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-storybook": "0.6.13",
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@react-google-maps/api": "2.19.0",
"@react-google-maps/api": "2.19.2",
"@terraformer/wkt": "2.2.0",
"@textea/json-viewer": "3.1.1",
"@turf/helpers": "6.5.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@storybook/nextjs": "7.1.1",
"@storybook/preview-api": "7.1.1",
"@storybook/react": "7.1.1",
"@storybook/test-runner": "0.11.0",
"@storybook/test-runner": "0.12.0",
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "7.1.1",
"@storybook/types": "7.1.1",
Expand All @@ -99,9 +99,9 @@
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/client": "10.36.0",
"@trpc/next": "10.36.0",
"@trpc/react-query": "10.36.0",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.44.1",
Expand All @@ -110,7 +110,7 @@
"@types/node": "18.17.1",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.16",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "workspace:*",
Expand All @@ -125,8 +125,8 @@
"dayjs": "1.11.9",
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.45.0",
"i18next": "23.3.0",
"eslint": "8.46.0",
"i18next": "23.4.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"i18next-intervalplural-postprocessor": "3.0.0",
Expand Down Expand Up @@ -188,9 +188,9 @@
"@tiptap/extension-link": "^2.0.0",
"@tiptap/react": "^2.0.0",
"@tiptap/starter-kit": "^2.0.0",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/client": "10.36.0",
"@trpc/next": "10.36.0",
"@trpc/react-query": "10.36.0",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
Expand Down
Loading

0 comments on commit 79bb47a

Please sign in to comment.