Skip to content

Commit

Permalink
fix(auth): update all non-major dependencies (#843)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent cb0fe72 commit a5856d4
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 102 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.428.0",
"@aws-sdk/client-cognito-identity-provider": "3.429.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@types/eslint": "8.44.4",
"@types/eslint-config-prettier": "6.11.1",
"@types/node": "18.18.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"just-compare": "2.3.0",
"just-filter-object": "3.2.0",
"just-map-values": "3.2.0",
"libphonenumber-js": "1.10.47",
"libphonenumber-js": "1.10.48",
"locale-includes": "1.0.5",
"localized-address-format": "1.3.1",
"nextjs-routes": "2.0.1",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.3.6",
"react-phone-number-input": "3.3.7",
"react-string-replace": "1.1.1",
"timezones-list": "3.0.2",
"zustand": "4.4.3"
Expand Down
Loading

0 comments on commit a5856d4

Please sign in to comment.