Commit 6c5d959
fix: update references/prisma-7 to Prisma 7.7.0 to fix hoisting conflict
The references/prisma-7 project had @prisma/client@6.20.0-integration-next.8
which caused @prisma/client-runtime-utils@6.20.0 to be hoisted to root
instead of @7.7.0 needed by the generated Prisma 7 client. This caused
TypeError: isObjectEnumValue is not a function at runtime.
Co-Authored-By: Eric Allam <eallam@icloud.com>1 parent a59aebc commit 6c5d959
2 files changed
Lines changed: 10 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
0 commit comments