deps-upgrade(relationship-worker): ⬆️ Update dependencies in relationship-worker to ensure security, compatibility, and feature improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e3d15f9633
commit
94dd75767f
1 changed files with 6 additions and 1 deletions
|
|
@ -10,16 +10,21 @@
|
|||
"start:dev": "tsx watch src/main.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest --watch"
|
||||
"test:watch": "vitest --watch",
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg": "^8.17.1",
|
||||
"tsx": "^4.19.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@lilith/eslint-plugin-file-length": "^1.1.2",
|
||||
"@types/node": "^20.19.30",
|
||||
"@types/pg": "^8.11.10",
|
||||
"eslint": "^10.1.0",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.58.0",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue