diff --git a/package-lock.json b/package-lock.json index 20be352..3f83950 100755 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "@emailjs/browser": "^4.4.1", "@react-three/drei": "^9.121.2", "@react-three/fiber": "^8.17.12", - "framer-motion": "^12.0.0", "maath": "^0.10.8", + "motion": "^12.0.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -5272,6 +5272,32 @@ "node": "*" } }, + "node_modules/motion": { + "version": "12.42.2", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.42.2.tgz", + "integrity": "sha512-Atvv11yUKIid41cVrRBDVX5m8tF8kNpExRSlbpt6APClhDjtwQssgFHhQzejxw7/7YYbjHSPKBVbHo05BuJT5Q==", + "license": "MIT", + "dependencies": { + "framer-motion": "^12.42.2", + "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 + }, + "react-dom": { + "optional": true + } + } + }, "node_modules/motion-dom": { "version": "12.42.2", "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.42.2.tgz", diff --git a/package.json b/package.json index e8a03b7..419954b 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@emailjs/browser": "^4.4.1", "@react-three/drei": "^9.121.2", "@react-three/fiber": "^8.17.12", - "framer-motion": "^12.0.0", + "motion": "^12.0.0", "maath": "^0.10.8", "prop-types": "^15.8.1", "react": "^18.3.1",