From 774be481553c295cff98b16ab59a8969e4947159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:08:44 +0000 Subject: [PATCH] chore(deps): update framer-motion requirement from ^12.42.2 to ^12.43.0 Updates the requirements on [framer-motion](https://github.com/motiondivision/motion) to permit the latest version. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.42.2...v12.43.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.43.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f8ce4..377f6a9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cmdk": "^1.1.1", "date-fns": "^4.4.0", "embla-carousel-react": "^8.6.0", - "framer-motion": "^12.42.2", + "framer-motion": "^12.43.0", "input-otp": "^1.4.2", "lucide-react": "^1.27.0", "next": "16.2.12",