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.13.0 #95

Merged
merged 1 commit into from
Apr 27, 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.12.0",
"@prisma/generator-helper": "~5.13.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 @@ -359,6 +359,13 @@ __metadata:
languageName: node
linkType: hard

"@prisma/debug@npm:5.13.0":
version: 5.13.0
resolution: "@prisma/debug@npm:5.13.0"
checksum: aeba872928424bbe74f0e8bf811fd682ac72742cdf9f542b9e55ad976f2177945f16fc68859d1118b1f42d6f8b88963368b65f353267e1a9c415170e9e061149
languageName: node
linkType: hard

"@prisma/engines-version@npm:5.12.0-21.473ed3124229e22d881cb7addf559799debae1ab":
version: 5.12.0-21.473ed3124229e22d881cb7addf559799debae1ab
resolution: "@prisma/engines-version@npm:5.12.0-21.473ed3124229e22d881cb7addf559799debae1ab"
Expand Down Expand Up @@ -389,7 +396,7 @@ __metadata:
languageName: node
linkType: hard

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

"@prisma/generator-helper@npm:~5.13.0":
version: 5.13.0
resolution: "@prisma/generator-helper@npm:5.13.0"
dependencies:
"@prisma/debug": 5.13.0
checksum: 228bc0c54ae51f17c65bf79cfe00c1459680f0452d248b91b9c4b75cc1a7c2fb15d497984ffc94f3aff1721c02a5202a996e92fc7da2665a7cd09874b1f2bde6
languageName: node
linkType: hard

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