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 ~6.2.0 #114

Merged
merged 1 commit into from
Jan 10, 2025
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": "~6.1.0",
"@prisma/generator-helper": "~6.2.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 @@ -543,6 +543,13 @@ __metadata:
languageName: node
linkType: hard

"@prisma/debug@npm:6.2.1":
version: 6.2.1
resolution: "@prisma/debug@npm:6.2.1"
checksum: 10/753d0ec606407d30184bea8df969c9570a91c23f691e61420794fc76ba0e70d97975d8e4fed6f20a0a074d683059b65d663202cf56e71bd0d1e20a99c73ae2f5
languageName: node
linkType: hard

"@prisma/engines-version@npm:6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959":
version: 6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959
resolution: "@prisma/engines-version@npm:6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959"
Expand Down Expand Up @@ -573,7 +580,7 @@ __metadata:
languageName: node
linkType: hard

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

"@prisma/generator-helper@npm:~6.2.0":
version: 6.2.1
resolution: "@prisma/generator-helper@npm:6.2.1"
dependencies:
"@prisma/debug": "npm:6.2.1"
checksum: 10/3d44f5bf4c867ae905d4822281933ab42ac2048b7e35c13613ce969b554a789b2775d2451a7089e1139a35dd58b7472fdf8789b6f57facd09e122554ea4ff7d0
languageName: node
linkType: hard

"@prisma/get-platform@npm:6.1.0":
version: 6.1.0
resolution: "@prisma/get-platform@npm:6.1.0"
Expand Down Expand Up @@ -4722,7 +4738,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:~6.1.0"
"@prisma/generator-helper": "npm:~6.2.0"
"@prisma/internals": "npm:^6.0.0"
"@types/node": "npm:^20.14.12"
"@types/react": "npm:^18.3.3"
Expand Down
Loading