Skip to content

Commit

Permalink
fix(deps): update prisma monorepo to v5.21.1 (#6878)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 8fab464 commit 87eec2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions optimize/optimize-repeated-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"dependencies": {
"@faker-js/faker": "9.0.3",
"@prisma/client": "5.20.0",
"@prisma/client": "5.21.1",
"@prisma/extension-optimize": "1.0.1",
"@types/node": "20.16.13"
},
"devDependencies": {
"prisma": "5.20.0",
"prisma": "5.21.1",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions optimize/optimize-select-returning-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"dependencies": {
"@faker-js/faker": "9.0.3",
"@prisma/client": "5.20.0",
"@prisma/client": "5.21.1",
"@prisma/extension-optimize": "1.0.1",
"@types/node": "20.16.13"
},
"devDependencies": {
"prisma": "5.20.0",
"prisma": "5.21.1",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
Expand Down

0 comments on commit 87eec2c

Please sign in to comment.