Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
"lint": "bun run build",
"test": "vitest run"
},
"dependencies": {
"@opencode-ai/plugin": "1.18.8"
},
"devDependencies": {
"@opencode-ai/plugin": "1.18.12",
"typescript": "5.9.3",
"vitest": "^4.1.5",
"ws": "^8.18.3"
Expand Down
2 changes: 1 addition & 1 deletion runtime-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG NODE_BASE_IMAGE
FROM ${NODE_BASE_IMAGE}

ARG OPENCODE_VERSION=1.18.8
ARG OPENCODE_VERSION=1.18.12
ARG NPM_VERSION=11.18.0
# npm vendors these two and still ships versions with published denial-of-service
# advisories, so the fixed releases are installed over the vendored copies. Both are
Expand Down
Loading