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 23, 2024
2 parents 64ee73c + 30ebf2b commit 385afc5
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@opentelemetry/sdk-node": "0.52.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/instrumentation": "5.18.0",
"@sentry/browser": "8.26.0",
"@sentry/nextjs": "8.26.0",
Expand Down Expand Up @@ -126,7 +126,7 @@
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-i18next": "6.0.9",
"i18next-hmr": "3.1.2",
"i18next-hmr": "3.1.3",
"jiti": "1.21.6",
"listr2": "8.2.4",
"prettier": "3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"husky": "9.1.5",
"knip": "5.27.2",
"knip": "5.27.3",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -63,7 +63,7 @@
"typesync": "0.13.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.8.0",
"engines": {
"node": "^20.12.2",
"pnpm": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.635.0",
"@aws-sdk/client-cognito-identity-provider": "3.637.0",
"@next-auth/prisma-adapter": "1.0.7",
"@weareinreach/db": "workspace:*",
"@weareinreach/env": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@opentelemetry/resources": "1.25.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@prisma/client": "5.18.0",
"@prisma/instrumentation": "5.18.0",
"@vercel/kv": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"eslint": "8.57.0",
"i18next": "23.14.0",
"i18next-browser-languagedetector": "8.0.0",
"i18next-hmr": "3.1.2",
"i18next-hmr": "3.1.3",
"i18next-http-backend": "2.6.1",
"i18next-intervalplural-postprocessor": "3.0.0",
"luxon": "3.5.0",
Expand Down Expand Up @@ -171,7 +171,7 @@
"tsx": "4.17.0",
"type-fest": "4.25.0",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack": "5.94.0",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
352 changes: 174 additions & 178 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 385afc5

Please sign in to comment.