Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2022
1 parent ed736e3 commit ec910a2
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 104 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.1",
"@nodelib/fs.walk": "^1.2.8",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "4.2.1",
"@prisma/internals": "4.2.1",
"@prisma/migrate": "4.2.1",
"@prisma/client": "4.3.0",
"@prisma/internals": "4.3.0",
"@prisma/migrate": "4.3.0",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "17.0.1",
"@types/bcryptjs": "^2.4.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
"pirates": "4.0.4",
"pluralize": "^8.0.0",
"prettier": "^2.5.0",
"prisma": "4.2.1",
"prisma": "4.3.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": "4.2.1",
"@prisma/internals": "4.2.1",
"@prisma/generator-helper": "4.3.0",
"@prisma/internals": "4.3.0",
"fs-extra": "^10.0.0",
"prettier": "^2.5.0"
},
Expand Down
Loading

0 comments on commit ec910a2

Please sign in to comment.