Skip to content

Commit

Permalink
refactor: 모든 패키지 latest로 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 15, 2024
1 parent 570a172 commit 571cbf9
Show file tree
Hide file tree
Showing 2 changed files with 1,030 additions and 1,014 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"lint": "eslint \"{src,spec}/**/*.ts\" --fix"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.623.0",
"@nestjs/common": "^10.3.10",
"@aws-sdk/client-s3": "^3.651.1",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/core": "^10.4.1",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@nestjs/swagger": "^7.4.0",
"axios": "^1.7.7",
Expand All @@ -30,53 +30,53 @@
"class-validator": "^0.14.1",
"ioredis": "^5.4.1",
"js-yaml": "^4.1.0",
"mongoose": "^8.5.1",
"mongoose": "^8.6.2",
"mongoose-autopopulate": "^1.1.0",
"ms": "^3.0.0-canary.1",
"nest-winston": "^1.9.7",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"uuid": "^10.0.0",
"winston": "^3.13.1",
"winston": "^3.14.2",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.8.0",
"@nestjs/cli": "^10.4.2",
"@nestjs/schematics": "^10.1.2",
"@nestjs/testing": "^10.3.10",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@swc/cli": "^0.4.1-nightly.20240914",
"@swc/core": "^1.7.26",
"@types/bcrypt": "^5.0.2",
"@types/cheerio": "^0.22.35",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^4.0.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.14.10",
"@types/multer": "^1.4.12",
"@types/node": "^22.5.5",
"@types/nodemailer": "^6.4.15",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"eslint": "^9.8.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.0.11",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.2",
"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-eslint": "^7.17.0"
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"resolutions": {
"webpack": "^5.0.0",
Expand Down
Loading

0 comments on commit 571cbf9

Please sign in to comment.