Skip to content

Commit

Permalink
Merge branch 'dev' into IN-834-modal-coverage-area
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Aug 1, 2023
2 parents d5b32e3 + c4e7010 commit 80a5326
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 104 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/sdk-trace-base": "1.15.1",
"@opentelemetry/sdk-trace-node": "1.15.1",
"@opentelemetry/semantic-conventions": "1.15.1",
"@prisma/instrumentation": "5.0.0",
"@prisma/instrumentation": "5.1.0",
"@sentry/nextjs": "7.61.0",
"@tanstack/react-query": "4.32.1",
"@tanstack/react-table": "8.9.3",
Expand Down Expand Up @@ -107,7 +107,7 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@prisma/nextjs-monorepo-workaround-plugin": "5.0.0",
"@prisma/nextjs-monorepo-workaround-plugin": "5.1.0",
"@tanstack/react-query-devtools": "4.32.1",
"@tanstack/react-table-devtools": "8.7.6",
"@total-typescript/ts-reset": "0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"next": "13.4.12",
"p-queue": "7.3.4",
"prettier": "2.8.8",
"prisma": "5.0.0",
"prisma": "5.1.0",
"trpc-client-devtools-link": "0.2.1-next",
"trpc-panel": "1.3.4",
"type-fest": "4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-user-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@aws-lambda-powertools/logger": "1.12.1",
"@prisma/client": "5.0.0",
"@prisma/client": "5.1.0",
"@weareinreach/db": "workspace:*"
},
"devDependencies": {
Expand All @@ -36,7 +36,7 @@
"aws-lambda": "1.0.7",
"eslint": "8.46.0",
"prettier": "2.8.8",
"prisma": "5.0.0",
"prisma": "5.1.0",
"typescript": "5.1.6"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@opentelemetry/sdk-trace-base": "1.15.1",
"@opentelemetry/sdk-trace-node": "1.15.1",
"@opentelemetry/semantic-conventions": "1.15.1",
"@prisma/client": "5.0.0",
"@prisma/instrumentation": "5.0.0",
"@prisma/client": "5.1.0",
"@prisma/instrumentation": "5.1.0",
"@vercel/kv": "0.2.2",
"@vercel/postgres-kysely": "0.4.1",
"@weareinreach/env": "workspace:*",
Expand Down Expand Up @@ -121,7 +121,7 @@
"papaparse": "5.4.1",
"prettier": "2.8.8",
"pretty-bytes": "6.1.1",
"prisma": "5.0.0",
"prisma": "5.1.0",
"prisma-dbml-generator": "0.10.0",
"prisma-query-inspector": "1.4.4",
"prisma-query-log": "3.2.0",
Expand Down
132 changes: 36 additions & 96 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80a5326

Please sign in to comment.