From 3ac59d146f467620225c5a9d8d5d97ee4aae03de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 21:44:26 +0000 Subject: [PATCH] Bump framer-motion from 10.0.1 to 10.2.4 Bumps [framer-motion](https://github.com/framer/motion) from 10.0.1 to 10.2.4. - [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/v10.0.1...v10.2.4) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++++++------- package.json | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00cc16e..e722838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "autoprefixer": "^10.4.13", "eslint": "^8.35.0", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.0.1", + "framer-motion": "^10.2.4", "next": "^13.2.3", "postcss": "^8.4.21", "react": "^18.2.0", @@ -1871,9 +1871,9 @@ } }, "node_modules/framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.2.4.tgz", + "integrity": "sha512-0a5yR1jwOfSO0jJEpZUrgWYEa1EPU2yGVmytSu+uMYWV7bcFHwaHVYz2GchzWPH1rW7nXg8zmw8cp4+zNJJaUA==", "dependencies": { "tslib": "^2.4.0" }, @@ -1883,6 +1883,14 @@ "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, "node_modules/fs.realpath": { @@ -5356,9 +5364,9 @@ "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" }, "framer-motion": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.0.1.tgz", - "integrity": "sha512-/N7gBA9gH8PkStyNQ67P/lx8UhL/7Y8z9Ku7FfgOF77sSG8wu8781kX7I5ZUgflRRtQXo8qH4Rev23004G1zcQ==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.2.4.tgz", + "integrity": "sha512-0a5yR1jwOfSO0jJEpZUrgWYEa1EPU2yGVmytSu+uMYWV7bcFHwaHVYz2GchzWPH1rW7nXg8zmw8cp4+zNJJaUA==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index b674815..57a3ed6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "^10.4.13", "eslint": "^8.35.0", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.0.1", + "framer-motion": "^10.2.4", "next": "^13.2.3", "postcss": "^8.4.21", "react": "^18.2.0",