From e62a937dc755cfd6124d5f227156ea19c9a5051a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:15:12 +0000 Subject: [PATCH] chore(deps): update framer-motion requirement from ^13.1.0 to ^13.1.1 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.1.0...v13.1.1) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.1.1 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 403acc2..c10ca16 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.1.0", + "framer-motion": "^13.1.1", "input-otp": "^1.4.2", "lucide-react": "^1.31.0", "next": "16.3.1",