diff --git a/package-lock.json b/package-lock.json index 14c4ce155..0b39cf606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "csv-parse": "^6.1.0", "drizzle-orm": "^0.45.1", "exceljs": "^4.4.0", - "framer-motion": "^12.23.25", + "framer-motion": "^13.0.0", "gray-matter": "^4.0.3", "ioredis": "^6.0.0", "jsonwebtoken": "^9.0.2", @@ -11056,24 +11056,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.0.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.0.0.tgz", + "integrity": "sha512-nQGZXlsiigN48nzvE7AL1GLekql+etcphp8v+PQ0X04oxO20yVmV9rU9XQ25c136RdeIYoaWlKT9oAwvJza3mg==", "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 }, @@ -15815,18 +15811,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/ms": { diff --git a/package.json b/package.json index d6126122b..cc1bb69be 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "csv-parse": "^6.1.0", "drizzle-orm": "^0.45.1", "exceljs": "^4.4.0", - "framer-motion": "^12.23.25", + "framer-motion": "^13.0.0", "gray-matter": "^4.0.3", "ioredis": "^6.0.0", "jsonwebtoken": "^9.0.2",