chore(opencode): Use Bun.semver instead of node-semver (#9773)

This commit is contained in:
Michael H 2026-01-21 16:37:33 +11:00 committed by GitHub
parent 96e9c89cc6
commit 0f979bb87c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 8 deletions

View file

@ -3,8 +3,7 @@
"name": "@opencode-ai/script",
"license": "MIT",
"devDependencies": {
"@types/bun": "catalog:",
"@types/semver": "catalog:"
"@types/bun": "catalog:"
},
"exports": {
".": "./src/index.ts"