Skip to content

Commit 52633d1

Browse files
authored
chore(deps): add @anthropic-ai/claude-code as devDependency (#130)
1 parent 889b4af commit 52633d1

File tree

3 files changed

+183
-5
lines changed

3 files changed

+183
-5
lines changed

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ jobs:
5151
steps:
5252
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@6096b06b1790f411714c89c40f72aade2eeaab7c # main
5353

54-
- name: Install Claude Code
55-
shell: bash
56-
run: |
57-
alias pnpm="$SFW_BIN pnpm"
58-
pnpm add -g @anthropic-ai/claude-code@2.1.89
54+
# claude-code is now a devDependency, installed via setup-and-install
5955

6056
- name: Create update branch
6157
id: branch

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@
717717
"update": "node scripts/update.mjs"
718718
},
719719
"devDependencies": {
720+
"@anthropic-ai/claude-code": "2.1.89",
720721
"@babel/core": "7.28.4",
721722
"@babel/parser": "7.28.4",
722723
"@babel/traverse": "7.28.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)