Skip to content

Commit

Permalink
fix: dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dainty92 committed Mar 2, 2025
1 parent 42472fb commit 731aaef
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,17 @@
"@css-inline/css-inline-linux-x64-gnu": "^0.14.1",
"@faker-js/faker": "^8.4.1",
"@google/generative-ai": "^0.17.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/bull": "^10.2.0",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.0.0",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/axios": "^4.0.0",
"@nestjs/bull": "^11.0.2",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.11",
"@nestjs/jwt": "^11.0.0",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.11",
"@nestjs/schedule": "^5.0.1",
"@nestjs/serve-static": "^5.0.3",
"@nestjs/swagger": "^7.4.0",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/swagger": "^11.0.6",
"@nestjs/typeorm": "^11.0.0",
"@types/nodemailer": "^6.4.15",
"@types/speakeasy": "^2.0.10",
"@vitalets/google-translate-api": "^9.2.1",
Expand Down Expand Up @@ -87,9 +88,9 @@
"@commitlint/config-conventional": "^19.7.1",
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/cli": "^11.0.5",
"@nestjs/common": "^11.0.10",
"@nestjs/common": "^11.0.11",
"@nestjs/schematics": "^11.0.1",
"@nestjs/testing": "^11.0.10",
"@nestjs/testing": "^11.0.11",
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
Expand Down

0 comments on commit 731aaef

Please sign in to comment.