Skip to content

Commit

Permalink
feat(deps)!: update prisma to 2.21.x (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrausz authored Apr 14, 2021
1 parent fce0ffb commit 577ec8f
Show file tree
Hide file tree
Showing 3 changed files with 8,581 additions and 4,308 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"upgrade-prisma-dev": "yarn add @prisma/cli@dev @prisma/client@dev @prisma/fetch-engine@dev @prisma/get-platform@dev @prisma/migrate@dev @prisma/sdk@dev"
},
"peerDependencies": {
"@prisma/client": "2.19.x",
"@prisma/client": "2.21.x",
"graphql": "^15.3.0",
"nexus": "^1.0.0"
},
Expand All @@ -46,11 +46,11 @@
},
"devDependencies": {
"@prisma-labs/prettier-config": "0.1.0",
"@prisma/client": "2.19.0",
"@prisma/fetch-engine": "2.19.0",
"@prisma/get-platform": "2.19.0",
"@prisma/migrate": "2.19.0",
"@prisma/sdk": "2.19.0",
"@prisma/client": "2.21.0",
"@prisma/fetch-engine": "2.21.0",
"@prisma/get-platform": "2.21.0",
"@prisma/migrate": "2.21.0",
"@prisma/sdk": "2.21.0",
"@types/jest": "26.0.20",
"@types/lodash": "4.14.167",
"@types/node": "14.14.20",
Expand Down
Loading

0 comments on commit 577ec8f

Please sign in to comment.