Skip to content

Commit

Permalink
Merge branch 'dev' into PLI-31-search-result-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 17, 2023
2 parents 0ed982e + 475b7c4 commit 27f99d2
Show file tree
Hide file tree
Showing 16 changed files with 2,226 additions and 2,148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
continue-on-error: true
name: Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@23829afb4f274fd69e1b51558f6f08ae267e443c # v2
- uses: Codesee-io/codesee-action@7e127899d48260ab4738902b7cda15ffc695f95e # v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
60 changes: 30 additions & 30 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@aws-crypto/sha256-js": "4.0.0",
"@aws-sdk/client-s3": "3.363.0",
"@aws-sdk/signature-v4": "3.357.0",
"@aws-sdk/client-s3": "3.370.0",
"@aws-sdk/signature-v4": "3.370.0",
"@crowdin/crowdin-api-client": "1.23.3",
"@crowdin/ota-client": "1.0.0",
"@emotion/react": "11.11.1",
Expand All @@ -43,28 +43,28 @@
"@mantine/spotlight": "6.0.16",
"@mantine/tiptap": "6.0.16",
"@mantine/utils": "6.0.16",
"@next/bundle-analyzer": "13.4.9",
"@next/bundle-analyzer": "13.4.10",
"@opentelemetry/api": "1.4.1",
"@opentelemetry/exporter-trace-otlp-http": "0.40.0",
"@opentelemetry/instrumentation": "0.40.0",
"@opentelemetry/instrumentation-fetch": "0.40.0",
"@opentelemetry/instrumentation-http": "0.40.0",
"@opentelemetry/resources": "1.14.0",
"@opentelemetry/sdk-node": "0.40.0",
"@opentelemetry/sdk-trace-base": "1.14.0",
"@opentelemetry/sdk-trace-node": "1.14.0",
"@opentelemetry/semantic-conventions": "1.14.0",
"@opentelemetry/exporter-trace-otlp-http": "0.41.0",
"@opentelemetry/instrumentation": "0.41.0",
"@opentelemetry/instrumentation-fetch": "0.41.0",
"@opentelemetry/instrumentation-http": "0.41.0",
"@opentelemetry/resources": "1.15.0",
"@opentelemetry/sdk-node": "0.41.0",
"@opentelemetry/sdk-trace-base": "1.15.0",
"@opentelemetry/sdk-trace-node": "1.15.0",
"@opentelemetry/semantic-conventions": "1.15.0",
"@prisma/instrumentation": "5.0.0",
"@sentry/nextjs": "7.57.0",
"@tanstack/react-query": "4.29.19",
"@sentry/nextjs": "7.58.1",
"@tanstack/react-query": "4.29.23",
"@tanstack/react-table": "8.9.3",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.33.1",
"@trpc/next": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"@trpc/client": "10.34.0",
"@trpc/next": "10.34.0",
"@trpc/react-query": "10.34.0",
"@trpc/server": "10.34.0",
"@vercel/analytics": "1.0.1",
"@vercel/kv": "0.2.2",
"@weareinreach/api": "workspace:*",
Expand All @@ -80,60 +80,60 @@
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"flat": "5.0.2",
"i18next": "23.2.7",
"i18next": "23.2.11",
"i18next-browser-languagedetector": "7.1.0",
"i18next-chained-backend": "4.4.0",
"i18next-http-backend": "2.2.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"i18next-localstorage-backend": "4.1.1",
"i18next-multiload-backend-adapter": "2.2.1",
"i18next-multiload-backend-adapter": "2.2.2",
"ioredis": "5.3.2",
"just-compact": "3.2.0",
"just-compare": "2.3.0",
"luxon": "3.3.0",
"next": "13.4.9",
"next": "13.4.10",
"next-auth": "4.22.1",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
"nextjs-routes": "1.0.9",
"object-sizeof": "2.6.2",
"object-sizeof": "2.6.3",
"pretty-bytes": "6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-i18next": "13.0.1",
"react-i18next": "13.0.2",
"tslog": "4.8.2",
"zod": "3.21.4"
},
"devDependencies": {
"@playwright/test": "1.35.1",
"@playwright/test": "1.36.1",
"@prisma/nextjs-monorepo-workaround-plugin": "5.0.0",
"@tanstack/react-query-devtools": "4.29.19",
"@tanstack/react-query-devtools": "4.29.23",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.4.2",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/flat": "5.0.2",
"@types/luxon": "3.3.0",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"commander": "11.0.0",
"dotenv": "16.3.1",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-plugin-i18next": "6.0.3",
"i18next-resources-for-ts": "1.2.1",
"listr2": "6.6.0",
"prettier": "2.8.8",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"trpc-playground": "1.0.4",
"type-fest": "3.12.0",
"type-fest": "3.13.0",
"typescript": "5.1.6"
},
"ct3aMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src/pages/org/[slug]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const OrganizationPage = ({ slug }: InferGetStaticPropsType<typeof getStaticProp
const { userLists, attributes, description, reviews, locations, isClaimed, id: organizationId } = data

const body =
locations?.length === 1 ? (
locations?.length <= 1 ? (
<Tabs
w='100%'
value={activeTab}
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@weareinreach/ui": "workspace:*",
"dayjs": "1.11.9",
"embla-carousel-react": "7.1.0",
"i18next": "23.2.7",
"next": "13.4.9",
"i18next": "23.2.11",
"next": "13.4.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.1"
"react-i18next": "13.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.9",
"@types/eslint": "8.40.2",
"@next/bundle-analyzer": "13.4.10",
"@types/eslint": "8.44.0",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"typescript": "5.1.6"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.4.4",
"prettier-plugin-prisma": "4.13.0",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "4.17.0",
"tsx": "3.12.7",
"turbo": "1.10.7",
"typescript": "5.1.6",
"typesync": "0.11.1"
},
"packageManager": "[email protected].6",
"packageManager": "[email protected].7",
"engines": {
"node": "^18",
"pnpm": "^7 || ^8"
Expand Down
22 changes: 11 additions & 11 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.3",
"@crowdin/ota-client": "1.0.0",
"@googlemaps/google-maps-services-js": "3.3.32",
"@googlemaps/google-maps-services-js": "3.3.33",
"@opentelemetry/api": "1.4.1",
"@tanstack/react-query": "4.29.19",
"@tanstack/react-query": "4.29.23",
"@terraformer/wkt": "2.2.0",
"@trpc/client": "10.33.1",
"@trpc/next": "10.33.1",
"@trpc/react-query": "10.33.1",
"@trpc/server": "10.33.1",
"@trpc/client": "10.34.0",
"@trpc/next": "10.34.0",
"@trpc/react-query": "10.34.0",
"@trpc/server": "10.34.0",
"@vercel/kv": "0.2.2",
"@weareinreach/auth": "workspace:*",
"@weareinreach/db": "workspace:*",
Expand All @@ -51,28 +51,28 @@
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/luxon": "3.3.0",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"dotenv-cli": "7.2.1",
"eslint": "8.44.0",
"eslint": "8.45.0",
"just-capitalize": "3.2.0",
"listr2": "6.6.0",
"next": "13.4.9",
"next": "13.4.10",
"p-queue": "7.3.4",
"prettier": "2.8.8",
"prisma": "5.0.0",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "3.12.0",
"type-fest": "3.13.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"next": ">=13"
},
"packageManager": "[email protected].6"
"packageManager": "[email protected].7"
}
14 changes: 7 additions & 7 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.363.0",
"@aws-sdk/client-cognito-identity-provider": "3.370.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand All @@ -24,14 +24,14 @@
"zod": "3.21.4"
},
"devDependencies": {
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.44.0",
"next": "13.4.9",
"eslint": "8.45.0",
"next": "13.4.10",
"next-auth": "4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -43,5 +43,5 @@
"react": "^18",
"react-dom": "^18"
},
"packageManager": "[email protected].6"
"packageManager": "[email protected].7"
}
8 changes: 4 additions & 4 deletions packages/aws-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"lint:fix": "eslint --cache --fix ."
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.11.0",
"@aws-lambda-powertools/logger": "1.11.1",
"flat": "5.0.2",
"ioredis": "5.3.2",
"tslog": "4.8.2",
"zod": "3.21.4"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/flat": "5.0.2",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"esbuild": "0.18.11",
"eslint": "8.44.0",
"esbuild": "0.18.13",
"eslint": "8.45.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"package": "cd dist && zip -r ../bundle.zip *"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.11.0"
"@aws-lambda-powertools/logger": "1.11.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.44.0",
"eslint": "8.45.0",
"prettier": "2.8.8",
"typescript": "5.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"prune-clients": "find ./dist/client -type f -not -name '*rhel*' -delete -print"
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.11.0",
"@aws-lambda-powertools/logger": "1.11.1",
"@prisma/client": "5.0.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.0",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"aws-lambda": "1.0.7",
"eslint": "8.44.0",
"eslint": "8.45.0",
"prettier": "2.8.8",
"prisma": "5.0.0",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"next-i18next": "14.0.0",
"typescript": "5.1.6"
},
"packageManager": "[email protected].6"
"packageManager": "[email protected].7"
}
Loading

0 comments on commit 27f99d2

Please sign in to comment.