Skip to content

Commit

Permalink
chore: update package.json for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kingchan818 authored and kingchan818 committed Nov 13, 2024
1 parent 76089e2 commit c6a3418
Show file tree
Hide file tree
Showing 2 changed files with 3,254 additions and 3,038 deletions.
42 changes: 21 additions & 21 deletions backend/chat-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,53 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.3.10",
"axios": "^1.7.2",
"@nestjs/common": "^10.4.7",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.7",
"@nestjs/event-emitter": "^2.1.1",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/platform-express": "^10.4.7",
"axios": "^1.7.7",
"chatgpt": "^5.2.5",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-js": "^4.2.0",
"gpt-tokens": "^1.3.8",
"gpt-tokens": "^1.3.12",
"js-yaml": "^4.1.0",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"openai": "^4.53.0",
"mongodb": "^6.10.0",
"mongoose": "^8.8.1",
"openai": "^4.72.0",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@golevelup/ts-jest": "^0.4.0",
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit c6a3418

Please sign in to comment.