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 4, 2025
1 parent d530d77 commit 5a496f6
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.3.1",
"@types/graphql-fields": "1.3.9",
"class-validator": "0.14.1",
"graphql": "16.10.0",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@types/node": "22.13.1",
"@types/ws": "8.5.14",
"prisma": "5.22.0",
"prisma": "6.3.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.3.1",
"class-validator": "0.14.1",
"graphql": "16.10.0",
"graphql-scalars": "1.24.1",
Expand All @@ -15,7 +15,7 @@
"devDependencies": {
"@types/node": "22.13.1",
"@types/ws": "8.5.14",
"prisma": "5.22.0",
"prisma": "6.3.1",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
"typescript": "5.7.3"
Expand Down

0 comments on commit 5a496f6

Please sign in to comment.