Skip to content

Commit

Permalink
support prisma 6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 2, 2024
1 parent c608f4e commit 2d7fd1d
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 304 deletions.
128 changes: 64 additions & 64 deletions examples/basics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
"@prisma/client": "^5.22.0",
"@prisma/client": "^6.0.0",
"nestjs-prisma": "^0.23.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^3.2.4",
"prisma": "^5.22.0",
"prisma": "^6.0.0",
"source-map-support": "^0.5.20",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
Expand Down
Loading

0 comments on commit 2d7fd1d

Please sign in to comment.