chore(deps): refresh workspace dependencies (#43)

* chore(deps): refresh workspace dependencies

* Fix pnpm artifact smoke build approvals
This commit is contained in:
Andrey Avtomonov 2026-05-13 01:15:35 +02:00 committed by GitHub
parent 17a2fee69a
commit 85fc408054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1274 additions and 1153 deletions

View file

@ -34,7 +34,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:*",
@ -46,18 +46,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": {