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 Jun 15, 2023
1 parent f63fdc1 commit 8678347
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 156 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.352.0",
"@aws-sdk/client-s3": "3.353.0",
"@aws-sdk/signature-v4": "3.347.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.35.0",
"@playwright/test": "1.35.1",
"@prisma/nextjs-monorepo-workaround-plugin": "4.15.0",
"@tanstack/react-query-devtools": "4.29.13",
"@tanstack/react-table-devtools": "8.7.6",
Expand Down
2 changes: 1 addition & 1 deletion 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.352.0",
"@aws-sdk/client-cognito-identity-provider": "3.353.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"tsx": "3.12.7",
"type-fest": "3.12.0",
"typescript": "5.1.3",
"zod-prisma-types": "2.7.3",
"zod-prisma-types": "2.7.4",
"zod-to-json-schema": "3.21.1"
},
"prisma": {
Expand Down
Loading

0 comments on commit 8678347

Please sign in to comment.