From 93bf6fd248789ba4def35d2ae49d153d0920ee4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:30:28 +0000 Subject: [PATCH] chore(deps-dev): Bump @anthropic-ai/claude-code Bumps the npm_and_yarn group with 1 update in the /packages/morph directory: [@anthropic-ai/claude-code](https://github.com/anthropics/claude-code). Updates `@anthropic-ai/claude-code` from 0.2.65 to 1.0.24 - [Changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-code/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-code" dependency-version: 1.0.24 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/morph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/morph/package.json b/packages/morph/package.json index 79bfea5..2b300fc 100644 --- a/packages/morph/package.json +++ b/packages/morph/package.json @@ -137,7 +137,7 @@ "node": ">=22" }, "devDependencies": { - "@anthropic-ai/claude-code": "^0.2.65", + "@anthropic-ai/claude-code": "^1.0.24", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.23.0", "@tailwindcss/postcss": "^4.1.1",