diff options
| author | Michael Banucu <[email protected]> | 2026-01-20 18:34:00 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-20 11:34:00 -0600 |
| commit | 17c4202ea8a16cde5c965c2cec76a3b46e1e7e02 (patch) | |
| tree | 29a0e139fe8ff8495d5b1194535146bab63c8018 /bun.lock | |
| parent | 7170983ef218321263fbb3d42f943a51b43075be (diff) | |
| download | opencode-17c4202ea8a16cde5c965c2cec76a3b46e1e7e02.tar.gz opencode-17c4202ea8a16cde5c965c2cec76a3b46e1e7e02.zip | |
fix(opencode): Allow compatible Bun versions in packageManager field (#9597)
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'bun.lock')
| -rw-r--r-- | bun.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,7 @@ "@tsconfig/bun": "catalog:", "husky": "9.1.7", "prettier": "3.6.2", + "semver": "^7.6.0", "sst": "3.17.23", "turbo": "2.5.6", }, @@ -374,6 +375,7 @@ "name": "@opencode-ai/script", "devDependencies": { "@types/bun": "catalog:", + "@types/semver": "catalog:", }, }, "packages/sdk/js": { @@ -514,6 +516,7 @@ "@types/bun": "1.3.5", "@types/luxon": "3.7.1", "@types/node": "22.13.9", + "@types/semver": "7.7.1", "@typescript/native-preview": "7.0.0-dev.20251207.1", "ai": "5.0.119", "diff": "8.0.2", @@ -1849,6 +1852,8 @@ "@types/scheduler": ["@types/[email protected]", "", {}, "sha512-WFHp9YUJQ6CKshqoC37iOlHnQSmxNc795UhB26CyBBttrN9svdIrUjl/NjnNmfcwtncN0h/0PPAFWv9ovP8mLA=="], + "@types/semver": ["@types/[email protected]", "", {}, "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA=="], + "@types/send": ["@types/[email protected]", "", { "dependencies": { "@types/mime": "^1", "@types/node": "*" } }, "sha512-Uqt8rPBE8SY0RK8JB1EzVOIZ32uqy8HwdxCnoCOsYrvnswqmFZ/k+9Ikidlk/ImhsdvBsloHbAlewb2IEBV/Og=="], "@types/serve-static": ["@types/[email protected]", "", { "dependencies": { "@types/http-errors": "*", "@types/node": "*", "@types/send": "<1" } }, "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw=="], |
