diff --git a/automate/package-lock.json b/automate/package-lock.json index 6bb0cc0..d25efa9 100644 --- a/automate/package-lock.json +++ b/automate/package-lock.json @@ -16,8 +16,8 @@ "@tauri-apps/plugin-window-state": "^2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12", "lucide-react": "^0.577.0", + "motion": "^12", "react": "^19", "react-dom": "^19", "react-hotkeys-hook": "^5", @@ -1966,6 +1966,32 @@ "@jridgewell/sourcemap-codec": "^1.5.5" } }, + "node_modules/motion": { + "version": "12.43.0", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.43.0.tgz", + "integrity": "sha512-BQgQbSa9Hn3/mtbib0MK53y6JSANa+YKUKlaYnWzAVDH424RYQ5LVpV3pNiWH00BA2z4ojsSdMzqT7g2FQwjuQ==", + "license": "MIT", + "dependencies": { + "framer-motion": "^12.43.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 + }, + "react-dom": { + "optional": true + } + } + }, "node_modules/motion-dom": { "version": "12.43.0", "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.43.0.tgz", diff --git a/automate/package.json b/automate/package.json index 5400732..d46c19f 100644 --- a/automate/package.json +++ b/automate/package.json @@ -21,7 +21,7 @@ "@tauri-apps/plugin-window-state": "^2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12", + "motion": "^12", "lucide-react": "^0.577.0", "react": "^19", "react-dom": "^19",