Skip to content

Commit 8f59beb

Browse files
fix(deps): update prisma monorepo to v5.14.0 (#9145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Josh Calder <[email protected]>
1 parent 623592b commit 8f59beb

File tree

3 files changed

+129
-16
lines changed

3 files changed

+129
-16
lines changed

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
"@keystone-ui/toast": "workspace:^",
205205
"@keystone-ui/tooltip": "workspace:^",
206206
"@nodelib/fs.walk": "^2.0.0",
207-
"@prisma/client": "5.13.0",
208-
"@prisma/internals": "5.13.0",
209-
"@prisma/migrate": "5.13.0",
207+
"@prisma/client": "5.14.0",
208+
"@prisma/internals": "5.14.0",
209+
"@prisma/migrate": "5.14.0",
210210
"@sindresorhus/slugify": "^1.1.2",
211211
"apollo-upload-client": "^17.0.0",
212212
"bcryptjs": "^2.4.3",
@@ -235,7 +235,7 @@
235235
"meow": "^9.0.0",
236236
"next": "^13.3.0",
237237
"pluralize": "^8.0.0",
238-
"prisma": "5.13.0",
238+
"prisma": "5.14.0",
239239
"prompts": "^2.4.2",
240240
"react": "^18.2.0",
241241
"react-dom": "^18.2.0",

packages/core/src/artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function getCommittedArtifacts (config: __ResolvedKeystoneConfig, graphQLS
7272
const prismaSchema = printPrismaSchema(config, lists)
7373
return {
7474
graphql: getFormattedGraphQLSchema(printSchema(graphQLSchema)),
75-
prisma: await formatSchema({ schema: prismaSchema }),
75+
prisma: (await formatSchema({ schemas: [[config.db.prismaSchemaPath, prismaSchema]] }))[0][1],
7676
}
7777
}
7878

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)