Fix: React version overrides to resolve hooks conflict with ink-syntax-highlight

This commit is contained in:
Gemini AI
2025-12-14 13:10:06 +04:00
Unverified
parent 375d78803f
commit 2e6602d6d4

View File

@@ -1,6 +1,6 @@
{
"name": "openqode-tui",
"version": "1.2.1",
"version": "1.2.2",
"author": "Trae & Gemini",
"private": true,
"dependencies": {
@@ -13,6 +13,10 @@
"clipboardy": "^4.0.0",
"he": "^1.2.0"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "node bin/opencode-ink.mjs"
}