From ba812dbe43c69642c0bd68f540af1647b07001b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 22:27:00 +0000 Subject: [PATCH] build(deps): bump framer-motion from 11.3.21 to 12.15.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.3.21 to 12.15.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.3.21...v12.15.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.15.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb9b48ced4c54f..03cf114e747dea 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "esbuild": "^0.25.0", "focus-trap": "^7.3.1", "fork-ts-checker-webpack-plugin": "^9.0.2", - "framer-motion": "^11.3.21", + "framer-motion": "^12.15.0", "fuse.js": "^6.6.2", "gettext-parser": "1.3.1", "gl-matrix": "^3.4.3", diff --git a/yarn.lock b/yarn.lock index 471eeebd3b7d30..ba266c4e41e31b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7218,11 +7218,13 @@ forwarded@0.2.0: resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== -framer-motion@^11.3.21: - version "11.3.21" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.21.tgz#bdf06cf3ced9f14ddf055e098c1566795f353466" - integrity sha512-D+hfIsvzV8eL/iycld4K+tKlg2Q2LdwnrcBEohtGw3cG1AIuNYATbT5RUqIM1ndsAk+EfGhoSGf0UaiFodc5Tw== +framer-motion@^12.15.0: + version "12.15.0" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.15.0.tgz#6892283fc7967b071f537d6d160ab49e3d5e73ae" + integrity sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg== dependencies: + motion-dom "^12.15.0" + motion-utils "^12.12.1" tslib "^2.4.0" fresh@0.5.2: @@ -9390,6 +9392,18 @@ moo-color@^1.0.2: dependencies: color-name "^1.1.4" +motion-dom@^12.15.0: + version "12.15.0" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.15.0.tgz#eca7c9d8c28976b8c920f175f92d5288f5a17785" + integrity sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA== + dependencies: + motion-utils "^12.12.1" + +motion-utils@^12.12.1: + version "12.12.1" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.12.1.tgz#63e28751325cb9d1cd684f3c273a570022b0010e" + integrity sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w== + mrmime@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"