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] committed Jun 22, 2023
1 parent 8c63bc4 commit ae8a9e8
Show file tree
Hide file tree
Showing 9 changed files with 1,082 additions and 1,087 deletions.
24 changes: 12 additions & 12 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.354.0",
"@aws-sdk/signature-v4": "3.354.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@aws-sdk/client-s3": "3.357.0",
"@aws-sdk/signature-v4": "3.357.0",
"@crowdin/crowdin-api-client": "1.23.2",
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@iconify/react": "4.1.0",
"@iconify/react": "4.1.1",
"@mantine/carousel": "6.0.14",
"@mantine/core": "6.0.14",
"@mantine/dates": "6.0.14",
Expand Down Expand Up @@ -61,12 +61,12 @@
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.31.0",
"@trpc/next": "10.31.0",
"@trpc/react-query": "10.31.0",
"@trpc/server": "10.31.0",
"@trpc/client": "10.32.0",
"@trpc/next": "10.32.0",
"@trpc/react-query": "10.32.0",
"@trpc/server": "10.32.0",
"@vercel/analytics": "1.0.1",
"@vercel/kv": "0.2.1",
"@vercel/kv": "0.2.2",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand All @@ -81,7 +81,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.2.1",
"i18next": "23.2.3",
"i18next-browser-languagedetector": "7.0.2",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.1",
Expand All @@ -95,14 +95,14 @@
"next": "13.4.7",
"next-auth": "4.22.1",
"next-i18next": "14.0.0",
"next-seo": "6.0.0",
"next-seo": "6.1.0",
"nextjs-routes": "1.0.9",
"object-sizeof": "2.6.1",
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-i18next": "13.0.0",
"react-i18next": "13.0.1",
"tslog": "4.8.2",
"zod": "3.21.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 @@ -35,11 +35,11 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.8",
"embla-carousel-react": "7.1.0",
"i18next": "23.2.1",
"i18next": "23.2.3",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.0"
"react-i18next": "13.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.7",
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 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"tsx": "3.12.7",
"turbo": "1.10.3",
"turbo": "1.10.4",
"typescript": "5.1.3",
"typesync": "0.11.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/crowdin-api-client": "1.23.2",
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.32",
"@tanstack/react-query": "4.29.15",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.31.0",
"@trpc/next": "10.31.0",
"@trpc/react-query": "10.31.0",
"@trpc/server": "10.31.0",
"@trpc/client": "10.32.0",
"@trpc/next": "10.32.0",
"@trpc/react-query": "10.32.0",
"@trpc/server": "10.32.0",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.354.0",
"@aws-sdk/client-cognito-identity-provider": "3.357.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@opentelemetry/semantic-conventions": "1.14.0",
"@prisma/client": "4.16.0",
"@prisma/instrumentation": "4.16.0",
"@vercel/kv": "0.2.1",
"@vercel/postgres-kysely": "0.3.1",
"@vercel/kv": "0.2.2",
"@vercel/postgres-kysely": "0.4.0",
"@weareinreach/env": "workspace:*",
"kysely": "0.25.0",
"prisma-kysely": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-turbo": "1.10.3",
"eslint-plugin-turbo": "1.10.4",
"next": "13.4.7",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.1.3"
Expand Down
62 changes: 31 additions & 31 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@react-google-maps/api": "2.18.1",
"@terraformer/wkt": "2.2.0",
"@textea/json-viewer": "3.0.0",
"@textea/json-viewer": "3.1.1",
"@turf/helpers": "6.5.0",
"@weareinreach/env": "workspace:*",
"ajv": "8.12.0",
Expand Down Expand Up @@ -56,9 +56,9 @@
"@iconify-json/carbon": "1.1.18",
"@iconify-json/ph": "1.1.5",
"@iconify-json/simple-icons": "1.1.57",
"@iconify/react": "4.1.0",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.6",
"@iconify/utils": "2.1.7",
"@mantine/carousel": "6.0.14",
"@mantine/core": "6.0.14",
"@mantine/dates": "6.0.14",
Expand All @@ -73,24 +73,24 @@
"@mantine/spotlight": "6.0.14",
"@mantine/tiptap": "6.0.14",
"@mantine/utils": "6.0.14",
"@storybook/addon-a11y": "7.0.22",
"@storybook/addon-actions": "7.0.22",
"@storybook/addon-docs": "7.0.22",
"@storybook/addon-essentials": "7.0.22",
"@storybook/addon-interactions": "7.0.22",
"@storybook/addon-links": "7.0.22",
"@storybook/addon-viewport": "7.0.22",
"@storybook/components": "7.0.22",
"@storybook/core-events": "7.0.22",
"@storybook/addon-a11y": "7.0.23",
"@storybook/addon-actions": "7.0.23",
"@storybook/addon-docs": "7.0.23",
"@storybook/addon-essentials": "7.0.23",
"@storybook/addon-interactions": "7.0.23",
"@storybook/addon-links": "7.0.23",
"@storybook/addon-viewport": "7.0.23",
"@storybook/components": "7.0.23",
"@storybook/core-events": "7.0.23",
"@storybook/jest": "0.1.0",
"@storybook/manager-api": "7.0.22",
"@storybook/nextjs": "7.0.22",
"@storybook/preview-api": "7.0.22",
"@storybook/react": "7.0.22",
"@storybook/manager-api": "7.0.23",
"@storybook/nextjs": "7.0.23",
"@storybook/preview-api": "7.0.23",
"@storybook/react": "7.0.23",
"@storybook/test-runner": "0.11.0",
"@storybook/testing-library": "0.2.0",
"@storybook/theming": "7.0.22",
"@storybook/types": "7.0.22",
"@storybook/theming": "7.0.23",
"@storybook/types": "7.0.23",
"@tanstack/react-query": "4.29.15",
"@tanstack/react-query-devtools": "4.29.15",
"@tanstack/react-table": "8.9.2",
Expand All @@ -99,9 +99,9 @@
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.31.0",
"@trpc/next": "10.31.0",
"@trpc/react-query": "10.31.0",
"@trpc/client": "10.32.0",
"@trpc/next": "10.32.0",
"@trpc/react-query": "10.32.0",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.40.2",
Expand All @@ -119,14 +119,14 @@
"@weareinreach/db": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"babel-loader": "9.1.2",
"chromatic": "6.19.8",
"chromatic": "6.19.9",
"css-chaos-addon": "0.0.5",
"css-loader": "6.8.1",
"dayjs": "1.11.8",
"dotenv": "16.3.1",
"embla-carousel-react": "7.1.0",
"eslint": "8.43.0",
"i18next": "23.2.1",
"i18next": "23.2.3",
"i18next-browser-languagedetector": "7.0.2",
"i18next-http-backend": "2.2.1",
"i18next-intervalplural-postprocessor": "3.0.0",
Expand All @@ -137,19 +137,19 @@
"next": "13.4.7",
"next-auth": "4.22.1",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.6",
"next-router-mock": "0.9.7",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-i18next": "13.0.0",
"react-i18next": "13.0.1",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.0.22",
"storybook": "7.0.23",
"storybook-addon-designs": "7.0.0-beta.2",
"storybook-addon-pseudo-states": "2.0.1",
"storybook-addon-pseudo-states": "2.1.0",
"storybook-addon-swc": "1.2.0",
"storybook-addon-turbo-build": "2.0.1",
"style-loader": "3.3.3",
Expand All @@ -159,7 +159,7 @@
"type-fest": "3.12.0",
"typescript": "5.1.3",
"ulid": "2.3.0",
"webpack": "5.87.0",
"webpack": "5.88.0",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down Expand Up @@ -188,9 +188,9 @@
"@tiptap/extension-link": "^2.0.0",
"@tiptap/react": "^2.0.0",
"@tiptap/starter-kit": "^2.0.0",
"@trpc/client": "10.31.0",
"@trpc/next": "10.31.0",
"@trpc/react-query": "10.31.0",
"@trpc/client": "10.32.0",
"@trpc/next": "10.32.0",
"@trpc/react-query": "10.32.0",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
Expand Down
Loading

0 comments on commit ae8a9e8

Please sign in to comment.