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 Jun 12, 2023
1 parent d3c52d5 commit c3512c5
Show file tree
Hide file tree
Showing 13 changed files with 627 additions and 400 deletions.
18 changes: 9 additions & 9 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.348.0",
"@aws-sdk/client-s3": "3.350.0",
"@aws-sdk/signature-v4": "3.347.0",
"@crowdin/crowdin-api-client": "1.23.1",
"@crowdin/ota-client": "1.0.0",
Expand Down Expand Up @@ -59,10 +59,10 @@
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.29.1",
"@trpc/next": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.0",
"@vercel/analytics": "1.0.1",
"@vercel/kv": "0.2.1",
"@weareinreach/api": "0.100.0",
Expand All @@ -71,7 +71,7 @@
"@weareinreach/i18next-keys-ondemand": "0.3.2",
"@weareinreach/ui": "0.100.0",
"axios": "1.4.0",
"cookies-next": "2.1.1",
"cookies-next": "2.1.2",
"dayjs": "1.11.8",
"deepmerge": "4.3.1",
"duration-fns": "3.0.2",
Expand All @@ -98,7 +98,7 @@
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.9",
"react-error-boundary": "4.0.10",
"react-i18next": "12.3.1",
"zod": "3.21.4"
},
Expand All @@ -111,9 +111,9 @@
"@types/eslint": "8.40.1",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@types/react": "18.2.9",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.59.9",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.4",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/react": "18.2.9",
"@types/node": "18.16.17",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
6 changes: 3 additions & 3 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.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
Expand All @@ -50,11 +50,11 @@
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"tsx": "3.12.7",
"turbo": "1.10.2",
"turbo": "1.10.3",
"typescript": "5.1.3",
"typesync": "0.11.1"
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.6.2",
"engines": {
"node": "^18",
"pnpm": "^7 || ^8"
Expand Down
12 changes: 6 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@googlemaps/google-maps-services-js": "3.3.31",
"@tanstack/react-query": "4.29.12",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.29.1",
"@trpc/next": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.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.1",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "0.100.0",
Expand All @@ -70,5 +70,5 @@
"peerDependencies": {
"next": ">=13"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.6.2"
}
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.348.0",
"@aws-sdk/client-cognito-identity-provider": "3.350.0",
"@next-auth/prisma-adapter": "1.0.7",
"aws-jwt-verify": "4.0.0",
"tiny-invariant": "1.3.1",
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/react": "18.2.9",
"@types/node": "18.16.17",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
Expand All @@ -41,5 +41,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.6.2"
}
4 changes: 2 additions & 2 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"@types/aws-lambda": "8.10.117",
"@types/eslint": "8.40.1",
"@types/flat": "5.0.2",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.17.19",
"esbuild": "0.18.1",
"eslint": "8.42.0",
"prettier": "2.8.8",
"typescript": "5.1.3"
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.117",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@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.117",
"@types/eslint": "8.40.1",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@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 @@ -20,11 +20,11 @@
"zod": "3.21.4"
},
"devDependencies": {
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.0",
"next-i18next": "13.3.0",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.6.1"
"packageManager": "pnpm@8.6.2"
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@prisma/client": "4.15.0",
"@prisma/instrumentation": "4.15.0",
"@vercel/kv": "0.2.1",
"@vercel/postgres-kysely": "0.3.0",
"@vercel/postgres-kysely": "0.3.1",
"kysely": "0.25.0",
"prisma-kysely": "1.4.2",
"superjson": "1.12.3",
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.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@types/recursive-readdir": "2.2.1",
"@types/terraformer__wkt": "2.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"tsx": "3.12.7",
"type-fest": "3.11.1",
"typescript": "5.1.3",
"zod-prisma-types": "2.7.1",
"zod-prisma-types": "2.7.3",
"zod-to-json-schema": "3.21.1"
},
"prisma": {
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.1",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.42.0",
Expand Down
30 changes: 15 additions & 15 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@turf/helpers": "6.5.0",
"ajv": "8.12.0",
"alex": "11.0.0",
"cookies-next": "2.1.1",
"cookies-next": "2.1.2",
"geolib": "3.3.4",
"json-schema-to-zod": "0.6.3",
"just-compact": "3.2.0",
Expand All @@ -38,7 +38,7 @@
"localized-address-format": "1.3.1",
"nextjs-routes": "1.0.9",
"probe-image-size": "7.2.3",
"react-error-boundary": "4.0.9",
"react-error-boundary": "4.0.10",
"react-phone-number-input": "3.2.23",
"react-string-replace": "1.1.0"
},
Expand All @@ -52,9 +52,9 @@
"@emotion/server": "11.11.0",
"@faker-js/faker": "7.6.0",
"@geometricpanda/storybook-addon-badges": "2.0.0",
"@iconify-json/carbon": "1.1.17",
"@iconify-json/carbon": "1.1.18",
"@iconify-json/ph": "1.1.5",
"@iconify-json/simple-icons": "1.1.55",
"@iconify-json/simple-icons": "1.1.56",
"@iconify/react": "4.1.0",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.6",
Expand Down Expand Up @@ -98,18 +98,18 @@
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.29.1",
"@trpc/next": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/eslint": "8.40.1",
"@types/google.maps": "3.53.4",
"@types/luxon": "3.3.0",
"@types/node": "18.16.16",
"@types/node": "18.16.17",
"@types/prettier": "2.7.3",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.9",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/api": "0.100.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"next-auth": "4.22.1",
"next-i18next": "13.3.0",
"next-router-mock": "0.9.6",
"postcss-loader": "7.3.2",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-docgen-typescript": "2.2.2",
Expand All @@ -163,8 +163,8 @@
"peerDependencies": {
"@emotion/react": "^11",
"@emotion/server": "^11",
"@iconify-json/carbon": "1.1.17",
"@iconify-json/simple-icons": "1.1.55",
"@iconify-json/carbon": "1.1.18",
"@iconify-json/simple-icons": "1.1.56",
"@iconify/react": "^4",
"@iconify/utils": "^2",
"@mantine/carousel": "^6",
Expand All @@ -186,9 +186,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.29.1",
"@trpc/next": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@weareinreach/api": "*",
"@weareinreach/auth": "*",
"dayjs": "^1",
Expand Down
Loading

0 comments on commit c3512c5

Please sign in to comment.