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] committed May 20, 2024
2 parents 8e701ff + f7667d1 commit 61aa216
Show file tree
Hide file tree
Showing 14 changed files with 1,662 additions and 1,707 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.0
20.13.1
40 changes: 20 additions & 20 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@hookform/resolvers": "3.3.4",
"@hookform/resolvers": "3.4.0",
"@mantine/carousel": "6.0.21",
"@mantine/core": "6.0.21",
"@mantine/dates": "6.0.21",
Expand All @@ -46,16 +46,16 @@
"@opentelemetry/sdk-trace-base": "1.24.1",
"@opentelemetry/sdk-trace-node": "1.24.1",
"@opentelemetry/semantic-conventions": "1.24.1",
"@prisma/instrumentation": "5.13.0",
"@sentry/browser": "7.113.0",
"@sentry/integrations": "7.113.0",
"@sentry/nextjs": "7.113.0",
"@sentry/node": "7.113.0",
"@sentry/opentelemetry": "7.113.0",
"@sentry/opentelemetry-node": "7.113.0",
"@sentry/profiling-node": "7.113.0",
"@prisma/instrumentation": "5.14.0",
"@sentry/browser": "7.116.0",
"@sentry/integrations": "7.114.0",
"@sentry/nextjs": "7.116.0",
"@sentry/node": "7.116.0",
"@sentry/opentelemetry": "7.116.0",
"@sentry/opentelemetry-node": "7.114.0",
"@sentry/profiling-node": "7.116.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.16.0",
"@tanstack/react-table": "8.17.3",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand All @@ -78,10 +78,10 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.11.3",
"i18next": "23.11.4",
"i18next-browser-languagedetector": "7.2.1",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.1",
"i18next-http-backend": "2.5.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-multiload-backend-adapter": "2.3.0",
"just-compact": "3.2.0",
Expand All @@ -103,28 +103,28 @@
"react-hook-form": "7.51.4",
"react-hook-form-mantine": "2.0.0",
"react-i18next": "14.1.1",
"zod": "3.23.7"
"zod": "3.23.8"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.44.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.13.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.14.0",
"@relative-ci/agent": "4.2.7",
"@tanstack/react-query-devtools": "4.36.1",
"@tanstack/react-table-devtools": "8.16.0",
"@tanstack/react-table-devtools": "8.17.3",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.56.10",
"@types/gtag.js": "0.0.19",
"@types/luxon": "3.4.2",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"@welldone-software/why-did-you-render": "8.0.1",
"commander": "12.0.0",
"commander": "12.1.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.3",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.11",
"embla-carousel-react": "7.1.0",
"i18next": "23.11.3",
"i18next": "23.11.4",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,8 +36,8 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.3",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@aws-lambda-powertools/logger": "1.18.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.138",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.18.1",
"@prisma/client": "5.13.0",
"@prisma/client": "5.14.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.137",
"@types/aws-lambda": "8.10.138",
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"aws-lambda": "1.0.7",
"eslint": "8.57.0",
"prettier": "3.2.5",
"prisma": "5.13.0",
"prisma": "5.14.0",
"typescript": "5.4.5"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"types:sync": "typesync"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@changesets/cli": "2.27.2",
"@turbo/gen": "1.13.3",
"@types/lint-staged": "13.3.0",
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@types/yargs": "17.0.32",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -50,23 +50,23 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.0.11",
"knip": "5.13.0",
"knip": "5.16.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.8.4",
"tsx": "4.9.3",
"tsx": "4.10.5",
"turbo": "1.13.3",
"typescript": "5.4.5",
"typesync": "0.12.1",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.1.1",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.6"
"pnpm": "^9.0.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
14 changes: 7 additions & 7 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dependencies": {
"@googlemaps/google-maps-services-js": "3.4.0",
"@opentelemetry/api": "1.8.0",
"@sentry/nextjs": "7.113.0",
"@sentry/nextjs": "7.116.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.0",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
Expand Down Expand Up @@ -50,20 +50,20 @@
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
"zod": "3.23.7"
"zod": "3.23.8"
},
"devDependencies": {
"@turbo/gen": "1.13.3",
"@types/eslint": "8.56.10",
"@types/google.maps": "3.55.8",
"@types/google.maps": "3.55.9",
"@types/luxon": "3.4.2",
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"i18next": "23.11.3",
"i18next": "23.11.4",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.3",
Expand All @@ -73,7 +73,7 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"i18next": "23.11.3",
"i18next": "23.11.4",
"next": "14.2.3"
}
}
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.569.0",
"@aws-sdk/client-cognito-identity-provider": "3.577.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.23.7"
"zod": "3.23.8"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-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 @@ -15,7 +15,7 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"next-i18next": "15.3.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@opentelemetry/sdk-trace-base": "1.24.1",
"@opentelemetry/sdk-trace-node": "1.24.1",
"@opentelemetry/semantic-conventions": "1.24.1",
"@prisma/client": "5.13.0",
"@prisma/instrumentation": "5.13.0",
"@prisma/client": "5.14.0",
"@prisma/instrumentation": "5.14.0",
"@vercel/kv": "1.0.1",
"@vercel/postgres-kysely": "0.8.0",
"@weareinreach/crowdin": "workspace:*",
Expand All @@ -60,21 +60,21 @@
"prisma-kysely": "1.8.0",
"sql-bricks": "3.0.1",
"superjson": "2.2.1",
"zod": "3.23.7"
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/core": "5.2.0",
"@snaplet/copycat": "5.0.0",
"@snaplet/seed": "0.97.11",
"@terraformer/wkt": "2.2.0",
"@snaplet/seed": "0.97.17",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "1.13.3",
"@turf/helpers": "7.0.0-alpha.116",
"@types/eslint": "8.56.10",
"@types/inquirer": "9.0.7",
"@types/inquirer-autocomplete-prompt": "3.0.3",
"@types/luxon": "3.4.2",
"@types/ms": "0.7.34",
"@types/node": "20.12.10",
"@types/node": "20.12.12",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.6",
"@types/terraformer__wkt": "2.0.3",
Expand All @@ -84,10 +84,10 @@
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"flat": "6.0.1",
"google-auth-library": "9.9.0",
"google-spreadsheet": "4.1.1",
"google-auth-library": "9.10.0",
"google-spreadsheet": "4.1.2",
"googleapis": "134.0.0",
"inquirer": "9.2.20",
"inquirer": "9.2.22",
"inquirer-autocomplete-prompt": "3.0.1",
"just-compact": "3.2.0",
"kysely-codegen": "0.15.0",
Expand All @@ -100,7 +100,7 @@
"prettier": "3.2.5",
"pretty-bytes": "6.1.1",
"pretty-ms": "9.0.0",
"prisma": "5.13.0",
"prisma": "5.14.0",
"prisma-dbml-generator": "0.12.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
Expand All @@ -110,7 +110,7 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.9.3",
"tsx": "4.10.5",
"type-fest": "4.18.2",
"typescript": "5.4.5",
"zod-prisma-types": "3.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.9.2",
"@weareinreach/util": "workspace:*",
"chromatic": "11.3.1",
"zod": "3.23.7"
"chromatic": "11.3.5",
"zod": "3.23.8"
},
"devDependencies": {
"@weareinreach/config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@tanstack/eslint-plugin-query": "4.38.0",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.12.10",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "9.1.0",
Expand Down

0 comments on commit 61aa216

Please sign in to comment.