Skip to content

Commit

Permalink
Merge branch 'dev' into search-page-alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Apr 19, 2024
2 parents b90e7d8 + 3a2f374 commit 2ceae23
Show file tree
Hide file tree
Showing 12 changed files with 780 additions and 775 deletions.
22 changes: 11 additions & 11 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"@opentelemetry/sdk-trace-node": "1.23.0",
"@opentelemetry/semantic-conventions": "1.23.0",
"@prisma/instrumentation": "5.12.1",
"@sentry/browser": "7.110.1",
"@sentry/integrations": "7.110.1",
"@sentry/nextjs": "7.110.1",
"@sentry/node": "7.110.1",
"@sentry/opentelemetry": "7.110.1",
"@sentry/opentelemetry-node": "7.110.1",
"@sentry/profiling-node": "7.110.1",
"@sentry/browser": "7.111.0",
"@sentry/integrations": "7.111.0",
"@sentry/nextjs": "7.111.0",
"@sentry/node": "7.111.0",
"@sentry/opentelemetry": "7.111.0",
"@sentry/opentelemetry-node": "7.111.0",
"@sentry/profiling-node": "7.111.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.16.0",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -81,7 +81,7 @@
"i18next": "23.11.2",
"i18next-browser-languagedetector": "7.2.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.0",
"i18next-http-backend": "2.5.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
Expand All @@ -103,7 +103,7 @@
"react-hook-form": "7.51.3",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.0",
"zod": "3.22.4"
"zod": "3.22.5"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
Expand All @@ -113,11 +113,11 @@
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.16.0",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/umami": "0.1.5",
"@typescript-eslint/eslint-plugin": "7.7.0",
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,9 +35,9 @@
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.2",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-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 @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.137",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.137",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.0.3",
"packageManager": "pnpm@9.0.4",
"engines": {
"node": "20.12.2",
"pnpm": "9.0.3"
"pnpm": "9.0.4"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.8.0",
"@sentry/nextjs": "7.110.1",
"@sentry/nextjs": "7.111.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -46,14 +46,14 @@
"libphonenumber-js": "1.10.60",
"luxon": "3.4.4",
"nanoid": "5.0.7",
"remeda": "1.59.0",
"remeda": "1.60.1",
"slugify": "1.6.6",
"tiny-invariant": "1.3.3",
"zod": "3.22.4"
"zod": "3.22.5"
},
"devDependencies": {
"@turbo/gen": "1.13.2",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.7",
"@types/luxon": "3.4.2",
"@types/node": "20.12.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.554.0",
"@aws-sdk/client-cognito-identity-provider": "3.556.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"aws-jwt-verify": "4.0.1",
"tiny-invariant": "1.3.3",
"tslog": "4.9.2",
"zod": "3.22.4"
"zod": "3.22.5"
},
"devDependencies": {
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/node": "20.12.7",
"@types/react": "18.2.78",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.22.4"
"zod": "3.22.5"
},
"devDependencies": {
"@octokit/core": "5.2.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.93.0",
"@snaplet/seed": "0.94.1",
"@terraformer/wkt": "2.2.0",
"@turbo/gen": "1.13.2",
"@turf/helpers": "7.0.0-alpha.114",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
Expand All @@ -84,10 +84,10 @@
"google-auth-library": "9.8.0",
"google-spreadsheet": "4.1.1",
"googleapis": "134.0.0",
"inquirer": "9.2.18",
"inquirer": "9.2.19",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.14.2",
"kysely-codegen": "0.15.0",
"libphonenumber-js": "1.10.60",
"listr2": "8.2.1",
"luxon": "3.4.4",
Expand All @@ -102,7 +102,7 @@
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
"slugify": "1.6.6",
"snaplet": "0.90.2",
"snaplet": "0.91.1",
"social-links": "1.14.0",
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.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 @@ -20,7 +20,7 @@
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.0",
"zod": "3.22.4"
"zod": "3.22.5"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "14.2.2",
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.17",
"@storybook/types": "7.6.17",
"@swc/core": "1.4.14",
"@swc/core": "1.4.16",
"@swc/helpers": "0.5.10",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -114,12 +114,12 @@
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.7",
"@types/luxon": "3.4.2",
"@types/node": "20.12.7",
"@types/probe-image-size": "7.2.4",
"@types/react": "18.2.78",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/api": "workspace:*",
Expand All @@ -137,13 +137,13 @@
"i18next": "23.11.2",
"i18next-browser-languagedetector": "7.2.1",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.0",
"i18next-http-backend": "2.5.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
"merge-anything": "5.1.7",
"msw": "2.2.13",
"msw-storybook-addon": "2.0.0-beta.0",
"msw": "2.2.14",
"msw-storybook-addon": "2.0.0",
"next": "14.2.2",
"next-auth": "4.24.7",
"next-i18next": "15.3.0",
Expand Down Expand Up @@ -171,7 +171,7 @@
"type-fest": "4.15.0",
"typescript": "5.4.5",
"webpack": "5.91.0",
"zod": "3.22.4"
"zod": "3.22.5"
},
"peerDependencies": {
"@emotion/react": "11.11.4",
Expand Down Expand Up @@ -200,7 +200,7 @@
"dayjs": "1.11.10",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.2",
"i18next-http-backend": "2.5.0",
"i18next-http-backend": "2.5.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.4.4",
"mantine-react-table": "1.3.4",
Expand Down
Loading

0 comments on commit 2ceae23

Please sign in to comment.