fix: update @types/node version and improve type handling in daily character affiliations

This commit is contained in:
2026-03-01 20:23:28 +01:00
parent b183b5877b
commit 40bdc80773
3 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^24",
"@types/node": "^24.11.0",
"cheerio": "^1.0.0-rc.12",
"csv-writer": "^1.6.0",
"eslint": "^9.39.2",
@@ -47,11 +47,11 @@
"vite": "^7.3.1"
},
"dependencies": {
"tsx": "^4.21.0",
"drizzle-orm": "^0.45.1",
"drizzle-kit": "^0.31.8",
"better-auth": "^1.4.18",
"@libsql/client": "^0.17.0",
"@sveltejs/adapter-node": "^5.5.4",
"@libsql/client": "^0.17.0"
"better-auth": "^1.4.18",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"tsx": "^4.21.0"
}
}