Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent b080ac9 commit a4873d4
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 31 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": "^3.0.0",
"@prisma/client": "5.22.0",
"@prisma/internals": "5.22.0",
"@prisma/migrate": "5.22.0",
"@prisma/client": "6.2.1",
"@prisma/internals": "6.2.1",
"@prisma/migrate": "6.2.1",
"@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": "^14.2.0",
"pluralize": "^8.0.0",
"prisma": "5.22.0",
"prisma": "6.2.1",
"prompts": "^2.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
136 changes: 111 additions & 25 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions prisma-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.2",
"private": true,
"devDependencies": {
"@prisma/generator-helper": "^5.0.0",
"@prisma/internals": "^5.0.0",
"@prisma/generator-helper": "^6.0.0",
"@prisma/internals": "^6.0.0",
"tsx": "^4.0.0"
},
"scripts": {
Expand Down

0 comments on commit a4873d4

Please sign in to comment.