Skip to content

Commit

Permalink
fix: optional chains on min.max lenghth
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 25, 2023
1 parent a1c2914 commit 177d094
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 127 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"@nestjs/websockets": "^10.2.6",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.70.0",
"@sentry/node": "^7.70.0",
"@sentry/hub": "^7.71.0",
"@sentry/node": "^7.71.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.31.1",
Expand Down Expand Up @@ -120,7 +120,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.0",
"poolifier": "^2.7.3",
"poolifier": "^2.7.4",
"preview-email": "^3.0.19",
"prom-client": "^14.2.0",
"pug": "^3.0.2",
Expand Down Expand Up @@ -148,9 +148,9 @@
"@nestjs/testing": "10.2.6",
"@rubiin/eslint-config-ts": "^1.5.1",
"@rubiin/tsconfig": "^1.1.0",
"@sentry/types": "^7.70.0",
"@sentry/types": "^7.71.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.88",
"@swc/core": "^1.3.89",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand All @@ -169,9 +169,9 @@
"@types/pug": "^2.0.7",
"@types/qrcode": "^1.5.2",
"@types/qs": "6.9.8",
"@types/supertest": "2.0.12",
"@types/swagger-stats": "^0.95.8",
"@types/swagger-ui-express": "^4.1.3",
"@types/supertest": "2.0.13",
"@types/swagger-stats": "^0.95.9",
"@types/swagger-ui-express": "^4.1.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 177d094

Please sign in to comment.