From 828ad82ec5c9835534441c1b93bc25489a7d978c Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 29 Jul 2024 23:20:33 +0200 Subject: [PATCH 1/2] Allow framer-motion beyond v6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } From 097e011ed9df0febb2f219ea8c18f8b5d303c143 Mon Sep 17 00:00:00 2001 From: Philzen Date: Mon, 29 Jul 2024 23:26:26 +0200 Subject: [PATCH 2/2] Update .all-contributorsrc --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,