mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-23 02:33:06 +02:00
fix(backend): update deps and fix types
This commit is contained in:
parent
eb1f3e081b
commit
ddb7dc2ec6
3 changed files with 569 additions and 373 deletions
|
@ -16,7 +16,7 @@
|
|||
"koa-bodyparser": "^4.3.0",
|
||||
"koa-logger": "^3.2.1",
|
||||
"koa-qs": "^3.0.0",
|
||||
"taskwarrior-lib": "^0.4.2"
|
||||
"taskwarrior-lib": "^0.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/koa": "^2.11.3",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^3.5.0",
|
||||
"@typescript-eslint/parser": "^3.5.0",
|
||||
"eslint": "^7.3.1",
|
||||
"ts-node": "^8.10.2",
|
||||
"typescript": "^3.9.5"
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue