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 Feb 10, 2024
1 parent 79d53ae commit c7c510d
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 229 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"boxen": "7.1.1",
"dotenv": "16.4.1",
"husky": "9.0.10",
"knip": "4.5.0",
"knip": "4.6.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.4.10",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.1",
"tsx": "4.7.0",
"tsx": "4.7.1",
"turbo": "1.12.3",
"typescript": "5.3.3",
"typesync": "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.509.0",
"@aws-sdk/client-cognito-identity-provider": "3.511.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 @@ -100,7 +100,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.1",
"tsx": "4.7.0",
"tsx": "4.7.1",
"type-fest": "4.10.2",
"typescript": "5.3.3",
"zod-prisma-types": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"style-loader": "3.3.4",
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.0",
"tsx": "4.7.1",
"type-fest": "4.10.2",
"typescript": "5.3.3",
"webpack": "5.90.1",
Expand Down
Loading

0 comments on commit c7c510d

Please sign in to comment.