Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent e07126c commit 2f51ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions orm/graphql-typegraphql-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@prisma/client": "5.22.0",
"@prisma/client": "6.4.1",
"@prisma/extension-accelerate": "^1.2.2",
"@types/graphql-fields": "1.3.9",
"class-validator": "0.14.1",
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "22.13.5",
"@types/ws": "8.5.14",
"prisma": "5.22.0",
"prisma": "6.4.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typegraphql-prisma": "0.28.0",
Expand Down
4 changes: 2 additions & 2 deletions orm/graphql-typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@apollo/server": "4.11.3",
"@prisma/client": "5.22.0",
"@prisma/client": "6.4.1",
"@prisma/extension-accelerate": "^1.2.2",
"class-validator": "0.14.1",
"graphql": "16.10.0",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@types/node": "22.13.5",
"@types/ws": "8.5.14",
"prisma": "5.22.0",
"prisma": "6.4.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down

0 comments on commit 2f51ae4

Please sign in to comment.