From ba3275168b5f21abe3cdb36f6794db7c9f6ce590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 03:33:46 +0000 Subject: [PATCH] Bump framer-motion from 4.0.3 to 10.11.2 in /frontend Bumps [framer-motion](https://github.com/framer/motion) from 4.0.3 to 10.11.2. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v4.0.3...v10.11.2) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 73127fe..4ac2735 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "classnames": "^2.3.1", "dayjs": "^1.11.7", "emotion": "^11.0.0", - "framer-motion": "^4", + "framer-motion": "^10", "isomorphic-unfetch": "^3.1.0", "react": "^17.0.2", "react-dom": "^17.0.2",