Skip to content

Commit

Permalink
fix peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhd-hi committed Aug 19, 2024
1 parent 82983c1 commit 1fb6afe
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 539 deletions.
63 changes: 34 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,55 +31,60 @@
"seed": "ts-node --compiler-options {\"module\":\"commonjs\"} prisma/seeds/seed.ts"
},
"dependencies": {
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.0.0",
"@nestjs/axios": "^3.0.3",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@prisma/client": "^5.15.0",
"@prisma/client": "^5.18.0",
"axios": "^1.7.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"express": "^4.19.2",
"pdf2json": "^3.0.5",
"reflect-metadata": "^0.1.13",
"pdf2json": "^3.1.4",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.3.7",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.4.8",
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.14",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.2",
"@types/multer": "^1.4.11",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"@types/node": "^22.4.1",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^9.9.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.5.0",
"prettier": "^3.2.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"prisma": "^5.7.1",
"prisma": "^5.18.0",
"prisma-erd-generator": "^1.11.2",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.0"
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"webpack": "^5.93.0"
},
"resolutions": {
"braces": "^3.0.3",
"ws": ">=8.17.1"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 1fb6afe

Please sign in to comment.