Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @prisma/client from 4.13.0 to 5.11.0 #542

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"seed": "esno prisma/seed.ts"
},
"dependencies": {
"@prisma/client": "^4.13.0",
"@prisma/client": "^5.11.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*"
},
Expand Down
19 changes: 5 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3491,24 +3491,15 @@ __metadata:
languageName: node
linkType: hard

"@prisma/client@npm:^4.13.0":
version: 4.13.0
resolution: "@prisma/client@npm:4.13.0"
dependencies:
"@prisma/engines-version": 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
"@prisma/client@npm:^5.11.0":
version: 5.11.0
resolution: "@prisma/client@npm:5.11.0"
peerDependencies:
prisma: "*"
peerDependenciesMeta:
prisma:
optional: true
checksum: 74e2ede6308d6f70dc6244c34d13cf5f6c8da4f1a1ffe42a26192675ecac02733cb5482518d2a37fa057f160873fe8d42f5e3a08fc45d52b1eb386522bdbec0b
languageName: node
linkType: hard

"@prisma/engines-version@npm:4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a":
version: 4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a
resolution: "@prisma/engines-version@npm:4.13.0-50.1e7af066ee9cb95cf3a403c78d9aab3e6b04f37a"
checksum: cc583fe956b65fd4548082917f14ccf1c3c54d6b26623583f5e63298a8b4b5a492ba90597123af1fc272115621cb7340e2d708d5b5e252f59139b35f0df00abe
checksum: 2d76e66fe088b3eaa64a88a50261886ae746800fe57b8e8e2ed584431b5675b1d067bce3566227242c69de9dae11fb561bc1ba04fb38ff2d1cfe9aabd7430557
languageName: node
linkType: hard

Expand Down Expand Up @@ -6160,7 +6151,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "database@workspace:packages/database"
dependencies:
"@prisma/client": ^4.13.0
"@prisma/client": ^5.11.0
eslint-config-custom: "workspace:*"
esno: ^0.16.3
prisma: ^4.13.0
Expand Down
Loading