fix(tui): declare nanostores dependency

This commit is contained in:
helix4u 2026-04-24 19:57:55 -06:00 committed by Teknium
parent dc63ad0ad2
commit f236cbfec3
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
"@nanostores/react": "^1.1.0",
"ink": "^6.8.0",
"ink-text-input": "^6.0.0",
"nanostores": "^1.2.0",
"react": "^19.2.4",
"unicode-animations": "^1.0.3"
},
@ -5303,7 +5304,6 @@
}
],
"license": "MIT",
"peer": true,
"engines": {
"node": "^20.0.0 || >=22.0.0"
}