summaryrefslogtreecommitdiff
path: root/packages/cli
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-03 13:37:59 -0700
committerGitHub <[email protected]>2025-06-03 13:37:59 -0700
commit00a9f654a3ced1553a29091c61ba168761210137 (patch)
tree54e2ec3d8f59561258c771eaf7e917ebda778425 /packages/cli
parente96fd677ee4234ea17e88ac567c444ae72cc0a7c (diff)
fixed strip-ansi dep by installing it in core package (also ran npm install in cli package that resulted in the minor changes here) (#727)
Diffstat (limited to 'packages/cli')
-rw-r--r--packages/cli/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index f8bce687..fc5074f8 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -34,14 +34,14 @@
"dotenv": "^16.4.7",
"highlight.js": "^11.11.1",
"ink": "^5.2.0",
- "ink-gradient": "^3.0.0",
"ink-big-text": "^2.0.0",
+ "ink-gradient": "^3.0.0",
"ink-select-input": "^6.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"lowlight": "^3.3.0",
- "open": "^10.1.2",
"mime-types": "^2.1.4",
+ "open": "^10.1.2",
"react": "^18.3.1",
"read-package-up": "^11.0.0",
"shell-quote": "^1.8.2",