Skip to content

Commit

Permalink
chore: upgrade package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizf authored and HuanCheng65 committed Apr 1, 2024
1 parent 91efaff commit d08274a
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 897 deletions.
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,56 +28,57 @@
]
},
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"@nestjs/common": "^10.2.10",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.10",
"@elastic/elasticsearch": "^8.13.0",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.3.7",
"@nestjs/elasticsearch": "^10.0.1",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/typeorm": "^10.0.2",
"@prisma/client": "5.11.0",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"ajv": "^8.12.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"express": "^4.19.2",
"multer": "1.4.5-lts.1",
"mysql2": "^3.6.5",
"mysql2": "^3.9.3",
"nestjs-request-context": "^3.0.0",
"pg": "^8.11.3",
"pg": "^8.11.4",
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"typeorm": "^0.3.20",
"typeorm-naming-strategies": "^4.1.0"
"typeorm-naming-strategies": "^4.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.3.5",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.7",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/mime": "4.0.0",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.5",
"@types/node": "^20.12.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"prisma-case-format": "^2.2.1",
"prisma-import": "^1.0.5",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-json-schema-generator": "^1.5.0",
"ts-loader": "^9.5.1",
Expand Down
Loading

0 comments on commit d08274a

Please sign in to comment.