Skip to content

Commit

Permalink
feat: vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 22, 2023
1 parent feb17a9 commit 6b17b26
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 368 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,5 @@
"Requote",
"rubiin",
"UNAUTHORISED"
],
"exportall.config.relExclusion": [
"/src/entities/index.ts",
"/src/common/interceptors"
]
}
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.5",
"@nestjs/common": "10.2.6",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.2.5",
"@nestjs/core": "10.2.6",
"@nestjs/jwt": "^10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.5",
"@nestjs/platform-socket.io": "^10.2.5",
"@nestjs/schedule": "^3.0.3",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/platform-socket.io": "^10.2.6",
"@nestjs/schedule": "^3.0.4",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.11",
"@nestjs/swagger": "^7.1.12",
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.0",
"@nestjs/websockets": "^10.2.5",
"@nestjs/websockets": "^10.2.6",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.70.0",
Expand All @@ -99,7 +99,7 @@
"firebase-admin": "^11.10.1",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.24",
"helper-fns": "^2.6.26",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.8.0",
"joi": "^17.10.2",
Expand All @@ -110,7 +110,7 @@
"nestjs-i18n": "^10.3.5",
"nestjs-minio": "^2.5.1",
"nestjs-pino": "^3.5.0",
"nestjs-throttler-storage-redis": "^0.4.0",
"nestjs-throttler-storage-redis": "^0.4.1",
"nodemailer": "^6.9.5",
"otplib": "^12.0.1",
"passport": "0.6.0",
Expand All @@ -126,11 +126,12 @@
"pug": "^3.0.2",
"qrcode": "^1.5.3",
"read-pkg": "^8.1.0",
"redis": "^4.6.9",
"redis": "^4.6.10",
"reflect-metadata": "0.1.13",
"rxjs": "^7.8.1",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"stripe": "^13.6.0",
"stripe": "^13.7.0",
"swagger-stats": "^0.99.7",
"twilio": "4.18.0",
"unprofane": "^1.0.6",
Expand All @@ -142,14 +143,14 @@
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.2",
"@mikro-orm/seeder": "^5.8.2",
"@nestjs/cli": "10.1.17",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.5",
"@nestjs/testing": "10.2.6",
"@rubiin/eslint-config-ts": "^1.5.1",
"@rubiin/tsconfig": "^1.0.2",
"@sentry/types": "^7.70.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.86",
"@swc/core": "^1.3.87",
"@swc/jest": "^0.2.29",
"@total-typescript/ts-reset": "^0.5.1",
"@types/cache-manager": "^4.0.3",
Expand Down Expand Up @@ -177,7 +178,7 @@
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint_d": "^12.2.1",
"husky": "^8.0.3",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 6b17b26

Please sign in to comment.