fix(deps): resolve ansi-regex dependency conflict (#9964)

This commit is contained in:
matt korwel
2025-09-26 10:00:54 -07:00
committed by GitHub
parent a4516665d5
commit 8a16165a9b
5 changed files with 99 additions and 309 deletions

View File

@@ -54,6 +54,13 @@
"clean": "node scripts/clean.js",
"pre-commit": "node scripts/pre-commit.js"
},
"overrides": {
"wrap-ansi": "9.0.2",
"ansi-regex": "5.0.1",
"cliui": {
"wrap-ansi": "7.0.0"
}
},
"bin": {
"gemini": "bundle/gemini.js"
},
@@ -98,6 +105,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@testing-library/dom": "^10.4.1",
"simple-git": "^3.28.0"
},
"optionalDependencies": {
@@ -109,12 +117,6 @@
"@lydell/node-pty-win32-x64": "1.1.0",
"node-pty": "^1.0.0"
},
"overrides": {
"wrap-ansi": "9.0.2",
"cliui": {
"wrap-ansi": "7.0.0"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",