From e3eb3fbcb94ef04f26276592f7e15b5a5b696eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 00:15:09 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 1.10.3 to 1.11.1 Bumps [framer-motion](https://github.com/framer/motion) from 1.10.3 to 1.11.1. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/master/CHANGELOG.md) - [Commits](https://github.com/framer/motion/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81dd1ec..b1b945a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@sentry/browser": "^5.18.1", "easy-peasy": "^3.3.1", "fetch-suspense": "^1.2.2", - "framer-motion": "^1.10.3", + "framer-motion": "^1.11.1", "i18next": ">=19.4.4", "i18next-browser-languagedetector": "^4.1.1", "i18next-chained-backend": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index a37c9c1..a94a122 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5281,10 +5281,10 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -framer-motion@^1.10.3: - version "1.10.3" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-1.10.3.tgz#d58a57ccb0ccc3317d0fc3abc4da2b3e4227bd43" - integrity sha512-VooCzGWg7brSO4Gc0YwpY5AadJe4OPS74ZyOlOHWll5rMXCoOc6Ia3uDQ6RfOJlwCP/D9TQuRGtboyJiVXjVcw== +framer-motion@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-1.11.1.tgz#b031d1556a78854e0989b8c7e96418c6e15aa474" + integrity sha512-CP6aYLPSivAWkq9UoSurefHBggxG85IT8ObYyWYkcZppgtjHzpwRzhaA8P0ljMGRqtcpeQAIybiGgPioBPlOSw== dependencies: "@popmotion/easing" "^1.0.2" "@popmotion/popcorn" "^0.4.2"