diff --git a/packages/motion-config/package.json b/packages/motion-config/package.json index 06b2fae6e..0e1cfe70a 100644 --- a/packages/motion-config/package.json +++ b/packages/motion-config/package.json @@ -5,14 +5,12 @@ "author": "HashiCorp", "license": "MPL-2.0", "peerDependencies": { - "react": ">=16.x" + "react": ">=16.x", + "framer-motion": "^10.16.4" }, "repository": { "type": "git", "url": "https://github.com/hashicorp/react-components.git", "directory": "packages/motion-config" - }, - "dependencies": { - "framer-motion": "^10.16.4" } }