Skip to content

Commit

Permalink
fix: jsdoc and lints
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 23, 2023
1 parent 6b17b26 commit f80e0ad
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 262 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"test:e2e": "jest --config ./test/jest-e2e.json --runInBand --forceExit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.417.0",
"@aws-sdk/client-ses": "^3.414.0",
"@aws-sdk/client-s3": "^3.418.0",
"@aws-sdk/client-ses": "^3.418.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.2",
"@mikro-orm/migrations": "^5.8.2",
"@mikro-orm/nestjs": "^5.2.1",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.8.2",
"@mikro-orm/reflection": "^5.8.2",
"@mikro-orm/sql-highlighter": "^1.0.1",
Expand Down Expand Up @@ -176,7 +176,7 @@
"@typescript-eslint/parser": "^6.7.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint_d": "^12.2.1",
Expand Down
Loading

0 comments on commit f80e0ad

Please sign in to comment.