summaryrefslogtreecommitdiff
path: root/packages
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
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')
-rw-r--r--packages/cli/package.json4
-rw-r--r--packages/core/package.json3
2 files changed, 4 insertions, 3 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",
diff --git a/packages/core/package.json b/packages/core/package.json
index 4bd8de98..65c61671 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -26,7 +26,8 @@
"diff": "^7.0.0",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3",
- "shell-quote": "^1.8.2"
+ "shell-quote": "^1.8.2",
+ "strip-ansi": "^7.1.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",