Browse Source

Update package.json

Good point. The exact pinning was intended to keep slim aligned with the current OpenCode workspace version, but I agree it creates an inconsistent policy versus the rest of the dependency file. I’ll switch both to ^1.3.17 so the PR keeps the alignment target while matching the project’s versioning convention.

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

Raxxoor 3 months ago
parent
commit
17f58f3419
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -58,8 +58,8 @@
     "@ast-grep/cli": "^0.40.0",
     "@modelcontextprotocol/sdk": "^1.26.0",
     "@mozilla/readability": "^0.6.0",
-    "@opencode-ai/plugin": "1.3.17",
-    "@opencode-ai/sdk": "1.3.17",
+    "@opencode-ai/plugin": "^1.3.17",
+    "@opencode-ai/sdk": "^1.3.17",
     "jsdom": "^26.1.0",
     "lru-cache": "^11.2.2",
     "turndown": "^7.2.0",