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 Mar 25, 2024
1 parent b369351 commit 9818135
Show file tree
Hide file tree
Showing 11 changed files with 408 additions and 408 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "8.0.1",
Expand All @@ -133,7 +133,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.13.1",
"type-fest": "4.14.0",
"typescript": "5.4.3",
"webpack-bundle-analyzer": "4.10.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@next/bundle-analyzer": "14.1.4",
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.2.2",
"knip": "5.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 @@ -21,7 +21,7 @@
"@weareinreach/eslint-config": "workspace:*",
"next": "14.1.4",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.13.1"
"type-fest": "4.14.0"
},
"peerDependencies": {
"next": "14.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"prettier": "3.2.5",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.13.1",
"type-fest": "4.14.0",
"typescript": "5.4.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.535.0",
"@aws-sdk/client-cognito-identity-provider": "3.540.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -68,7 +68,7 @@
"devDependencies": {
"@types/eslint": "8.56.6",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/crowdin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.30.0",
"@crowdin/crowdin-api-client": "1.31.0",
"@crowdin/ota-client": "1.0.0",
"@opentelemetry/api": "1.8.0",
"@vercel/kv": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.7.1",
"type-fest": "4.13.1",
"type-fest": "4.14.0",
"typescript": "5.4.3",
"zod-prisma-types": "3.1.6",
"zod-to-json-schema": "3.22.4"
"zod-to-json-schema": "3.22.5"
},
"prisma": {
"seed": "turbo run db:run-seed"
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 @@ -19,8 +19,8 @@
"@types/eslint": "8.56.6",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.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 @@ -70,7 +70,7 @@
"@iconify-json/fluent-mdl2": "1.1.6",
"@iconify-json/mdi": "1.1.64",
"@iconify-json/ph": "1.1.11",
"@iconify-json/simple-icons": "1.1.96",
"@iconify-json/simple-icons": "1.1.97",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.22",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@types/luxon": "3.4.2",
"@types/node": "20.11.30",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.67",
"@types/react": "18.2.70",
"@types/react-dom": "18.2.22",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
Expand Down Expand Up @@ -167,7 +167,7 @@
"trpc-client-devtools-link": "0.2.1-next",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.7.1",
"type-fest": "4.13.1",
"type-fest": "4.14.0",
"typescript": "5.4.3",
"webpack": "5.91.0",
"zod": "3.22.4"
Expand Down
Loading

0 comments on commit 9818135

Please sign in to comment.