Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5.14.0 (#9145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Calder <8251494+borisno2@users.noreply.github.com>
  • Loading branch information
renovate[bot] and borisno2 committed May 15, 2024
1 parent 623592b commit 8f59beb
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 16 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
"@keystone-ui/toast": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@nodelib/fs.walk": "^2.0.0",
"@prisma/client": "5.13.0",
"@prisma/internals": "5.13.0",
"@prisma/migrate": "5.13.0",
"@prisma/client": "5.14.0",
"@prisma/internals": "5.14.0",
"@prisma/migrate": "5.14.0",
"@sindresorhus/slugify": "^1.1.2",
"apollo-upload-client": "^17.0.0",
"bcryptjs": "^2.4.3",
Expand Down Expand Up @@ -235,7 +235,7 @@
"meow": "^9.0.0",
"next": "^13.3.0",
"pluralize": "^8.0.0",
"prisma": "5.13.0",
"prisma": "5.14.0",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function getCommittedArtifacts (config: __ResolvedKeystoneConfig, graphQLS
const prismaSchema = printPrismaSchema(config, lists)
return {
graphql: getFormattedGraphQLSchema(printSchema(graphQLSchema)),
prisma: await formatSchema({ schema: prismaSchema }),
prisma: (await formatSchema({ schemas: [[config.db.prismaSchemaPath, prismaSchema]] }))[0][1],
}
}

Expand Down
135 changes: 124 additions & 11 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 8f59beb

Please sign in to comment.