Switch to alternate buffer mode before rendering Ink. (#12833)

This commit is contained in:
Jacob Richman
2025-11-10 12:30:38 -08:00
committed by GitHub
parent 3c9052a751
commit 8f4b1b582d
4 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -61,7 +61,7 @@
"pre-commit": "node scripts/pre-commit.js"
},
"overrides": {
"ink": "npm:@jrichman/ink@6.4.1",
"ink": "npm:@jrichman/ink@6.4.2",
"wrap-ansi": "9.0.2",
"cliui": {
"wrap-ansi": "7.0.0"
@@ -118,6 +118,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"ink": "npm:@jrichman/ink@6.4.2",
"latest-version": "^9.0.0",
"simple-git": "^3.28.0"
},