Skip to content

Commit

Permalink
Merge branch 'dev' into IN-982-location-org-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Aug 13, 2024
2 parents 23540ca + d4411ce commit de52859
Show file tree
Hide file tree
Showing 15 changed files with 1,051 additions and 849 deletions.
16 changes: 8 additions & 8 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.24.0",
"@sentry/nextjs": "8.24.0",
"@sentry/node": "8.24.0",
"@sentry/opentelemetry": "8.24.0",
"@sentry/profiling-node": "8.24.0",
"@sentry/browser": "8.25.0",
"@sentry/nextjs": "8.25.0",
"@sentry/node": "8.25.0",
"@sentry/opentelemetry": "8.25.0",
"@sentry/profiling-node": "8.25.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.20.1",
"@trpc/client": "10.45.2",
Expand All @@ -76,7 +76,7 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "6.0.1",
"i18next": "23.12.2",
"i18next": "23.12.3",
"i18next-browser-languagedetector": "8.0.0",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.5.2",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@types/eslint": "8.56.11",
"@types/gtag.js": "0.0.20",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
Expand All @@ -132,7 +132,7 @@
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "4.23.0",
"type-fest": "4.24.0",
"typescript": "5.5.4",
"webpack-bundle-analyzer": "4.10.2"
},
Expand Down
4 changes: 2 additions & 2 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.12",
"embla-carousel-react": "7.1.0",
"i18next": "23.12.2",
"i18next": "23.12.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@next/bundle-analyzer": "14.2.5",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.143",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-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 @@ -28,7 +28,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.143",
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@vercel/ncc": "0.38.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@changesets/cli": "2.27.7",
"@turbo/gen": "2.0.12",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/yargs": "17.0.33",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
Expand All @@ -50,14 +50,14 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.4",
"knip": "5.27.1",
"lint-staged": "15.2.8",
"knip": "5.27.2",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-packagejson": "2.5.1",
"prettier-plugin-prisma": "5.0.0",
"sherif": "0.10.0",
"tsx": "4.16.5",
"sherif": "0.11.0",
"tsx": "4.17.0",
"turbo": "2.0.12",
"typescript": "5.5.4",
"typesync": "0.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/gtag.js": "0.0.20",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
"next": "14.2.5",
"nextjs-google-analytics": "2.3.3",
"type-fest": "4.23.0",
"type-fest": "4.24.0",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 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.9.0",
"@sentry/nextjs": "8.24.0",
"@sentry/nextjs": "8.25.0",
"@tanstack/react-query": "4.36.1",
"@terraformer/wkt": "2.2.1",
"@trpc/client": "10.45.2",
Expand Down Expand Up @@ -46,7 +46,7 @@
"libphonenumber-js": "1.11.5",
"luxon": "3.5.0",
"nanoid": "5.0.7",
"remeda": "2.10.0",
"remeda": "2.11.0",
"slugify": "1.6.6",
"social-links": "1.14.0",
"tiny-invariant": "1.3.3",
Expand All @@ -57,23 +57,23 @@
"@types/eslint": "8.56.11",
"@types/google.maps": "3.55.12",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/terraformer__wkt": "2.0.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"i18next": "23.12.2",
"i18next": "23.12.3",
"inquirer-search-list": "1.2.6",
"just-pascal-case": "3.2.0",
"next": "14.2.5",
"prettier": "3.3.3",
"trpc-panel": "1.3.4",
"type-fest": "4.23.0",
"type-fest": "4.24.0",
"typescript": "5.5.4"
},
"peerDependencies": {
"i18next": "23.12.2",
"i18next": "23.12.3",
"next": "14.2.5"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.625.0",
"@aws-sdk/client-cognito-identity-provider": "3.629.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -70,7 +70,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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 @@
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@weareinreach/eslint-config": "workspace:*",
"alex": "11.0.1",
"eslint": "8.57.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
"@snaplet/seed": "0.98.0",
"@terraformer/wkt": "2.2.1",
"@turbo/gen": "2.0.12",
"@turf/helpers": "7.0.0",
"@turf/helpers": "7.1.0",
"@types/eslint": "8.56.11",
"@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.14.14",
"@types/node": "20.14.15",
"@types/papaparse": "5.3.14",
"@types/pg": "8.11.6",
"@types/terraformer__wkt": "2.0.3",
Expand Down Expand Up @@ -115,8 +115,8 @@
"sql-bricks-postgres": "0.6.0",
"string-byte-length": "3.0.0",
"tiny-invariant": "1.3.3",
"tsx": "4.16.5",
"type-fest": "4.23.0",
"tsx": "4.17.0",
"type-fest": "4.24.0",
"typescript": "5.5.4",
"xliff": "6.2.1",
"zod-prisma-types": "3.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
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.38.0",
"@types/eslint": "8.56.11",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
Expand Down
54 changes: 27 additions & 27 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@googlemaps/react-wrapper": "1.1.35",
"@googlemaps/react-wrapper": "1.1.42",
"@terraformer/wkt": "2.2.1",
"@textea/json-viewer": "3.4.1",
"@turf/helpers": "7.0.0",
"@turf/helpers": "7.1.0",
"@tweenjs/tween.js": "23.1.3",
"@weareinreach/analytics": "workspace:*",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
"@weareinreach/util": "workspace:*",
"ahooks": "3.8.0",
"ahooks": "3.8.1",
"ajv": "8.17.1",
"ajv-errors": "3.0.0",
"alex": "11.0.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@iconify-json/fluent-mdl2": "1.1.8",
"@iconify-json/mdi": "1.1.68",
"@iconify-json/ph": "1.1.14",
"@iconify-json/simple-icons": "1.1.112",
"@iconify-json/simple-icons": "1.1.113",
"@iconify/react": "4.1.1",
"@iconify/types": "2.0.0",
"@iconify/utils": "2.1.30",
Expand All @@ -89,26 +89,26 @@
"@mantine/nprogress": "6.0.22",
"@mantine/utils": "6.0.22",
"@next/third-parties": "14.2.5",
"@storybook/addon-a11y": "8.2.8",
"@storybook/addon-actions": "8.2.8",
"@storybook/addon-a11y": "8.2.9",
"@storybook/addon-actions": "8.2.9",
"@storybook/addon-designs": "8.0.3",
"@storybook/addon-essentials": "8.2.8",
"@storybook/addon-interactions": "8.2.8",
"@storybook/addon-links": "8.2.8",
"@storybook/addon-mdx-gfm": "8.2.8",
"@storybook/addon-viewport": "8.2.8",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/addon-mdx-gfm": "8.2.9",
"@storybook/addon-viewport": "8.2.9",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/components": "8.2.8",
"@storybook/core-events": "8.2.8",
"@storybook/manager-api": "8.2.8",
"@storybook/nextjs": "8.2.8",
"@storybook/preview-api": "8.2.8",
"@storybook/react": "8.2.8",
"@storybook/test": "8.2.8",
"@storybook/components": "8.2.9",
"@storybook/core-events": "8.2.9",
"@storybook/manager-api": "8.2.9",
"@storybook/nextjs": "8.2.9",
"@storybook/preview-api": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/test": "8.2.9",
"@storybook/test-runner": "0.19.1",
"@storybook/theming": "8.2.8",
"@storybook/types": "8.2.8",
"@swc/core": "1.7.6",
"@storybook/theming": "8.2.9",
"@storybook/types": "8.2.9",
"@swc/core": "1.7.10",
"@swc/helpers": "0.5.12",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
Expand All @@ -121,7 +121,7 @@
"@types/eslint": "8.56.11",
"@types/google.maps": "3.55.12",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/probe-image-size": "7.2.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -135,7 +135,7 @@
"dotenv": "16.4.5",
"embla-carousel-react": "7.1.0",
"eslint": "8.57.0",
"i18next": "23.12.2",
"i18next": "23.12.3",
"i18next-browser-languagedetector": "8.0.0",
"i18next-hmr": "3.1.2",
"i18next-http-backend": "2.5.2",
Expand Down Expand Up @@ -163,13 +163,13 @@
"react-refresh-typescript": "2.0.9",
"resolve-url-loader": "5.0.0",
"slugify": "1.6.6",
"storybook": "8.2.8",
"storybook": "8.2.9",
"storybook-addon-pseudo-states": "3.1.1",
"style-loader": "3.3.4",
"swc-loader": "0.2.6",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tsx": "4.16.5",
"type-fest": "4.23.0",
"tsx": "4.17.0",
"type-fest": "4.24.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"zod": "3.23.8"
Expand Down Expand Up @@ -200,7 +200,7 @@
"@weareinreach/auth": "*",
"dayjs": "1.11.12",
"embla-carousel-react": "7.1.0",
"i18next": "23.12.2",
"i18next": "23.12.3",
"i18next-http-backend": "2.5.2",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/eslint": "8.56.11",
"@types/luxon": "3.4.2",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "workspace:*",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit de52859

Please sign in to comment.