Skip to content

Commit c8308a8

Browse files
committed
feat: add dependency and make project starting easier
Signed-off-by: Anshuman Chhapolia <anshuman@smoketrees.in>
1 parent 9d5c66e commit c8308a8

30 files changed

+1319
-2161
lines changed

package-lock.json

Lines changed: 19 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cors": "^2.8.5",
4747
"dotenv": "^16.4.7",
4848
"express": "^5.1.0",
49-
"inversify": "^7.5.2",
49+
"inversify": "^6.2.2",
5050
"morgan": "^1.10.0",
5151
"pg": "^8.13.1",
5252
"swagger-ui-express": "^5.0.1",
@@ -68,8 +68,8 @@
6868
"@types/supertest": "^6.0.2",
6969
"@types/swagger-ui-express": "^4.1.7",
7070
"@types/yamljs": "^0.2.34",
71-
"@typescript-eslint/eslint-plugin": "^8.19.1",
72-
"@typescript-eslint/parser": "^8.19.1",
71+
"@typescript-eslint/eslint-plugin": "^8.34.1",
72+
"@typescript-eslint/parser": "^8.34.1",
7373
"c8": "^10.1.3",
7474
"chai": "^5.1.2",
7575
"eslint": "^9.18.0",

0 commit comments

Comments
 (0)