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 Sep 18, 2023
1 parent 9ed6d7a commit 45af7b4
Show file tree
Hide file tree
Showing 12 changed files with 1,172 additions and 1,004 deletions.
38 changes: 19 additions & 19 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.3.1",
"@iconify/react": "4.1.1",
"@mantine/carousel": "6.0.20",
"@mantine/core": "6.0.20",
"@mantine/dates": "6.0.20",
"@mantine/dropzone": "6.0.20",
"@mantine/form": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/modals": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@mantine/nprogress": "6.0.20",
"@mantine/prism": "6.0.20",
"@mantine/spotlight": "6.0.20",
"@mantine/tiptap": "6.0.20",
"@mantine/utils": "6.0.20",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/modals": "6.0.21",
"@mantine/next": "6.0.21",
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/prism": "6.0.21",
"@mantine/spotlight": "6.0.21",
"@mantine/tiptap": "6.0.21",
"@mantine/utils": "6.0.21",
"@next/bundle-analyzer": "13.4.19",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/exporter-trace-otlp-http": "0.43.0",
Expand All @@ -57,10 +57,10 @@
"@sentry/opentelemetry-node": "7.69.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-table": "8.9.10",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@tanstack/react-table": "8.10.0",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@trpc/client": "10.38.3",
"@trpc/next": "10.38.3",
"@trpc/react-query": "10.38.3",
Expand Down Expand Up @@ -115,7 +115,7 @@
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.3",
Expand Down
34 changes: 17 additions & 17 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.20",
"@mantine/core": "6.0.20",
"@mantine/dates": "6.0.20",
"@mantine/dropzone": "6.0.20",
"@mantine/form": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/modals": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@mantine/nprogress": "6.0.20",
"@mantine/prism": "6.0.20",
"@mantine/spotlight": "6.0.20",
"@mantine/tiptap": "6.0.20",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/modals": "6.0.21",
"@mantine/next": "6.0.21",
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/prism": "6.0.21",
"@mantine/spotlight": "6.0.21",
"@mantine/tiptap": "6.0.21",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@weareinreach/env": "workspace:*",
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.19",
"@types/eslint": "8.44.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
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 @@ -25,7 +25,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.121",
"@types/eslint": "8.44.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/cognito-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.121",
"@types/eslint": "8.44.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"dependencies": {
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
Expand All @@ -50,11 +50,11 @@
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.10",
"turbo": "1.10.13",
"turbo": "1.10.14",
"typescript": "5.2.2",
"typesync": "0.11.1"
},
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"engines": {
"node": "^18",
"pnpm": "^8"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"zod": "3.22.2"
},
"devDependencies": {
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/google.maps": "3.54.1",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
4 changes: 2 additions & 2 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.413.0",
"@aws-sdk/client-cognito-identity-provider": "3.414.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "14.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@nuskin/mexico-state-lookup": "2.1.0",
"@placemarkio/check-geojson": "0.1.12",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.10.13",
"@turbo/gen": "1.10.14",
"@turf/buffer": "6.5.0",
"@turf/helpers": "6.5.0",
"@turf/points-within-polygon": "6.5.0",
Expand All @@ -97,7 +97,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/papaparse": "5.3.8",
"@types/pg": "8.10.2",
"@types/recursive-readdir": "2.2.1",
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,7 +19,7 @@
"@tanstack/eslint-plugin-query": "4.34.1",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.13",
"eslint-plugin-turbo": "1.10.14",
"next": "13.4.19",
"resolve-pkg-maps": "1.0.0",
"typescript": "5.2.2"
Expand Down
52 changes: 26 additions & 26 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"zustand": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.22.19",
"@babel/core": "7.22.20",
"@babel/plugin-transform-typescript": "7.22.15",
"@babel/preset-env": "7.22.15",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@emotion/react": "11.11.1",
Expand All @@ -64,24 +64,24 @@
"@iconify-json/fluent-mdl2": "1.1.3",
"@iconify-json/mdi": "1.1.54",
"@iconify-json/ph": "1.1.6",
"@iconify-json/simple-icons": "1.1.70",
"@iconify-json/simple-icons": "1.1.71",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.9",
"@mantine/carousel": "6.0.20",
"@mantine/core": "6.0.20",
"@mantine/dates": "6.0.20",
"@mantine/dropzone": "6.0.20",
"@mantine/form": "6.0.20",
"@mantine/hooks": "6.0.20",
"@mantine/modals": "6.0.20",
"@mantine/next": "6.0.20",
"@mantine/notifications": "6.0.20",
"@mantine/nprogress": "6.0.20",
"@mantine/prism": "6.0.20",
"@mantine/spotlight": "6.0.20",
"@mantine/tiptap": "6.0.20",
"@mantine/utils": "6.0.20",
"@iconify/utils": "2.1.10",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/form": "6.0.21",
"@mantine/hooks": "6.0.21",
"@mantine/modals": "6.0.21",
"@mantine/next": "6.0.21",
"@mantine/notifications": "6.0.21",
"@mantine/nprogress": "6.0.21",
"@mantine/prism": "6.0.21",
"@mantine/spotlight": "6.0.21",
"@mantine/tiptap": "6.0.21",
"@mantine/utils": "6.0.21",
"@storybook/addon-a11y": "7.4.2",
"@storybook/addon-actions": "7.4.2",
"@storybook/addon-designs": "7.0.5",
Expand All @@ -103,21 +103,21 @@
"@storybook/types": "7.4.2",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"@tanstack/react-table": "8.9.10",
"@tanstack/react-table": "8.10.0",
"@tanstack/react-table-devtools": "8.7.6",
"@tiptap/extension-link": "2.1.9",
"@tiptap/react": "2.1.9",
"@tiptap/starter-kit": "2.1.9",
"@tiptap/extension-link": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@trpc/client": "10.38.3",
"@trpc/next": "10.38.3",
"@trpc/react-query": "10.38.3",
"@types/babel__core": "7.20.1",
"@types/babel__preset-env": "7.9.2",
"@types/babel__core": "7.20.2",
"@types/babel__preset-env": "7.9.3",
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/google.maps": "3.54.1",
"@types/luxon": "3.3.2",
"@types/node": "18.17.16",
"@types/node": "18.17.17",
"@types/probe-image-size": "7.2.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
Expand Down
Loading

0 comments on commit 45af7b4

Please sign in to comment.