Skip to content

Commit

Permalink
update prisma to latest 5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 2, 2024
1 parent c17a1d3 commit c608f4e
Show file tree
Hide file tree
Showing 12 changed files with 4,574 additions and 4,385 deletions.
2,219 changes: 995 additions & 1,224 deletions examples/basics/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1",
"@prisma/client": "^5.9.1",
"@nestjs/common": "^10.4.12",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-express": "^10.4.12",
"@prisma/client": "^5.22.0",
"nestjs-prisma": "^0.23.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.12",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.65",
"@types/express": "^4.17.17",
Expand All @@ -45,7 +45,7 @@
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^3.2.4",
"prisma": "^5.9.1",
"prisma": "^5.22.0",
"source-map-support": "^0.5.20",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
Expand Down
Loading

0 comments on commit c608f4e

Please sign in to comment.