Skip to content

Commit ffd8d6c

Browse files
committed
Revert "tui: stop shipping OpenTUI and solid-js as runtime dependencies"
This reverts commit 1e7ca7e.
1 parent c23c2c4 commit ffd8d6c

2 files changed

Lines changed: 21 additions & 43 deletions

File tree

bun.lock

Lines changed: 17 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin/package.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@
4444
"@jitl/quickjs-singlefile-cjs-release-asyncify": "0.32.0",
4545
"@opencode-ai/plugin": "^1.17.11",
4646
"@opencode-ai/sdk": "^1.17.11",
47+
"@opentui/core": "^0.4.2",
48+
"@opentui/solid": "^0.4.2",
4749
"ai-tokenizer": "^1.0.6",
4850
"comment-json": "^5.0.0",
4951
"quickjs-emscripten": "^0.32.0",
52+
"solid-js": "1.9.12",
5053
"zod": "^4.1.8"
5154
},
5255
"devDependencies": {
5356
"@biomejs/biome": "^2.5.1",
54-
"@opentui/core": "0.4.3",
55-
"@opentui/solid": "0.4.3",
5657
"@types/better-sqlite3": "^7.6.13",
5758
"@types/bun": "^1.3.10",
5859
"@types/node": "^22.20.0",
5960
"bun-types": "^1.3.10",
60-
"solid-js": "1.9.12",
6161
"typescript": "^5.8.0"
6262
},
6363
"exports": {
@@ -75,20 +75,6 @@
7575
"tui"
7676
],
7777
"peerDependencies": {
78-
"@opencode-ai/plugin": ">=1.15.0",
79-
"@opentui/core": ">=0.3.4 <0.5",
80-
"@opentui/solid": ">=0.3.4 <0.5",
81-
"solid-js": ">=1.9.0 <2"
82-
},
83-
"peerDependenciesMeta": {
84-
"@opentui/core": {
85-
"optional": true
86-
},
87-
"@opentui/solid": {
88-
"optional": true
89-
},
90-
"solid-js": {
91-
"optional": true
92-
}
78+
"@opencode-ai/plugin": ">=1.15.0"
9379
}
9480
}

0 commit comments

Comments
 (0)