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 Oct 4, 2023
1 parent e4b04ec commit ae781a4
Show file tree
Hide file tree
Showing 10 changed files with 1,073 additions and 1,142 deletions.
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/sdk-trace-node": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"@prisma/instrumentation": "5.3.1",
"@prisma/instrumentation": "5.4.1",
"@sentry/nextjs": "7.73.0",
"@sentry/node": "7.73.0",
"@sentry/opentelemetry-node": "7.73.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.3.1",
"mantine-react-table": "1.3.2",
"next": "13.5.4",
"next-auth": "4.23.2",
"next-i18next": "14.0.3",
Expand All @@ -110,16 +110,16 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.38.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.3.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.4.1",
"@tanstack/react-query-devtools": "4.35.7",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.3",
"@types/gtag.js": "0.0.14",
"@types/luxon": "3.3.2",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@next/bundle-analyzer": "13.5.4",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.50.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@aws-lambda-powertools/logger": "1.14.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.122",
"@types/aws-lambda": "8.10.123",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@vercel/ncc": "0.38.0",
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.14.0",
"@prisma/client": "5.3.1",
"@prisma/client": "5.4.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.122",
"@types/aws-lambda": "8.10.123",
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@vercel/ncc": "0.38.0",
Expand All @@ -35,7 +35,7 @@
"aws-lambda": "1.0.7",
"eslint": "8.50.0",
"prettier": "3.0.3",
"prisma": "5.3.1",
"prisma": "5.4.1",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.2",
"prettier-plugin-jsdoc": "1.0.3",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.13.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.423.0",
"@aws-sdk/client-cognito-identity-provider": "3.425.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -28,8 +28,8 @@
"devDependencies": {
"@types/eslint": "8.44.3",
"@types/node": "18.18.3",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.50.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@opentelemetry/sdk-trace-base": "1.17.0",
"@opentelemetry/sdk-trace-node": "1.17.0",
"@opentelemetry/semantic-conventions": "1.17.0",
"@prisma/client": "5.3.1",
"@prisma/instrumentation": "5.3.1",
"@prisma/client": "5.4.0",
"@prisma/instrumentation": "5.4.1",
"@vercel/kv": "0.2.3",
"@vercel/postgres-kysely": "0.5.0",
"@weareinreach/crowdin": "workspace:*",
Expand Down Expand Up @@ -85,7 +85,7 @@
"prettier": "3.0.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "8.0.0",
"prisma": "5.3.1",
"prisma": "5.4.1",
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.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 @@ -12,7 +12,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.6.1",
"@weareinreach/util": "workspace:*",
"chromatic": "7.2.0",
"chromatic": "7.2.2",
"zod": "3.22.2"
},
"devDependencies": {
Expand Down
42 changes: 21 additions & 21 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@
"@mantine/spotlight": "6.0.21",
"@mantine/tiptap": "6.0.21",
"@mantine/utils": "6.0.21",
"@storybook/addon-a11y": "7.4.5",
"@storybook/addon-actions": "7.4.5",
"@storybook/addon-a11y": "7.4.6",
"@storybook/addon-actions": "7.4.6",
"@storybook/addon-designs": "7.0.5",
"@storybook/addon-docs": "7.4.5",
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-viewport": "7.4.5",
"@storybook/components": "7.4.5",
"@storybook/core-events": "7.4.5",
"@storybook/jest": "0.2.2",
"@storybook/manager-api": "7.4.5",
"@storybook/nextjs": "7.4.5",
"@storybook/preview-api": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/addon-docs": "7.4.6",
"@storybook/addon-essentials": "7.4.6",
"@storybook/addon-interactions": "7.4.6",
"@storybook/addon-links": "7.4.6",
"@storybook/addon-viewport": "7.4.6",
"@storybook/components": "7.4.6",
"@storybook/core-events": "7.4.6",
"@storybook/jest": "0.2.3",
"@storybook/manager-api": "7.4.6",
"@storybook/nextjs": "7.4.6",
"@storybook/preview-api": "7.4.6",
"@storybook/react": "7.4.6",
"@storybook/test-runner": "0.13.0",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.4.5",
"@storybook/types": "7.4.5",
"@storybook/theming": "7.4.6",
"@storybook/types": "7.4.6",
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query-devtools": "4.35.7",
"@tanstack/react-table": "8.10.3",
Expand All @@ -121,8 +121,8 @@
"@types/luxon": "3.3.2",
"@types/node": "18.18.3",
"@types/probe-image-size": "7.2.1",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -131,7 +131,7 @@
"@weareinreach/eslint-config": "0.100.0",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-loader": "9.1.3",
"chromatic": "7.2.0",
"chromatic": "7.2.2",
"css-loader": "6.8.1",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
Expand All @@ -142,7 +142,7 @@
"i18next-http-backend": "2.2.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.3",
"mantine-react-table": "1.3.1",
"mantine-react-table": "1.3.2",
"merge-anything": "5.1.7",
"msw": "1.3.2",
"msw-storybook-addon": "1.8.0",
Expand All @@ -162,7 +162,7 @@
"react-i18next": "13.2.2",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.4.5",
"storybook": "7.4.6",
"storybook-addon-pseudo-states": "2.1.1",
"storybook-addon-swc": "1.2.0",
"storybook-addon-turbo-build": "2.0.1",
Expand Down
Loading

0 comments on commit ae781a4

Please sign in to comment.