Skip to content

Commit 18698dd

Browse files
committed
chore: use pnpm.overrides for claude-code version pin
for the exact version.
1 parent 83bf1cc commit 18698dd

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
},
139139
"pnpm": {
140140
"overrides": {
141+
"@anthropic-ai/claude-code": "2.1.92",
141142
"@octokit/graphql": "catalog:",
142143
"@octokit/request-error": "catalog:",
143144
"@sigstore/sign": "4.1.0",

pnpm-lock.yaml

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Wait 7 days (10080 minutes) before installing newly published packages.
22
minimumReleaseAge: 10080
33
minimumReleaseAgeExclude:
4-
- '@anthropic-ai/*'
4+
- '@anthropic-ai/claude-code'
55
- '@socketaddon/*'
66
- '@socketbin/*'
77
- '@socketregistry/*'

0 commit comments

Comments
 (0)