From e0d379456be0f4ae8cc875a61b59db6da5e2359e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 11:10:08 +0000 Subject: [PATCH] Bump framer-motion from 8.5.0 to 9.0.2 Bumps [framer-motion](https://github.com/framer/motion) from 8.5.0 to 9.0.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/v8.5.0...v9.0.2) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 ecae598..7edf0ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", "eslint-config-next": "^13.1.1", - "framer-motion": "^8.5.0", + "framer-motion": "^9.0.2", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3952,9 +3952,9 @@ } }, "node_modules/framer-motion": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.5.0.tgz", - "integrity": "sha512-z5hQvIa+9uFcA2aFmT+6XsUfuVPl9Y1uhs5yntxU1Q0E6hm4wDRpvFlB/yYN/cdfXUctf/1Q1Rep/dqOipz8sg==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.2.tgz", + "integrity": "sha512-n7ZdIUBrT1xklowQNRQ6/h54+3ysmz422CP0rrhjE1X2tshiJy0WWQ7tv6y/fcOSQd23htNA9vvbUFLYMQ5lEQ==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", diff --git a/package.json b/package.json index dd0d16f..dc901bb 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.8", "clsx": "^1.2.1", "eslint-config-next": "^13.1.1", - "framer-motion": "^8.5.0", + "framer-motion": "^9.0.2", "next": "^13.1.1", "react": "^18.2.0", "react-dom": "^18.2.0",