Skip to content

Commit

Permalink
fix: jsdoc and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 9, 2023
1 parent e8911a0 commit 033a638
Show file tree
Hide file tree
Showing 92 changed files with 2,036 additions and 1,982 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"orm": "npx mikro-orm"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.405.0",
"@aws-sdk/client-ses": "^3.405.0",
"@aws-sdk/client-s3": "^3.409.0",
"@aws-sdk/client-ses": "^3.409.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand All @@ -77,12 +77,12 @@
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.10",
"@nestjs/terminus": "^10.0.1",
"@nestjs/throttler": "^4.2.1",
"@nestjs/throttler": "^5.0.0",
"@nestjs/websockets": "^10.2.4",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.66.0",
"@sentry/node": "^7.66.0",
"@sentry/hub": "^7.68.0",
"@sentry/node": "^7.68.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.31.1",
Expand All @@ -97,7 +97,7 @@
"firebase-admin": "^11.10.1",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.18",
"helper-fns": "^2.6.21",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.8.0",
"joi": "^17.10.1",
Expand All @@ -108,8 +108,8 @@
"nestjs-i18n": "^10.3.1",
"nestjs-minio": "^2.5.0",
"nestjs-pino": "^3.4.0",
"nestjs-throttler-storage-redis": "^0.3.3",
"nodemailer": "^6.9.4",
"nestjs-throttler-storage-redis": "^0.4.0",
"nodemailer": "^6.9.5",
"otplib": "^12.0.1",
"passport": "0.6.0",
"passport-facebook": "^3.0.0",
Expand All @@ -118,7 +118,7 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.5.0",
"pino-pretty": "^10.2.0",
"poolifier": "^2.6.41",
"poolifier": "^2.6.44",
"preview-email": "^3.0.19",
"prom-client": "^14.2.0",
"pug": "^3.0.2",
Expand All @@ -128,10 +128,10 @@
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
"socket.io": "^4.7.2",
"stripe": "^13.4.0",
"stripe": "^13.5.0",
"swagger-stats": "^0.99.7",
"twilio": "4.16.0",
"unprofane": "^1.0.3",
"twilio": "4.17.0",
"unprofane": "^1.0.4",
"url-minify": "^2.8.4"
},
"devDependencies": {
Expand All @@ -145,9 +145,9 @@
"@nestjs/testing": "10.2.4",
"@rubiin/eslint-config-typescript": "^1.0.26",
"@rubiin/tsconfig": "^1.0.2",
"@sentry/types": "^7.66.0",
"@sentry/types": "^7.68.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.82",
"@swc/core": "^1.3.83",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand All @@ -156,7 +156,7 @@
"@types/jest": "^29.5.4",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^3.0.0",
Expand All @@ -174,7 +174,7 @@
"@typescript-eslint/parser": "^6.6.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-deprecation": "^1.5.0",
Expand Down
Loading

0 comments on commit 033a638

Please sign in to comment.