diff --git a/components/cli/bun.lockb b/components/cli/bun.lockb index 0c2b1ff..588af3f 100755 Binary files a/components/cli/bun.lockb and b/components/cli/bun.lockb differ diff --git a/components/cli/package.json b/components/cli/package.json index 5bc1916..4de9fcf 100644 --- a/components/cli/package.json +++ b/components/cli/package.json @@ -1,6 +1,6 @@ { "name": "@crystallize/cli", - "version": "5.5.0", + "version": "5.6.0", "description": "Crystallize CLI", "module": "src/index.ts", "repository": "https://github.com/CrystallizeAPI/crystallize-cli", @@ -10,33 +10,32 @@ ], "type": "module", "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.8.2" }, "engines": { "bun": ">=1.2.4" }, "devDependencies": { - "@commitlint/cli": "^19.7.1", - "@commitlint/config-conventional": "^19.7.1", + "@commitlint/cli": "^19.8.0", + "@commitlint/config-conventional": "^19.8.0", "@types/bun": "latest", "@types/marked": "^6.0.0", "@types/marked-terminal": "^6.1.1", - "@types/react": "^18.3.18", + "@types/react": "^19.0.10", "@types/signale": "^1.4.7", - "@types/tabtab": "^3.0.4", "prettier": "^3.5.3", "react-devtools-core": "^6.1.1" }, "dependencies": { "@crystallize/js-api-client": "^4.2.0", - "@crystallize/schema": "^3.1.0", + "@crystallize/schema": "^3.2.0", "awilix": "^12.0.4", "cli-spinners": "^3.2.0", "commander": "^13.1.0", - "ink": "^5.1.1", + "ink": "^5.2.0", "ink-link": "^4.1.0", "ink-text-input": "^6.0.0", - "jotai": "^2.12.1", + "jotai": "^2.12.2", "json-to-graphql-query": "^2.3.0", "marked": "^15.0.7", "marked-terminal": "^7.3.0",