Support incremental update experiment flag. (#12926)

This commit is contained in:
Jacob Richman
2025-11-13 09:45:03 -08:00
committed by jacob314
parent b37c674f2b
commit 1cab681854
9 changed files with 48 additions and 31 deletions

View File

@@ -61,7 +61,7 @@
"pre-commit": "node scripts/pre-commit.js"
},
"overrides": {
"ink": "npm:@jrichman/ink@6.4.2",
"ink": "npm:@jrichman/ink@6.4.3",
"wrap-ansi": "9.0.2",
"cliui": {
"wrap-ansi": "7.0.0"
@@ -118,7 +118,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"ink": "npm:@jrichman/ink@6.4.2",
"ink": "npm:@jrichman/ink@6.4.3",
"latest-version": "^9.0.0",
"simple-git": "^3.28.0"
},