Skip to content

Commit

Permalink
chore: 의존성 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
JHyeok committed Apr 13, 2024
1 parent c220136 commit 11e08be
Show file tree
Hide file tree
Showing 2 changed files with 914 additions and 944 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,48 +36,48 @@
]
},
"dependencies": {
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/swagger": "^7.1.16",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/swagger": "^7.3.1",
"@nestjs/typeorm": "^10.0.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"helmet": "^6.2.0",
"mysql2": "^3.9.2",
"reflect-metadata": "^0.1.13",
"mysql2": "^3.9.4",
"reflect-metadata": "^0.1.14",
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.10",
"@swc-node/jest": "^1.6.8",
"@swc/core": "^1.3.99",
"@swc/helpers": "^0.5.3",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.7",
"@swc-node/jest": "^1.8.0",
"@swc/core": "^1.4.13",
"@swc/helpers": "^0.5.9",
"@types/express": "^4.17.21",
"@types/express-rate-limit": "^6.0.0",
"@types/helmet": "^4.0.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"sqlite3": "^5.1.6",
"supertest": "^6.3.3",
"sqlite3": "^5.1.7",
"supertest": "^6.3.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 11e08be

Please sign in to comment.