Support incremental update experiment flag. (#12926)

This commit is contained in:
Jacob Richman
2025-11-13 09:45:03 -08:00
committed by GitHub
parent fb03242950
commit eb9ff72b5a
9 changed files with 48 additions and 31 deletions
+5 -5
View File
@@ -11,7 +11,7 @@
"packages/*"
],
"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"
},
@@ -9887,9 +9887,9 @@
},
"node_modules/ink": {
"name": "@jrichman/ink",
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/@jrichman/ink/-/ink-6.4.2.tgz",
"integrity": "sha512-jfne1I/8+kVhzY/aoIWUKS0adPNRUhnN/wEsdBtSheyAp0b3c94zVsWWyDxnfXKL3RqOd40/H1FFaPLTUwjLXQ==",
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/@jrichman/ink/-/ink-6.4.3.tgz",
"integrity": "sha512-2qm05tjtdia+d1gD7LQjPJyCPJluKDuR5B+FI3ZZXshFoU1igZBFvXs2++x9OT6d9755q+gkRPOdtH8jzx5MiQ==",
"license": "MIT",
"peer": true,
"dependencies": {
@@ -17276,7 +17276,7 @@
"fzf": "^0.5.2",
"glob": "^10.4.5",
"highlight.js": "^11.11.1",
"ink": "npm:@jrichman/ink@6.4.2",
"ink": "npm:@jrichman/ink@6.4.3",
"ink-gradient": "^3.0.0",
"ink-spinner": "^5.0.0",
"latest-version": "^9.0.0",