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

chore(deps): update dependency @prisma/generator-helper to v6 #110

Merged
merged 1 commit into from
Dec 19, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"use-http": "^1.0.28"
},
"devDependencies": {
"@prisma/generator-helper": "~5.22.0",
"@prisma/generator-helper": "~6.1.0",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@ __metadata:
languageName: node
linkType: hard

"@prisma/debug@npm:6.1.0":
version: 6.1.0
resolution: "@prisma/debug@npm:6.1.0"
checksum: 10/3d35b4517a833af188cf0b242bd4a0cfa173acb15b3507a8429d2a058c7053c399233d344dd84a60092ce31da7483daebcd20d5b5f1e9743129bba60ebb7fd96
languageName: node
linkType: hard

"@prisma/engines-version@npm:5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2":
version: 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2
resolution: "@prisma/engines-version@npm:5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2"
Expand Down Expand Up @@ -396,7 +403,7 @@ __metadata:
languageName: node
linkType: hard

"@prisma/generator-helper@npm:5.22.0, @prisma/generator-helper@npm:~5.22.0":
"@prisma/generator-helper@npm:5.22.0":
version: 5.22.0
resolution: "@prisma/generator-helper@npm:5.22.0"
dependencies:
Expand All @@ -405,6 +412,15 @@ __metadata:
languageName: node
linkType: hard

"@prisma/generator-helper@npm:~6.1.0":
version: 6.1.0
resolution: "@prisma/generator-helper@npm:6.1.0"
dependencies:
"@prisma/debug": "npm:6.1.0"
checksum: 10/7b20b539d1cf7ea93a10bb765e7fc70015c77915223ec310fae63a858a071f1df9afd787d9a1a6607dd3e97366b128bcf37b07ebb781f6a1ebd4d82bda59e99a
languageName: node
linkType: hard

"@prisma/get-platform@npm:5.22.0":
version: 5.22.0
resolution: "@prisma/get-platform@npm:5.22.0"
Expand Down Expand Up @@ -4509,7 +4525,7 @@ __metadata:
"@iconify/icons-simple-icons": "npm:^1.2.74"
"@iconify/react": "npm:^5.0.2"
"@monaco-editor/react": "npm:^4.6.0"
"@prisma/generator-helper": "npm:~5.22.0"
"@prisma/generator-helper": "npm:~6.1.0"
"@prisma/internals": "npm:^5.17.0"
"@types/node": "npm:^20.14.12"
"@types/react": "npm:^18.3.3"
Expand Down
Loading