From d3f4f0db8d6d0bb1b2c3701032b18a5880fc4419 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:05:20 +0000 Subject: [PATCH] Bump framer-motion from 2.6.13 to 3.10.3 Bumps [framer-motion](https://github.com/framer/motion) from 2.6.13 to 3.10.3. - [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/v2.6.13...v3.10.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 37 +++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae903d4..fe8445c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4741,25 +4741,22 @@ "integrity": "sha512-m/UWC+EqrJefjgohLgO/VIlL9DYsO0GSg9BTNGYnHJHO/Kxm6H025ws8a2u4a9vzVQA2v0XRGiUVsFFHmAC70g==" }, "framer-motion": { - "version": "2.6.13", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-2.6.13.tgz", - "integrity": "sha512-ScEdiDyAT+kH51axqxFcHA9RLnJ8TpMQBf8HwcXBOt6wDVptHdewEnE3T7semz+7OY0sj0RCsUDhQaWo78aMqQ==", + "version": "3.10.3", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-3.10.3.tgz", + "integrity": "sha512-tHh5MzqSplBZ+j3Z+lZ78e4olckA8E5zJrexSpjUcaxtIFLgpUD227R+qksZw+cP3nvoT22NrlkXG3OUEJOWWw==", "requires": { "@emotion/is-prop-valid": "^0.8.2", - "framesync": "^4.1.0", + "framesync": "5.2.0", "hey-listen": "^1.0.8", - "popmotion": "9.0.0-rc.14", - "style-value-types": "^3.1.9", + "popmotion": "9.3.1", + "style-value-types": "4.1.1", "tslib": "^1.10.0" } }, "framesync": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/framesync/-/framesync-4.1.0.tgz", - "integrity": "sha512-MmgZ4wCoeVxNbx2xp5hN/zPDCbLSKiDt4BbbslK7j/pM2lg5S0vhTNv1v8BCVb99JPIo6hXBFdwzU7Q4qcAaoQ==", - "requires": { - "hey-listen": "^1.0.5" - } + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/framesync/-/framesync-5.2.0.tgz", + "integrity": "sha512-dcl92w5SHc0o6pRK3//VBVNvu6WkYkiXmHG6ZIXrVzmgh0aDYMDAaoA3p3LH71JIdN5qmhDcfONFA4Lmq22tNA==" }, "from2": { "version": "2.3.0", @@ -6095,13 +6092,13 @@ } }, "popmotion": { - "version": "9.0.0-rc.14", - "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.0.0-rc.14.tgz", - "integrity": "sha512-zdMw1OSKjFBH+KKpZx7P+cGSUb3QCqg5QD12f6llucUeEFT+SDZYxvTY09JI23ZcJyzxgKFT1anbLq0eZ9bj3g==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/popmotion/-/popmotion-9.3.1.tgz", + "integrity": "sha512-Qozvg8rz2OGeZwWuIjqlSXqqgWto/+QL24ll8sAAc0n71KY/wvN1W4sAASxTuHv8YWdDnk9u9IdadyPo2DGvDA==", "requires": { - "framesync": "^4.1.0", + "framesync": "5.2.0", "hey-listen": "^1.0.8", - "style-value-types": "^3.1.9", + "style-value-types": "4.1.1", "tslib": "^1.10.0" } }, @@ -7098,9 +7095,9 @@ } }, "style-value-types": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-3.1.9.tgz", - "integrity": "sha512-050uqgB7WdvtgacoQKm+4EgKzJExVq0sieKBQQtJiU3Muh6MYcCp4T3M8+dfl6VOF2LR0NNwXBP1QYEed8DfIw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/style-value-types/-/style-value-types-4.1.1.tgz", + "integrity": "sha512-cNLrl6jk+I1T18ZI2KIp/fcqKVuykcNELDrOz7y+TYZR97xmNdN0ewupURvVFnQxVrRJv98TMBq92VMsggq3kw==", "requires": { "hey-listen": "^1.0.8", "tslib": "^1.10.0" diff --git a/package.json b/package.json index db22d12..908cb68 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "aws-amplify": "3.3.1", "aws-sdk": "^2.761.0", "framer": "^1.2.9", - "framer-motion": "^2.6.13", + "framer-motion": "^3.10.3", "mixpanel-browser": "^2.40.0", "next": "9.5.5", "nookies": "^2.5.0",