diff --git a/.all-contributorsrc b/.all-contributorsrc index aae209d..71939f1 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -101,6 +101,16 @@ "contributions": [ "code" ] + }, + { + "login": "philzen", + "name": "Philzen", + "avatar_url": "https://avatars.githubusercontent.com/u/1634615", + "profile": "https://github.com/Philzen", + "contributions": [ + "code", + "bug" + ] } ], "contributorsPerLine": 7, diff --git a/package.json b/package.json index 223e081..9ca6e38 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "peerDependencies": { "@chakra-ui/react": "^1.8.6 || ^2", "date-fns": "^2.25.0", - "framer-motion": "^6", + "framer-motion": ">=6.5.2", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" }