Skip to content

Commit

Permalink
fix: async style for pino and i18n module
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 19, 2023
1 parent e37f78d commit ef86e2e
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 221 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
"nestjs-fastjwt": "^0.0.1",
"nestjs-i18n": "^10.3.2",
"nestjs-i18n": "^10.3.4",
"nestjs-minio": "^2.5.1",
"nestjs-pino": "^3.4.0",
"nestjs-throttler-storage-redis": "^0.4.0",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@rubiin/tsconfig": "^1.0.2",
"@sentry/types": "^7.69.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.85",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand All @@ -172,8 +172,8 @@
"@types/supertest": "2.0.12",
"@types/swagger-stats": "^0.95.8",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.49.0",
Expand Down
Loading

0 comments on commit ef86e2e

Please sign in to comment.