Skip to content

Commit

Permalink
feat: change redis to ioredis and upgrade some deps (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Sep 8, 2024
1 parent 1bea9e7 commit da86e27
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 476 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"axios": "^1.7.7",
"bullmq": "^5.12.14",
"cache-manager": "^5.7.6",
"cache-manager-redis-yet": "^5.1.4",
"cache-manager-ioredis-yet": "^2.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"compression": "^1.7.4",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"ms": "^2.1.3",
"nestjs-i18n": "^10.4.5",
"nestjs-i18n": "^10.4.6",
"nestjs-pino": "^4.1.0",
"nodemailer": "^6.9.14",
"nodemailer": "^6.9.15",
"pg": "^8.12.0",
"pino-http": "^10.2.0",
"pino-http": "^10.3.0",
"pino-pretty": "^11.2.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
Expand All @@ -73,31 +73,31 @@
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.10.0",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.1",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.24",
"@types/compression": "^1.7.5",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/ms": "^0.7.34",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.15",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@vuepress/bundler-vite": "^2.0.0-rc.15",
"@vuepress/plugin-search": "^2.0.0-rc.41",
"@vuepress/theme-default": "^2.0.0-rc.41",
"env-cmd": "^10.1.0",
"eslint": "^9.9.0",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"source-map-support": "^0.5.21",
Expand All @@ -107,8 +107,8 @@
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"vue": "^3.4.38",
"typescript-eslint": "^8.4.0",
"vue": "^3.5.3",
"vuepress": "^2.0.0-rc.15",
"vuepress-plugin-md-enhance": "^2.0.0-rc.52"
},
Expand Down
Loading

0 comments on commit da86e27

Please sign in to comment.