Skip to content

Commit

Permalink
Merge branch 'dev' into IN-831-edit-organization-page
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Karow <[email protected]>
  • Loading branch information
JoeKarow authored Sep 11, 2023
2 parents 51c976f + f6948d8 commit 96b493f
Show file tree
Hide file tree
Showing 14 changed files with 1,632 additions and 1,623 deletions.
34 changes: 17 additions & 17 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"@mantine/tiptap": "6.0.20",
"@mantine/utils": "6.0.20",
"@next/bundle-analyzer": "13.4.19",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/exporter-trace-otlp-http": "0.41.2",
"@opentelemetry/resources": "1.15.2",
"@opentelemetry/sdk-node": "0.41.2",
"@opentelemetry/sdk-trace-base": "1.15.2",
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@opentelemetry/api": "1.5.0",
"@opentelemetry/exporter-trace-otlp-http": "0.42.0",
"@opentelemetry/resources": "1.16.0",
"@opentelemetry/sdk-node": "0.42.0",
"@opentelemetry/sdk-trace-base": "1.16.0",
"@opentelemetry/sdk-trace-node": "1.16.0",
"@opentelemetry/semantic-conventions": "1.16.0",
"@prisma/instrumentation": "5.2.0",
"@sentry/nextjs": "7.68.0",
"@sentry/node": "7.68.0",
"@sentry/opentelemetry-node": "7.68.0",
"@sentry/profiling-node": "1.2.1",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-table": "8.9.7",
"@tanstack/react-query": "4.35.0",
"@tanstack/react-table": "8.9.8",
"@tiptap/extension-link": "2.1.8",
"@tiptap/react": "2.1.8",
"@tiptap/starter-kit": "2.1.8",
Expand All @@ -67,7 +67,7 @@
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
"@vercel/analytics": "1.0.2",
"@vercel/edge-config": "0.2.1",
"@vercel/edge-config": "0.3.0",
"@vercel/kv": "0.2.2",
"@weareinreach/api": "workspace:*",
"@weareinreach/auth": "workspace:*",
Expand All @@ -76,12 +76,12 @@
"@weareinreach/ui": "workspace:*",
"@weareinreach/util": "workspace:*",
"cookies-next": "3.0.0",
"core-js": "3.32.1",
"core-js": "3.32.2",
"dayjs": "1.11.9",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.4.9",
"i18next": "23.5.1",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.2",
Expand All @@ -90,7 +90,7 @@
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.4.3",
"mantine-react-table": "1.2.0",
"mantine-react-table": "1.2.1",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.3",
Expand All @@ -110,23 +110,23 @@
"@hookform/devtools": "4.3.1",
"@playwright/test": "1.37.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.2.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tanstack/react-query-devtools": "4.35.0",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.5.1",
"@types/eslint": "8.44.2",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.3",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.6.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"dotenv": "16.3.1",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-plugin-i18next": "6.0.3",
"listr2": "6.6.1",
"prettier": "3.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 @@ -35,7 +35,7 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.4.9",
"i18next": "23.5.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -44,12 +44,12 @@
"devDependencies": {
"@next/bundle-analyzer": "13.4.19",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions lambdas/cognito-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@types/node": "18.17.15",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"prettier": "3.0.3",
"typescript": "5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions lambdas/cognito-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@vercel/ncc": "0.36.1",
"@types/node": "18.17.15",
"@vercel/ncc": "0.38.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.48.0",
"eslint": "8.49.0",
"prettier": "3.0.3",
"prisma": "5.2.0",
"typescript": "5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"@changesets/cli": "2.26.2",
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
"dotenv": "16.3.1",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.1",
"prettier-plugin-jsdoc": "1.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"tsx": "3.12.8",
"turbo": "1.10.13",
"typescript": "5.2.2",
"typesync": "0.11.1"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"engines": {
"node": "^18",
"pnpm": "^8"
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@crowdin/crowdin-api-client": "1.24.0",
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.37",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/api": "1.5.0",
"@sentry/node": "7.68.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query": "4.35.0",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.38.1",
"@trpc/next": "10.38.1",
"@trpc/react-query": "10.38.1",
"@trpc/server": "10.38.1",
"@vercel/edge-config": "0.2.1",
"@vercel/edge-config": "0.3.0",
"@vercel/kv": "0.2.2",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand Down Expand Up @@ -59,12 +59,12 @@
"@types/eslint": "8.44.2",
"@types/google.maps": "3.54.0",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.3.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"inquirer-search-list": "1.2.6",
"just-capitalize": "3.2.0",
"just-pascal-case": "3.2.0",
Expand Down
6 changes: 3 additions & 3 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.405.0",
"@aws-sdk/client-cognito-identity-provider": "3.409.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -27,12 +27,12 @@
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"next": "13.4.19",
"next-auth": "4.23.1",
"react": "18.2.0",
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.14",
"@types/node": "18.17.15",
"@weareinreach/eslint-config": "0.100.0",
"alex": "11.0.1",
"next-i18next": "14.0.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.24.0",
"@opentelemetry/exporter-trace-otlp-http": "0.41.2",
"@opentelemetry/instrumentation": "0.41.2",
"@opentelemetry/resources": "1.15.2",
"@opentelemetry/sdk-trace-base": "1.15.2",
"@opentelemetry/sdk-trace-node": "1.15.2",
"@opentelemetry/semantic-conventions": "1.15.2",
"@opentelemetry/exporter-trace-otlp-http": "0.42.0",
"@opentelemetry/instrumentation": "0.42.0",
"@opentelemetry/resources": "1.16.0",
"@opentelemetry/sdk-trace-base": "1.16.0",
"@opentelemetry/sdk-trace-node": "1.16.0",
"@opentelemetry/semantic-conventions": "1.16.0",
"@prisma/client": "5.2.0",
"@prisma/instrumentation": "5.2.0",
"@vercel/kv": "0.2.2",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@types/iso-3166-2": "1.0.0",
"@types/langs": "2.0.2",
"@types/luxon": "3.3.2",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/papaparse": "5.3.8",
"@types/pg": "8.10.2",
"@types/recursive-readdir": "2.2.1",
Expand All @@ -109,10 +109,10 @@
"countries-languages": "1.0.3",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"flat": "5.0.2",
"geojson": "0.5.0",
"inquirer": "9.2.10",
"inquirer": "9.2.11",
"inquirer-autocomplete-prompt": "3.0.0",
"iso-3166-2": "1.0.0",
"iso-google-locales": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "0.6.1",
"@weareinreach/util": "workspace:*",
"chromatic": "7.0.0",
"chromatic": "7.1.0",
"zod": "3.22.2"
},
"devDependencies": {
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 @@ -19,10 +19,10 @@
"@tanstack/eslint-plugin-query": "4.34.1",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/node": "18.17.14",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
Expand Down
Loading

0 comments on commit 96b493f

Please sign in to comment.