fix(deps): revert yargs bump and fix npx regression (#3610)

This commit is contained in:
N. Taylor Mullen
2025-07-08 23:44:56 -07:00
committed by GitHub
parent 95782b7b47
commit d094026b3b
6 changed files with 92 additions and 270 deletions

View File

@@ -77,6 +77,6 @@
"react-devtools-core": "^4.28.5",
"typescript-eslint": "^8.30.1",
"vitest": "^3.2.4",
"yargs": "^18.0.0"
"yargs": "^17.7.2"
}
}