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 8, 2024
1 parent 24456ff commit 27258e1
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 145 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@
"@tanstack/react-table-devtools": "8.11.8",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.2",
"@types/gtag.js": "0.0.18",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.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 @@ -38,7 +38,7 @@
"@types/eslint": "8.56.2",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"boxen": "7.1.1",
"dotenv": "16.4.1",
"husky": "9.0.10",
"knip": "4.4.0",
"knip": "4.5.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"just-compact": "3.2.0"
},
"devDependencies": {
"@types/gtag.js": "0.0.18",
"@types/gtag.js": "0.0.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"next": "14.1.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 @@ -23,7 +23,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.507.0",
"@aws-sdk/client-cognito-identity-provider": "3.509.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -37,7 +37,7 @@
"@types/eslint": "8.56.2",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@t3-oss/env-nextjs": "0.8.0",
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "10.9.0",
"zod": "3.22.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@hookform/error-message": "2.0.1",
"@hookform/resolvers": "3.3.4",
"@iconify-icon/react": "1.0.8",
"@iconify-json/carbon": "1.1.28",
"@iconify-json/carbon": "1.1.29",
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.11",
Expand Down Expand Up @@ -123,7 +123,7 @@
"@types/node": "20.11.16",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/terraformer__wkt": "2.0.2",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand Down
Loading

0 comments on commit 27258e1

Please sign in to comment.