Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2022
1 parent ffb9ab7 commit 4a8e853
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 100 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@keystone-ui/tooltip": "^6.0.0",
"@nodelib/fs.walk": "^1.2.8",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "3.14.0",
"@prisma/migrate": "3.14.0",
"@prisma/sdk": "3.14.0",
"@prisma/client": "4.0.0",
"@prisma/migrate": "4.0.0",
"@prisma/sdk": "4.0.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "17.0.0",
"@types/bcryptjs": "^2.4.2",
Expand Down Expand Up @@ -114,7 +114,7 @@
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.5.0",
"prisma": "3.14.0",
"prisma": "4.0.0",
"prompts": "^2.4.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions prisma-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"main": "dist/keystone-6-prisma-utils.cjs.js",
"dependencies": {
"@prisma/generator-helper": "3.14.0",
"@prisma/sdk": "3.14.0",
"@prisma/generator-helper": "4.0.0",
"@prisma/sdk": "4.0.0",
"fs-extra": "^10.0.0",
"prettier": "^2.5.0"
},
Expand Down
Loading

0 comments on commit 4a8e853

Please sign in to comment.