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 27, 2023
1 parent cf97459 commit 42e460d
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 697 deletions.
6 changes: 3 additions & 3 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "5.0.0",
"@aws-sdk/client-s3": "3.377.0",
"@aws-sdk/client-s3": "3.378.0",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.23.4",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@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",
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 Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@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",
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.377.0",
"@aws-sdk/client-cognito-identity-provider": "3.378.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -26,7 +26,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.45.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",
Expand Down
6 changes: 3 additions & 3 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 @@ -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 Down
Loading

0 comments on commit 42e460d

Please sign in to comment.