|
|
@@ -366,6 +366,7 @@
|
|
|
"opentui-spinner": "0.0.6",
|
|
|
"partial-json": "0.1.7",
|
|
|
"remeda": "catalog:",
|
|
|
+ "semver": "^7.6.3",
|
|
|
"solid-js": "catalog:",
|
|
|
"strip-ansi": "7.1.2",
|
|
|
"tree-sitter-bash": "0.25.0",
|
|
|
@@ -395,6 +396,7 @@
|
|
|
"@types/babel__core": "7.20.5",
|
|
|
"@types/bun": "catalog:",
|
|
|
"@types/mime-types": "3.0.1",
|
|
|
+ "@types/semver": "^7.5.8",
|
|
|
"@types/turndown": "5.0.5",
|
|
|
"@types/which": "3.0.4",
|
|
|
"@types/yargs": "17.0.33",
|
|
|
@@ -423,8 +425,12 @@
|
|
|
},
|
|
|
"packages/script": {
|
|
|
"name": "@opencode-ai/script",
|
|
|
+ "dependencies": {
|
|
|
+ "semver": "^7.6.3",
|
|
|
+ },
|
|
|
"devDependencies": {
|
|
|
"@types/bun": "catalog:",
|
|
|
+ "@types/semver": "^7.5.8",
|
|
|
},
|
|
|
},
|
|
|
"packages/sdk/js": {
|
|
|
@@ -2110,6 +2116,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/node": "*" } }, "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ=="],
|
|
|
|
|
|
"@types/serve-static": ["@types/[email protected]", "", { "dependencies": { "@types/http-errors": "*", "@types/node": "*", "@types/send": "<1" } }, "sha512-tRs1dB+g8Itk72rlSI2ZrW6vZg0YrLI81iQSTkMmOqnqCaNr/8Ek4VwWcN5vZgCYWbg/JJSGBlUaYGAOP73qBw=="],
|