Skip to content

Commit

Permalink
fix: eslint chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 3, 2023
1 parent 11290a7 commit 7bdb322
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 227 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"scripts": {
"build": "nest build",
"lint": "eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "eslint '{src,test}/**/*.ts' --cache --fix",
"lint": "eslint --cache",
"lint:fix": "eslint --cache --fix",
"orm": "npx mikro-orm",
"prebuild": "rimraf dist",
"sample": "cd env; npx sample-env --env .env.dev",
Expand All @@ -55,17 +55,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/client-ses": "^3.421.0",
"@aws-sdk/client-s3": "^3.423.0",
"@aws-sdk/client-ses": "^3.423.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
"@golevelup/nestjs-webhooks": "^0.2.16",
"@mikro-orm/core": "^5.8.5",
"@mikro-orm/migrations": "^5.8.5",
"@mikro-orm/core": "^5.8.6",
"@mikro-orm/migrations": "^5.8.6",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.5",
"@mikro-orm/reflection": "^5.8.5",
"@mikro-orm/postgresql": "^5.8.6",
"@mikro-orm/reflection": "^5.8.6",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/cache-manager": "^2.1.0",
Expand All @@ -85,8 +85,8 @@
"@nestjs/websockets": "^10.2.6",
"@ntegral/nestjs-sentry": "^4.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.72.0",
"@sentry/node": "^7.72.0",
"@sentry/hub": "^7.73.0",
"@sentry/node": "^7.73.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"argon2": "^0.31.1",
Expand All @@ -102,7 +102,7 @@
"firebase-admin": "^11.11.0",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"helper-fns": "^2.6.26",
"helper-fns": "^2.6.27",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.9.0",
"joi": "^17.10.2",
Expand Down Expand Up @@ -144,14 +144,14 @@
"@firebase/app-compat": "^0.2.19",
"@firebase/app-types": "^0.9.0",
"@golevelup/ts-jest": "^0.4.0",
"@mikro-orm/cli": "^5.8.5",
"@mikro-orm/seeder": "^5.8.5",
"@mikro-orm/cli": "^5.8.6",
"@mikro-orm/seeder": "^5.8.6",
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
"@rubiin/eslint-config": "^1.8.6-beta.10",
"@rubiin/eslint-config": "^1.8.7",
"@rubiin/tsconfig": "^1.1.0",
"@sentry/types": "^7.72.0",
"@sentry/types": "^7.73.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.91",
"@swc/jest": "^0.2.29",
Expand All @@ -162,7 +162,7 @@
"@types/jest": "^29.5.5",
"@types/mime-types": "^2.1.2",
"@types/multer": "^1.4.8",
"@types/node": "^20.8.0",
"@types/node": "^20.8.2",
"@types/nodemailer": "^6.4.11",
"@types/passport": "^1.0.13",
"@types/passport-facebook": "^3.0.1",
Expand All @@ -172,7 +172,7 @@
"@types/pug": "^2.0.7",
"@types/qrcode": "^1.5.2",
"@types/qs": "6.9.8",
"@types/supertest": "2.0.13",
"@types/supertest": "2.0.14",
"@types/swagger-stats": "^0.95.9",
"@types/swagger-ui-express": "^4.1.4",
"cross-env": "^7.0.3",
Expand All @@ -183,7 +183,7 @@
"jest": "29.7.0",
"lint-staged": "^14.0.1",
"run-script-webpack-plugin": "^0.2.0",
"sample-env": "^2.0.5",
"sample-env": "^2.0.6",
"supertest": "6.3.3",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 7bdb322

Please sign in to comment.