chore(deps): refresh workspace dependencies

This commit is contained in:
Andrey Avtomonov 2026-05-13 00:33:12 +02:00
parent 80f298d652
commit 301b061937
16 changed files with 1260 additions and 1151 deletions

View file

@ -33,7 +33,7 @@
"type-check": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@clack/prompts": "1.3.0",
"@clack/prompts": "1.4.0",
"@commander-js/extra-typings": "14.0.0",
"@ktx/connector-bigquery": "workspace:*",
"@ktx/connector-clickhouse": "workspace:*",
@ -45,18 +45,18 @@
"@ktx/context": "workspace:*",
"@ktx/llm": "workspace:*",
"commander": "14.0.3",
"ink": "^7.0.1",
"react": "^19.2.5",
"ink": "^7.0.2",
"react": "^19.2.6",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^24.3.0",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"better-sqlite3": "^12.6.2",
"better-sqlite3": "^12.10.0",
"ink-testing-library": "^4.0.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"license": "Apache-2.0",
"repository": {