diff --git a/package-lock.json b/package-lock.json index 1791f3f2a..2a0726478 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17364,7 +17364,6 @@ "ink-spinner": "^5.0.0", "lowlight": "^3.3.0", "open": "^10.1.2", - "prompts": "^2.4.2", "qrcode-terminal": "^0.12.0", "react": "^19.1.0", "read-package-up": "^11.0.0", @@ -17392,7 +17391,6 @@ "@types/diff": "^7.0.2", "@types/dotenv": "^6.1.1", "@types/node": "^20.11.24", - "@types/prompts": "^2.4.9", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/semver": "^7.7.0", @@ -18021,6 +18019,7 @@ "open": "^10.1.2", "openai": "5.11.0", "picomatch": "^4.0.1", + "prompts": "^2.4.2", "shell-quote": "^1.8.3", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", @@ -18036,6 +18035,7 @@ "@types/fast-levenshtein": "^0.0.4", "@types/minimatch": "^5.1.2", "@types/picomatch": "^4.0.1", + "@types/prompts": "^2.4.9", "@types/tar": "^6.1.13", "@types/ws": "^8.5.10", "msw": "^2.3.4", diff --git a/packages/cli/package.json b/packages/cli/package.json index f50cf4635..03e5d90e9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -46,7 +46,6 @@ "comment-json": "^4.2.5", "diff": "^7.0.0", "dotenv": "^17.1.0", - "prompts": "^2.4.2", "fzf": "^0.5.2", "glob": "^10.5.0", "highlight.js": "^11.11.1", @@ -79,7 +78,6 @@ "@types/command-exists": "^1.2.3", "@types/diff": "^7.0.2", "@types/dotenv": "^6.1.1", - "@types/prompts": "^2.4.9", "@types/node": "^20.11.24", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", diff --git a/packages/core/package.json b/packages/core/package.json index b3c940ecb..4675a39ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -60,6 +60,7 @@ "mnemonist": "^0.40.3", "open": "^10.1.2", "openai": "5.11.0", + "prompts": "^2.4.2", "picomatch": "^4.0.1", "shell-quote": "^1.8.3", "simple-git": "^3.28.0", @@ -88,6 +89,7 @@ "@types/picomatch": "^4.0.1", "@types/ws": "^8.5.10", "@types/tar": "^6.1.13", + "@types/prompts": "^2.4.9", "msw": "^2.3.4", "typescript": "^5.3.3", "vitest": "^3.1.1"