From 2874ff9418121b76a732d323d2e9948039531377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:05:50 +0000 Subject: [PATCH] chore(deps): Bump @anthropic-ai/sdk in /apps/frontend Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.104.2 to 0.105.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.104.2...sdk-v0.105.0) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.105.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index a74763ae3..93be460b6 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -49,7 +49,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/sdk": "^0.104.1", + "@anthropic-ai/sdk": "^0.105.0", "@auto-code/ui": "*", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11",