Skip to content

Commit

Permalink
fix: split process.env globals into separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Dec 24, 2023
1 parent e603108 commit 875690c
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 265 deletions.
27 changes: 13 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.474.0",
"@aws-sdk/client-ses": "^3.474.0",
"@aws-sdk/client-s3": "^3.478.0",
"@aws-sdk/client-ses": "^3.478.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.1.0",
"@golevelup/nestjs-stripe": "^0.6.4",
"@golevelup/nestjs-webhooks": "^0.2.17",
"@ladjs/consolidate": "^1.0.3",
"@mikro-orm/core": "6.0.0-rc.3",
"@mikro-orm/migrations": "6.0.0-rc.3",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/nestjs": "^5.2.3",
"@mikro-orm/postgresql": "6.0.0-rc.3",
"@mikro-orm/reflection": "6.0.0-rc.3",
"@mikro-orm/sql-highlighter": "^1.0.1",
Expand All @@ -82,12 +82,12 @@
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.17",
"@nestjs/terminus": "^10.2.0",
"@nestjs/throttler": "^5.1.0",
"@nestjs/throttler": "^5.1.1",
"@nestjs/websockets": "^10.3.0",
"@ngneat/falso": "^7.1.1",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.88.0",
"@sentry/node": "^7.88.0",
"@sentry/hub": "^7.91.0",
"@sentry/node": "^7.91.0",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.3.0",
Expand All @@ -97,14 +97,14 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"compression": "^1.7.4",
"date-fns": "^2.30.0",
"date-fns": "^3.0.6",
"date-fns-tz": "^2.0.0",
"eta": "^3.2.0",
"firebase-admin": "^12.0.0",
"helmet": "^7.1.0",
"helper-fns": "^2.6.43",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^1.12.0",
"isomorphic-dompurify": "^2.0.0",
"joi": "^17.11.0",
"mime-types": "^2.1.35",
"nestjs-cloudinary": "^2.0.7",
Expand All @@ -121,16 +121,16 @@
"passport-magic-login": "^1.2.2",
"pino-http": "^8.6.0",
"pino-pretty": "^10.3.0",
"poolifier": "^3.1.4",
"poolifier": "^3.1.10",
"preview-email": "^3.0.19",
"prom-client": "^15.1.0",
"qrcode": "^1.5.3",
"redis": "^4.6.11",
"redis": "^4.6.12",
"reflect-metadata": "0.2.1",
"rxjs": "^7.8.1",
"sharp": "^0.33.1",
"socket.io": "^4.7.2",
"stripe": "^14.9.0",
"stripe": "^14.10.0",
"swagger-stats": "^0.99.7",
"twilio": "4.20.0",
"unprofane": "^1.0.6",
Expand All @@ -147,7 +147,7 @@
"@nestjs/schematics": "10.0.3",
"@nestjs/testing": "10.3.0",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.88.0",
"@sentry/types": "^7.91.0",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.101",
"@swc/jest": "^0.2.29",
Expand Down Expand Up @@ -202,8 +202,7 @@
},
"pnpm": {
"overrides": {
"axios@>=0.8.1 <1.6.0": "1.6.0",
"sharp": "^0.33.0"
"axios@>=0.8.1 <1.6.0": "1.6.0"
}
}
}
Loading

0 comments on commit 875690c

Please sign in to comment.