update dependencies, attempt to fix server restart issue

This commit is contained in:
Amruth Pillai
2023-04-20 22:33:11 +02:00
parent ed710f6fe5
commit 036b2917a6
12 changed files with 1588 additions and 1243 deletions

View File

@ -9,7 +9,7 @@
"build": "tsc"
},
"devDependencies": {
"eslint": "^8.37.0",
"typescript": "^5.0.3"
"eslint": "^8.38.0",
"typescript": "^5.0.4"
}
}