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 May 29, 2023
1 parent eca09aa commit e71bb66
Show file tree
Hide file tree
Showing 13 changed files with 2,818 additions and 1,588 deletions.
22 changes: 11 additions & 11 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.338.0",
"@aws-sdk/signature-v4": "3.338.0",
"@crowdin/crowdin-api-client": "1.22.1",
"@aws-sdk/client-s3": "3.341.0",
"@aws-sdk/signature-v4": "3.341.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.0",
"@emotion/server": "11.11.0",
Expand All @@ -49,15 +49,15 @@
"@opentelemetry/sdk-trace-node": "1.13.0",
"@opentelemetry/semantic-conventions": "1.13.0",
"@prisma/instrumentation": "4.14.1",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-query": "4.29.11",
"@tanstack/react-table": "8.9.1",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.27.1",
"@trpc/next": "10.27.1",
"@trpc/react-query": "10.27.1",
"@trpc/server": "10.27.1",
"@trpc/client": "10.28.0",
"@trpc/next": "10.28.0",
"@trpc/react-query": "10.28.0",
"@trpc/server": "10.28.0",
"@weareinreach/api": "0.100.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand Down Expand Up @@ -91,15 +91,15 @@
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.34.2",
"@playwright/test": "1.34.3",
"@prisma/nextjs-monorepo-workaround-plugin": "4.14.1",
"@tanstack/react-query-devtools": "4.29.7",
"@tanstack/react-query-devtools": "4.29.11",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.4.2",
"@types/eslint": "8.40.0",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.3",
"@types/eslint": "8.40.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@changesets/cli": "2.26.1",
"@manypkg/cli": "0.20.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -54,7 +54,7 @@
"typescript": "5.0.4",
"typesync": "0.11.1"
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"engines": {
"node": "^18",
"pnpm": "^7 || ^8"
Expand Down
16 changes: 8 additions & 8 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.22.1",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.31",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-query": "4.29.11",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.27.1",
"@trpc/next": "10.27.1",
"@trpc/react-query": "10.27.1",
"@trpc/server": "10.27.1",
"@trpc/client": "10.28.0",
"@trpc/next": "10.28.0",
"@trpc/react-query": "10.28.0",
"@trpc/server": "10.28.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/db": "0.100.0",
"alex": "11.0.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@types/eslint": "8.40.0",
"@types/luxon": "3.3.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand All @@ -70,5 +70,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.6.0"
}
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.338.0",
"@aws-sdk/client-cognito-identity-provider": "3.341.0",
"@next-auth/prisma-adapter": "1.0.6",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
Expand All @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.6.0"
}
2 changes: 1 addition & 1 deletion packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/aws-lambda": "8.10.115",
"@types/eslint": "8.40.0",
"@types/flat": "5.0.2",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.115",
"@types/eslint": "8.40.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.115",
"@types/eslint": "8.40.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"znv": "0.3.2"
},
"devDependencies": {
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"next-i18next": "13.2.2",
"typescript": "5.0.4"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@8.6.0"
}
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@prisma/instrumentation": "4.14.1",
"@vercel/kv": "0.2.1",
"@vercel/postgres-kysely": "0.3.0",
"kysely": "0.24.2",
"kysely": "0.25.0",
"prisma-kysely": "1.4.1",
"superjson": "1.12.3",
"tslog": "4.8.2",
Expand All @@ -74,7 +74,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.1",
"@types/luxon": "3.3.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@types/recursive-readdir": "2.2.1",
"@types/terraformer__wkt": "2.0.0",
Expand All @@ -96,7 +96,7 @@
"just-compact": "3.2.0",
"just-flush": "2.3.0",
"langs": "2.0.0",
"libphonenumber-js": "1.10.30",
"libphonenumber-js": "1.10.31",
"listr2": "6.6.0",
"luxon": "3.3.0",
"mongoback": "3.0.6",
Expand All @@ -106,7 +106,7 @@
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"quicktype-core": "23.0.36",
"quicktype-core": "23.0.37",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.2",
"slugify": "1.6.6",
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 @@ -18,7 +18,7 @@
"@tanstack/eslint-plugin-query": "4.29.9",
"@types/eslint": "8.40.0",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"eslint": "8.41.0",
Expand Down
70 changes: 35 additions & 35 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"just-compare": "2.3.0",
"just-filter-object": "3.2.0",
"just-map-values": "3.2.0",
"libphonenumber-js": "1.10.30",
"libphonenumber-js": "1.10.31",
"localized-address-format": "1.3.1",
"nextjs-routes": "1.0.9",
"probe-image-size": "7.2.3",
"react-phone-number-input": "3.2.23",
"react-string-replace": "1.1.0"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/plugin-transform-typescript": "7.21.3",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/core": "7.22.1",
"@babel/plugin-transform-typescript": "7.22.3",
"@babel/preset-env": "7.22.2",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@emotion/react": "11.11.0",
"@emotion/server": "11.11.0",
Expand All @@ -70,41 +70,41 @@
"@mantine/spotlight": "6.0.11",
"@mantine/tiptap": "6.0.11",
"@mantine/utils": "6.0.11",
"@storybook/addon-a11y": "7.0.17",
"@storybook/addon-actions": "7.0.17",
"@storybook/addon-docs": "7.0.17",
"@storybook/addon-essentials": "7.0.17",
"@storybook/addon-interactions": "7.0.17",
"@storybook/addon-links": "7.0.17",
"@storybook/addon-viewport": "7.0.17",
"@storybook/components": "7.0.17",
"@storybook/core-events": "7.0.17",
"@storybook/addon-a11y": "7.0.18",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-docs": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-interactions": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/addon-viewport": "7.0.18",
"@storybook/components": "7.0.18",
"@storybook/core-events": "7.0.18",
"@storybook/jest": "0.1.0",
"@storybook/manager-api": "7.0.17",
"@storybook/nextjs": "7.0.17",
"@storybook/preview-api": "7.0.17",
"@storybook/react": "7.0.17",
"@storybook/manager-api": "7.0.18",
"@storybook/nextjs": "7.0.18",
"@storybook/preview-api": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/test-runner": "0.10.0",
"@storybook/testing-library": "0.1.0",
"@storybook/theming": "7.0.17",
"@storybook/types": "7.0.17",
"@tanstack/react-query": "4.29.7",
"@tanstack/react-query-devtools": "4.29.7",
"@storybook/theming": "7.0.18",
"@storybook/types": "7.0.18",
"@tanstack/react-query": "4.29.11",
"@tanstack/react-query-devtools": "4.29.11",
"@tanstack/react-table": "8.9.1",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.27.1",
"@trpc/next": "10.27.1",
"@trpc/react-query": "10.27.1",
"@types/babel__core": "7.20.0",
"@trpc/client": "10.28.0",
"@trpc/next": "10.28.0",
"@trpc/react-query": "10.28.0",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.40.0",
"@types/google.maps": "3.53.1",
"@types/google.maps": "3.53.2",
"@types/luxon": "3.3.0",
"@types/node": "18.16.14",
"@types/node": "18.16.16",
"@types/prettier": "2.7.2",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.6",
Expand All @@ -118,7 +118,7 @@
"babel-loader": "9.1.2",
"chromatic": "6.17.4",
"css-chaos-addon": "0.0.5",
"css-loader": "6.7.4",
"css-loader": "6.8.1",
"dayjs": "1.11.7",
"dotenv": "16.0.3",
"embla-carousel-react": "7.1.0",
Expand All @@ -135,15 +135,15 @@
"next-auth": "4.22.1",
"next-i18next": "13.2.2",
"next-router-mock": "0.9.3",
"postcss-loader": "7.3.0",
"postcss-loader": "7.3.2",
"prettier": "2.8.8",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.2.0",
"react-i18next": "12.3.1",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "7.0.17",
"storybook": "7.0.18",
"storybook-addon-designs": "7.0.0-beta.2",
"storybook-addon-pseudo-states": "2.0.1",
"storybook-addon-swc": "1.2.0",
Expand All @@ -155,7 +155,7 @@
"type-fest": "3.11.0",
"typescript": "5.0.4",
"ulid": "2.3.0",
"webpack": "5.83.1",
"webpack": "5.84.1",
"zod": "3.21.4"
},
"peerDependencies": {
Expand Down Expand Up @@ -184,9 +184,9 @@
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@trpc/client": "10.27.1",
"@trpc/next": "10.27.1",
"@trpc/react-query": "10.27.1",
"@trpc/client": "10.28.0",
"@trpc/next": "10.28.0",
"@trpc/react-query": "10.28.0",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
Expand Down
Loading

0 comments on commit e71bb66

Please sign in to comment.