Skip to content

Commit

Permalink
Upgrade Prisma to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Feb 11, 2022
1 parent 75ed200 commit 243f1d8
Show file tree
Hide file tree
Showing 13 changed files with 5,162 additions and 2,640 deletions.
196 changes: 105 additions & 91 deletions experiments/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"seed": "prisma db seed"
},
"dependencies": {
"@prisma/client": "~3.8.1",
"@prisma/client": "~3.9.2",
"@types/graphql-fields": "^1.3.4",
"apollo-server": "^3.6.2",
"apollo-server": "^3.6.3",
"graphql": "^15.8.0",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.14.1",
Expand All @@ -17,11 +17,11 @@
"type-graphql": "1.1.1"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/node": "^17.0.17",
"class-validator": "^0.13.2",
"fs-jetpack": "^4.3.1",
"prisma": "~3.8.1",
"ts-node": "^10.4.0",
"prisma": "~3.9.2",
"ts-node": "^10.5.0",
"typescript": "~4.5.5"
},
"prisma": {
Expand Down
8 changes: 4 additions & 4 deletions experiments/prisma/generated/client/index-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const Prisma = {}
exports.Prisma = Prisma

/**
* Prisma Client JS version: 3.8.1
* Query Engine version: 34df67547cf5598f5a6cd3eb45f14ee70c3fb86f
* Prisma Client JS version: 3.9.2
* Query Engine version: bcc2ff906db47790ee902e7bbc76d7ffb1893009
*/
Prisma.prismaVersion = {
client: "3.8.1",
engine: "34df67547cf5598f5a6cd3eb45f14ee70c3fb86f"
client: "3.9.2",
engine: "bcc2ff906db47790ee902e7bbc76d7ffb1893009"
}

Prisma.PrismaClientKnownRequestError = () => {
Expand Down
Loading

0 comments on commit 243f1d8

Please sign in to comment.