diff --git a/package-lock.json b/package-lock.json index 473b608..3256a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "packages/*" ], "dependencies": { + "@clack/core": "^1.0.1", "@clack/prompts": "^1.0.1", "commander": "^14.0.0", "fast-fuzzy": "^1.12.0", @@ -25,6 +26,7 @@ "minimatch": "^10.1.1", "nanoid": "^5.0.7", "ora": "^9.3.0", + "picocolors": "^1.1.0", "prompts": "^2.4.2", "semver": "^7.7.2", "smol-toml": "^1.6.0", diff --git a/package.json b/package.json index 9117cb4..d61147d 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "test": "TS_NODE_TRANSPILE_ONLY=1 node --loader ts-node/esm tests/run-tests.ts" }, "dependencies": { + "@clack/core": "^1.0.1", "@clack/prompts": "^1.0.1", "commander": "^14.0.0", "fast-fuzzy": "^1.12.0", @@ -71,6 +72,7 @@ "minimatch": "^10.1.1", "nanoid": "^5.0.7", "ora": "^9.3.0", + "picocolors": "^1.1.0", "prompts": "^2.4.2", "semver": "^7.7.2", "smol-toml": "^1.6.0",