mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore(types): fix type issues and update other packages
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
"lucia": "^3.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8.2"
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,9 @@
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/honojs/middleware",
|
||||
"devDependencies": {
|
||||
"@hono/node-server": "^2.0.1",
|
||||
"@types/ws": "^8",
|
||||
"hono": "^4.12.16",
|
||||
"tsup": "^8.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -30,8 +32,8 @@
|
||||
"@hctv/db": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@hono/node-server": "^1.11.1",
|
||||
"hono": "^4.6.0"
|
||||
"@hono/node-server": "^2.0.1",
|
||||
"hono": "^4.12.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.14.1"
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"@typescript-eslint/parser": "^8.50.1",
|
||||
"eslint": "^9.39.2",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript": "^6.0.3",
|
||||
"vitest": "^4.0.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user