summaryrefslogtreecommitdiffhomepage
path: root/github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-15 23:07:55 -0600
committerAiden Cline <[email protected]>2025-12-15 23:07:55 -0600
commitae3990a55756912ef815767673d1e040623a77bc (patch)
treebdf9d20844480b4f6969baa876abfa4fde349ef7 /github
parentd7b5b431d67a9ab2183082ce8621cf7bfbcf444b (diff)
downloadopencode-ae3990a55756912ef815767673d1e040623a77bc.tar.gz
opencode-ae3990a55756912ef815767673d1e040623a77bc.zip
chore: centralize dep to catalog & fix typos
Diffstat (limited to 'github')
-rw-r--r--github/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/github/package.json b/github/package.json
index 1a6598d6b..4d447716f 100644
--- a/github/package.json
+++ b/github/package.json
@@ -13,7 +13,7 @@
"@actions/core": "1.11.1",
"@actions/github": "6.0.1",
"@octokit/graphql": "9.0.1",
- "@octokit/rest": "22.0.0",
+ "@octokit/rest": "catalog:",
"@opencode-ai/sdk": "workspace:*"
}
}