Skip to content

Commit

Permalink
feat: upgrade some deps (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Oct 29, 2024
1 parent e554b9b commit d8d7ff2
Show file tree
Hide file tree
Showing 3 changed files with 873 additions and 782 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
},
"dependencies": {
"@nestjs-modules/mailer": "^2.0.2",
"@nestjs/axios": "^3.0.3",
"@nestjs/bullmq": "^10.2.1",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/axios": "^3.1.1",
"@nestjs/bullmq": "^10.2.2",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.6",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.6",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/platform-express": "^10.4.6",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.2.3",
"@nestjs/typeorm": "^10.0.2",
"argon2": "^0.41.1",
"axios": "^1.7.7",
"bullmq": "^5.16.0",
"bullmq": "^5.21.2",
"cache-manager": "^5.7.6",
"cache-manager-ioredis-yet": "^2.1.1",
"cache-manager-ioredis-yet": "^2.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
Expand All @@ -59,32 +59,32 @@
"ms": "^2.1.3",
"nestjs-i18n": "^10.4.9",
"nestjs-pino": "^4.1.0",
"nodemailer": "^6.9.15",
"pg": "^8.13.0",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
"pino-http": "^10.3.0",
"pino-pretty": "^11.2.2",
"pino-pretty": "^11.3.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"tslib": "^2.8.0",
"typeorm": "^0.3.20",
"typeorm-extension": "^3.6.1",
"uuid": "^10.0.0"
"typeorm-extension": "^3.6.2",
"uuid": "^11.0.2"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.4",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.6",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.26",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/ms": "^0.7.34",
"@types/node": "^22.7.4",
"@types/node": "^22.8.2",
"@types/nodemailer": "^6.4.16",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
Expand All @@ -94,26 +94,26 @@
"@vuepress/plugin-search": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"env-cmd": "^10.1.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"sass-embedded": "^1.79.4",
"sass-embedded": "^1.80.4",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vue": "^3.5.11",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.17",
"vuepress-plugin-md-enhance": "2.0.0-rc.57"
"vuepress-plugin-md-enhance": "2.0.0-rc.59"
},
"packageManager": "pnpm@9.12.0+sha256.a61b67ff6cc97af864564f4442556c22a04f2e5a7714fbee76a1011361d9b726"
}
Loading

0 comments on commit d8d7ff2

Please sign in to comment.