From 4a91f8d66e0d92e32e0bf4a943afd5d52a9056a6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 2 Oct 2025 16:20:32 +0000 Subject: [PATCH] chore: Upgrade Framer Motion to v12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - framer-motion: 11.18.2 → 12.23.22 Animations continue working correctly with the new version. --- maternal-web/package-lock.json | 26 +++++++++++++------------- maternal-web/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/maternal-web/package-lock.json b/maternal-web/package-lock.json index 9226fd2..e6e25bd 100644 --- a/maternal-web/package-lock.json +++ b/maternal-web/package-lock.json @@ -19,7 +19,7 @@ "@tanstack/react-query": "^5.90.2", "axios": "^1.12.2", "date-fns": "^4.1.0", - "framer-motion": "^11.18.2", + "framer-motion": "^12.23.22", "next": "^15.5.4", "next-pwa": "^5.6.0", "react": "^19.2.0", @@ -7127,13 +7127,13 @@ } }, "node_modules/framer-motion": { - "version": "11.18.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", - "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", + "version": "12.23.22", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.22.tgz", + "integrity": "sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==", "license": "MIT", "dependencies": { - "motion-dom": "^11.18.1", - "motion-utils": "^11.18.1", + "motion-dom": "^12.23.21", + "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, "peerDependencies": { @@ -10866,18 +10866,18 @@ } }, "node_modules/motion-dom": { - "version": "11.18.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", - "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", + "version": "12.23.21", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.21.tgz", + "integrity": "sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==", "license": "MIT", "dependencies": { - "motion-utils": "^11.18.1" + "motion-utils": "^12.23.6" } }, "node_modules/motion-utils": { - "version": "11.18.1", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", - "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==", + "version": "12.23.6", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.6.tgz", + "integrity": "sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/maternal-web/package.json b/maternal-web/package.json index 8ea704b..b9cb0d1 100644 --- a/maternal-web/package.json +++ b/maternal-web/package.json @@ -26,7 +26,7 @@ "@tanstack/react-query": "^5.90.2", "axios": "^1.12.2", "date-fns": "^4.1.0", - "framer-motion": "^11.18.2", + "framer-motion": "^12.23.22", "next": "^15.5.4", "next-pwa": "^5.6.0", "react": "^19.2.0",