Skip to content

Commit

Permalink
fix: optional chaining on custom libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Oct 26, 2023
1 parent 137b5ac commit ffd0baa
Show file tree
Hide file tree
Showing 16 changed files with 222 additions and 205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
node-version: 18.x
cache: pnpm

- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm install
- run: pnpm build
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.435.0",
"@aws-sdk/client-ses": "^3.435.0",
"@aws-sdk/client-s3": "^3.436.0",
"@aws-sdk/client-ses": "^3.436.0",
"@casl/ability": "^6.5.0",
"@golevelup/nestjs-rabbitmq": "^4.0.0",
"@golevelup/nestjs-stripe": "^0.6.3",
Expand Down Expand Up @@ -84,8 +84,8 @@
"@nestjs/throttler": "^5.0.1",
"@nestjs/websockets": "^10.2.7",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/hub": "^7.75.0",
"@sentry/node": "^7.75.0",
"@sentry/hub": "^7.75.1",
"@sentry/node": "^7.75.1",
"@socket.io/redis-adapter": "^8.2.1",
"@supercharge/request-ip": "^1.2.0",
"@travelerdev/nestjs-sentry": "^4.2.1",
Expand Down Expand Up @@ -143,9 +143,9 @@
"@nestjs/cli": "10.2.0",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.7",
"@rubiin/eslint-config": "^1.8.28",
"@rubiin/eslint-config": "^1.9.0",
"@rubiin/tsconfig": "^1.1.2",
"@sentry/types": "^7.75.0",
"@sentry/types": "^7.75.1",
"@side/jest-runtime": "^1.1.0",
"@swc/core": "^1.3.95",
"@swc/jest": "^0.2.29",
Expand All @@ -157,7 +157,7 @@
"@types/jest": "^29.5.6",
"@types/mime-types": "^2.1.3",
"@types/multer": "^1.4.9",
"@types/node": "^20.8.8",
"@types/node": "^20.8.9",
"@types/nodemailer": "^6.4.13",
"@types/passport": "^1.0.14",
"@types/passport-facebook": "^3.0.2",
Expand Down
Loading

0 comments on commit ffd0baa

Please sign in to comment.