From f77493a04bc37ea5ccd23b3634a090be9b7c68d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:10:03 +0000 Subject: [PATCH] chore(deps): update framer-motion requirement from ^13.0.0 to ^13.1.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/v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.1.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 8463874..d584d76 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": "^13.0.0", + "framer-motion": "^13.1.0", "input-otp": "^1.4.2", "lucide-react": "^1.31.0", "next": "16.3.0",