update deps

This commit is contained in:
Nathaniel Tampus
2023-08-16 13:19:01 +08:00
parent c591415e3d
commit 98d5490de6
4 changed files with 335 additions and 474 deletions

View File

@@ -28,10 +28,10 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/node": "^18.17.3",
"@types/node": "^18.17.5",
"@types/pg": "^8.10.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.6"
},