Skip to content

Commit

Permalink
fix(package.json): downgrade several packages to ensure compatibility
Browse files Browse the repository at this point in the history
The "@prisma/client", "eslint", "jest-mock-extended", "prisma", and "ts-loader" packages have been downgraded to ensure compatibility with other dependencies and the current project setup. This change was necessary to prevent potential conflicts and issues that could arise from using incompatible versions of these packages.
  • Loading branch information
timDeHof committed Dec 18, 2024
1 parent 4c05480 commit cf9e090
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 144 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@nestjs/platform-express": "^10.4.15",
"@nestjs/schedule": "^4.1.2",
"@nestjs/swagger": "^8.1.0",
"@prisma/client": "^6.1.0",
"@prisma/client": "^5.22.0",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand Down Expand Up @@ -92,21 +92,21 @@
"@typescript-eslint/parser": "^8.18.1",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.4.4",
"eslint": "^9.17.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest-extended": "^2.4.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-mock-extended": "^4.0.0-beta1",
"jest-mock-extended": "^3.0.7",
"joi": "^17.13.3",
"prettier": "^3.4.2",
"prisma": "^6.1.0",
"prisma": "5.22.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-loader": "9.4.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit cf9e090

Please sign in to comment.