chore: fix CI checker, improve it (#1099)

This commit is contained in:
Ralph Khreish
2025-08-07 15:52:49 +02:00
committed by GitHub
parent a464e550b8
commit 41d1e671b1
8 changed files with 148 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"displayName": "TaskMaster",
"description": "A visual Kanban board interface for TaskMaster projects in VS Code",
"version": "0.23.0",
"version": "0.23.1-rc.0",
"publisher": "Hamster",
"icon": "assets/icon.png",
"engines": {
@@ -239,7 +239,7 @@
"check-types": "tsc --noEmit"
},
"dependencies": {
"task-master-ai": "*"
"task-master-ai": "0.24.0-rc.1"
},
"devDependencies": {
"@dnd-kit/core": "^6.3.1",