fix: include motion runtime deps in desktop package

This commit is contained in:
Aurora release bot
2026-05-01 20:35:18 -04:00
parent 078b584359
commit 0a909fc710
2 changed files with 9 additions and 1 deletions

View File

@@ -65,7 +65,9 @@
"yaml": "^2.8.2",
"zod": "^3.25.76",
"zustand": "^5.0.11",
"framer-motion": "^12.36.0"
"framer-motion": "^12.36.0",
"motion-dom": "^12.36.0",
"motion-utils": "^12.36.0"
},
"devDependencies": {
"@tanstack/eslint-config": "^0.3.0",