Skip to content

Commit 279fd30

Browse files
committed
chore(deps): add @anthropic-ai/claude-code as devDependency
1 parent cb728d0 commit 279fd30

File tree

3 files changed

+183
-4
lines changed

3 files changed

+183
-4
lines changed

.github/workflows/weekly-update.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ jobs:
4949
steps:
5050
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@24323cbd9e61a7e3a600b8c7e99eb27a29642a54 # main
5151

52-
- name: Install Claude Code
53-
run: npm install -g @anthropic-ai/claude-code
54-
5552
- name: Create update branch
5653
id: branch
5754
env:
@@ -78,7 +75,7 @@ jobs:
7875
fi
7976
8077
set +e
81-
claude --print --dangerously-skip-permissions \
78+
pnpm exec claude --print --dangerously-skip-permissions \
8279
--model sonnet \
8380
"/updating - Run the updating skill to update all dependencies. Create atomic commits for each update. You are running in CI mode - skip builds and tests. Do not push or create a PR." \
8481
2>&1 | tee claude-output.log

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"form-data": "4.0.5"
7070
},
7171
"devDependencies": {
72+
"@anthropic-ai/claude-code": "2.1.89",
7273
"@babel/generator": "7.28.5",
7374
"@babel/parser": "7.26.3",
7475
"@babel/traverse": "7.26.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)