summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-07-08 23:44:56 -0700
committerGitHub <[email protected]>2025-07-08 23:44:56 -0700
commitd094026b3bae833058fea375c686f8e8027daa3e (patch)
treec044d0ddd34e129aa6b1b656aa66bd17e1e89436 /package.json
parent95782b7b47068fe449823d8e5f57d583fdd42c2d (diff)
fix(deps): revert yargs bump and fix npx regression (#3610)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3bdd529f..a9044dd2 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}