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 ~5.7.0 #81

Merged
merged 1 commit into from
Dec 8, 2023
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.6.0",
"@prisma/generator-helper": "~5.7.0",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
"autoprefixer": "^10.4.16",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@ __metadata:
languageName: node
linkType: hard

"@prisma/debug@npm:5.7.0":
version: 5.7.0
resolution: "@prisma/debug@npm:5.7.0"
checksum: a59ff60dc41f64ca4fceff7aed5fe6f36455c1a749c31fc115e974e6fe00e89fa5150cef3319500d72bfb64a470adc3bb9ecc35fbeb413e8dfbb560ddf64d906
languageName: node
linkType: hard

"@prisma/engines@npm:5.6.0":
version: 5.6.0
resolution: "@prisma/engines@npm:5.6.0"
Expand Down Expand Up @@ -444,7 +451,7 @@ __metadata:
languageName: node
linkType: hard

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

"@prisma/generator-helper@npm:~5.7.0":
version: 5.7.0
resolution: "@prisma/generator-helper@npm:5.7.0"
dependencies:
"@prisma/debug": 5.7.0
checksum: a95280396abd66ff54708fb1f589cd8988afbd2f204cec6a3853f1489af2a948085406adc413e3264efa3ec13a072550c5d84f209d07fcd3a3ea6e797c9fb83e
languageName: node
linkType: hard

"@prisma/get-platform@npm:5.6.0":
version: 5.6.0
resolution: "@prisma/get-platform@npm:5.6.0"
Expand Down Expand Up @@ -5225,7 +5241,7 @@ __metadata:
"@iconify/icons-simple-icons": ^1.2.74
"@iconify/react": ^4.1.1
"@monaco-editor/react": ^4.6.0
"@prisma/generator-helper": ~5.6.0
"@prisma/generator-helper": ~5.7.0
"@prisma/internals": ^5.6.0
"@types/node": ^18.18.10
"@types/react": ^18.2.37
Expand Down
Loading