From 96f0e58a9476b73cce7f3a9c67bf8589d31a6fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:15:16 +0000 Subject: [PATCH] npm update: bump framer-motion from 11.11.11 to 11.18.1 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.11.11 to 11.18.1. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.11.11...v11.18.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 +++++++++++++++++++++------- package.json | 2 +- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7f0df5..7e26aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "d3": "^7.9.0", "dotenv": "^16.4.5", "express": "^4.21.1", - "framer-motion": "^11.11.11", + "framer-motion": "^11.18.1", "framer-motion-3d": "^11.11.11", "google-auth-library": "^9.14.2", "locomotive-scroll": "^4.1.4", @@ -7483,17 +7483,18 @@ } }, "node_modules/framer-motion": { - "version": "11.11.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.11.tgz", - "integrity": "sha512-tuDH23ptJAKUHGydJQII9PhABNJBpB+z0P1bmgKK9QFIssHGlfPd6kxMq00LSKwE27WFsb2z0ovY0bpUyMvfRw==", - "license": "MIT", + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.1.tgz", + "integrity": "sha512-EQa8c9lWVOm4zlz14MsBJWr8woq87HsNmsBnQNvcS0hs8uzw6HtGAxZyIU7EGTVpHD1C1n01ufxRyarXcNzpPg==", "dependencies": { + "motion-dom": "^11.18.1", + "motion-utils": "^11.18.1", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/is-prop-valid": { @@ -10873,6 +10874,19 @@ "node": ">=16 || 14 >=14.17" } }, + "node_modules/motion-dom": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.18.1.tgz", + "integrity": "sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw==", + "dependencies": { + "motion-utils": "^11.18.1" + } + }, + "node_modules/motion-utils": { + "version": "11.18.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.18.1.tgz", + "integrity": "sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA==" + }, "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", diff --git a/package.json b/package.json index b8569b8..e793ece 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "d3": "^7.9.0", "dotenv": "^16.4.5", "express": "^4.21.1", - "framer-motion": "^11.11.11", + "framer-motion": "^11.18.1", "framer-motion-3d": "^11.11.11", "google-auth-library": "^9.14.2", "locomotive-scroll": "^4.1.4",