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)

This commit is contained in:
Olcan 2025-06-03 13:37:59 -07:00 committed by GitHub
parent e96fd677ee
commit 00a9f654a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 19 deletions

18
package-lock.json generated
View File

@ -9120,21 +9120,6 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/widest-line/node_modules/strip-ansi": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/window-size": { "node_modules/window-size": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/window-size/-/window-size-1.1.1.tgz", "resolved": "https://registry.npmjs.org/window-size/-/window-size-1.1.1.tgz",
@ -9504,7 +9489,8 @@
"diff": "^7.0.0", "diff": "^7.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"shell-quote": "^1.8.2" "shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/diff": "^7.0.2", "@types/diff": "^7.0.2",

View File

@ -34,14 +34,14 @@
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"ink": "^5.2.0", "ink": "^5.2.0",
"ink-gradient": "^3.0.0",
"ink-big-text": "^2.0.0", "ink-big-text": "^2.0.0",
"ink-gradient": "^3.0.0",
"ink-select-input": "^6.0.0", "ink-select-input": "^6.0.0",
"ink-spinner": "^5.0.0", "ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0", "ink-text-input": "^6.0.0",
"lowlight": "^3.3.0", "lowlight": "^3.3.0",
"open": "^10.1.2",
"mime-types": "^2.1.4", "mime-types": "^2.1.4",
"open": "^10.1.2",
"react": "^18.3.1", "react": "^18.3.1",
"read-package-up": "^11.0.0", "read-package-up": "^11.0.0",
"shell-quote": "^1.8.2", "shell-quote": "^1.8.2",

View File

@ -26,7 +26,8 @@
"diff": "^7.0.0", "diff": "^7.0.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"fast-glob": "^3.3.3", "fast-glob": "^3.3.3",
"shell-quote": "^1.8.2" "shell-quote": "^1.8.2",
"strip-ansi": "^7.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/diff": "^7.0.2", "@types/diff": "^7.0.2",