From 4f313697ab1934af096fcec4aa45610a6908c391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:11:55 +0000 Subject: [PATCH] chore(deps): update dependency framer-motion to v10 --- next-chakra/package.json | 2 +- next-runtime/package.json | 2 +- remix-chakra/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/next-chakra/package.json b/next-chakra/package.json index 5a3548106..b0e987244 100644 --- a/next-chakra/package.json +++ b/next-chakra/package.json @@ -14,7 +14,7 @@ "@chakra-ui/react": "^2.2.1", "@emotion/react": "^11", "@emotion/styled": "^11", - "framer-motion": "^6", + "framer-motion": "^10.0.0", "next": "12.3.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/next-runtime/package.json b/next-runtime/package.json index c876b0091..5d53b73b4 100644 --- a/next-runtime/package.json +++ b/next-runtime/package.json @@ -14,7 +14,7 @@ "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "@prisma/client": "4.5.0", - "framer-motion": "6.5.1", + "framer-motion": "10.17.9", "next": "12.3.4", "next-runtime": "2.4.1", "react": "18.2.0", diff --git a/remix-chakra/package.json b/remix-chakra/package.json index 4399221da..811e09e8b 100644 --- a/remix-chakra/package.json +++ b/remix-chakra/package.json @@ -17,7 +17,7 @@ "@remix-run/react": "1.12.0", "@remix-run/serve": "1.12.0", "dayjs": "1.11.7", - "framer-motion": "6.5.1", + "framer-motion": "10.17.9", "react": "18.2.0", "react-dom": "18.2.0", "remix": "1.12.0"