Skip to content

Commit a3276cd

Browse files
Bump @prisma/client from 6.2.1 to 6.3.0 (#437)
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.3.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 423d000 commit a3276cd

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
1212
},
1313
"dependencies": {
14-
"@prisma/client": "6.2.1",
14+
"@prisma/client": "6.3.0",
1515
"@repo/analytics": "workspace:*",
1616
"@repo/auth": "workspace:*",
1717
"@repo/collaboration": "workspace:*",

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@neondatabase/serverless": "^0.10.4",
1414
"@prisma/adapter-neon": "^6.2.1",
15-
"@prisma/client": "6.2.1",
15+
"@prisma/client": "6.3.0",
1616
"@t3-oss/env-nextjs": "^0.11.1",
1717
"server-only": "^0.0.1",
1818
"undici": "^7.3.0",

pnpm-lock.yaml

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)