diff --git a/apps/xymposium-lp-2024/package-lock.json b/apps/xymposium-lp-2024/package-lock.json index b584b04..e590a3a 100644 --- a/apps/xymposium-lp-2024/package-lock.json +++ b/apps/xymposium-lp-2024/package-lock.json @@ -17,7 +17,7 @@ "@radix-ui/react-tabs": "^1.1.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.40.0", + "framer-motion": "^13.1.0", "next": "^16.3.1", "react": "^19.2.8", "react-dom": "^19.2.8", @@ -10931,24 +10931,20 @@ } }, "node_modules/framer-motion": { - "version": "12.40.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.40.0.tgz", - "integrity": "sha512-uaBd3qC1v3KQqBEjwTUd183K6PbS+j0yR9w9VmEOLWA/tnUcSn8Xa3uck7t4dgpDoUss8xQTcj8W2L07lrnLFg==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.1.0.tgz", + "integrity": "sha512-QSZrF0Id3QGuHJ+OL+9PSY9pk86C8ERFalwAGSchzTm65+ZoGH/RM26lmEARLljcHj2lqhv0jZOOks+EI3COOw==", "license": "MIT", "dependencies": { - "motion-dom": "^12.40.0", - "motion-utils": "^12.39.0", + "motion-dom": "^13.0.0", + "motion-utils": "^13.0.0", "tslib": "^2.4.0" }, "peerDependencies": { - "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { - "@emotion/is-prop-valid": { - "optional": true - }, "react": { "optional": true }, @@ -14163,18 +14159,18 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "12.40.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.40.0.tgz", - "integrity": "sha512-HxU3ZaBwNPVQUBQf1xxgq+7JrPNZvjLVxgbpEZL7RrWJnsxOf0/OM+yrHG9ogLQ31Do/r57Oz2gQWPK+6q62mg==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-13.0.0.tgz", + "integrity": "sha512-Xk+SJas70uMAUIApg+m3lZDShxI3LBFHq7mFGbBKoRXc2PVPDyAKmzN64Bbzt4CZdP/CItTiJxWtn4TA0v53Ng==", "license": "MIT", "dependencies": { - "motion-utils": "^12.39.0" + "motion-utils": "^13.0.0" } }, "node_modules/motion-utils": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz", - "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-13.0.0.tgz", + "integrity": "sha512-7DnN7TmbLcYXcG4RVadXIihWlyuM9afoUww8Y5Agg431kGKiuL2/OMyP4mJ5wLz+pvN3t5ySClLOaVXJ+wekRQ==", "license": "MIT" }, "node_modules/mrmime": { diff --git a/apps/xymposium-lp-2024/package.json b/apps/xymposium-lp-2024/package.json index 4740b9f..27fc851 100644 --- a/apps/xymposium-lp-2024/package.json +++ b/apps/xymposium-lp-2024/package.json @@ -43,7 +43,7 @@ "@radix-ui/react-tabs": "^1.1.21", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.40.0", + "framer-motion": "^13.1.0", "next": "^16.3.1", "react": "^19.2.8", "react-dom": "^19.2.8",