From 42dfd8ed2e81004847754abfb99abd22fd7347a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:52:52 +0100 Subject: [PATCH] Bump framer-motion from 10.15.2 to 10.16.0 (#1191) Bumps [framer-motion](https://github.com/framer/motion) from 10.15.2 to 10.16.0. - [Changelog](https://github.com/framer/motion/blob/v10.16.0/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.15.2...v10.16.0) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f34049b..a0328f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@radix-ui/react-select": "^1.2.2", "@yaireo/relative-time": "^1.0.4", "file-saver": "^2.0.5", - "framer-motion": "^10.15.2", + "framer-motion": "^10.16.0", "lucide-react": "^0.268.0", "next": "13.4.7", "next-themes": "^0.2.1", @@ -7126,9 +7126,9 @@ } }, "node_modules/framer-motion": { - "version": "10.15.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.2.tgz", - "integrity": "sha512-z14GYH4WQXnuTgggwf0qyX0vo98PDE+dw21F7aLzUqEcrsmfLovy4jPiA82Cp/X0juWuEHte7rJGOjds9GAQFA==", + "version": "10.16.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.0.tgz", + "integrity": "sha512-R+88Mkr/1dr7XHjacwptfJyrywRzQ1HZX3YSZtN4tFMBq1O8GGCbDEv31Nf/H08o0hUXLC87GkxsR/1bZgwXfw==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index c8d17a6..72a4089 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@radix-ui/react-select": "^1.2.2", "@yaireo/relative-time": "^1.0.4", "file-saver": "^2.0.5", - "framer-motion": "^10.15.2", + "framer-motion": "^10.16.0", "lucide-react": "^0.268.0", "next": "13.4.7", "next-themes": "^0.2.1",