Skip to content

Commit

Permalink
chore(deps): update prisma monorepo to v6 (major) (#327)
Browse files Browse the repository at this point in the history
* chore(deps): update prisma monorepo to v6

* wip

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yuta Hiroto <[email protected]>
  • Loading branch information
renovate[bot] and hiroppy authored Dec 30, 2024
1 parent 6ab0f9f commit 0744831
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 57 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@opentelemetry/sdk-node": "0.57.0",
"@opentelemetry/sdk-trace-base": "1.30.0",
"@opentelemetry/semantic-conventions": "1.28.0",
"@prisma/client": "5.22.0",
"@prisma/instrumentation": "5.22.0",
"@prisma/client": "6.1.0",
"@prisma/instrumentation": "6.1.0",
"next": "14.2.22",
"next-auth": "4.24.11",
"react": "19.0.0",
Expand All @@ -52,7 +52,7 @@
"lint-staged": "15.3.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prisma": "5.22.0",
"prisma": "6.1.0",
"prisma-erd-generator": "1.11.2",
"tailwindcss": "3.4.17",
"testcontainers": "10.16.0",
Expand Down
103 changes: 52 additions & 51 deletions pnpm-lock.yaml

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

4 changes: 1 addition & 3 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ datasource db {

generator client {
provider = "prisma-client-js"
// https://www.prisma.io/docs/orm/prisma-client/queries/full-text-search
// "fullTextSearch"
previewFeatures = ["tracing"]
previewFeatures = ["fullTextSearchPostgres"]
}

generator erd {
Expand Down

0 comments on commit 0744831

Please sign in to comment.