Skip to content

Commit d5219fd

Browse files
fix: update dependency framer-motion to v12.23.24 (#333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39e8cc1 commit d5219fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@next/font": "13.5.11",
4141
"@svgr/webpack": "8.1.0",
4242
"dotenv": "17.2.3",
43-
"framer-motion": "12.23.22",
43+
"framer-motion": "12.23.24",
4444
"graphql": "16.11.0",
4545
"locale-currency": "0.0.2",
4646
"next": "14.2.33",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6787,12 +6787,12 @@ formdata-node@^4.3.1:
67876787
node-domexception "1.0.0"
67886788
web-streams-polyfill "4.0.0-beta.3"
67896789

6790-
6791-
version "12.23.22"
6792-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.23.22.tgz#798333fdcc5cd65fabfc450985b7236bbdbf5d64"
6793-
integrity sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==
6790+
6791+
version "12.23.24"
6792+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.23.24.tgz#4895b67e880bd2b1089e61fbaa32ae802fc24b8c"
6793+
integrity sha512-HMi5HRoRCTou+3fb3h9oTLyJGBxHfW+HnNE25tAXOvVx/IvwMHK0cx7IR4a2ZU6sh3IX1Z+4ts32PcYBOqka8w==
67946794
dependencies:
6795-
motion-dom "^12.23.21"
6795+
motion-dom "^12.23.23"
67966796
motion-utils "^12.23.6"
67976797
tslib "^2.4.0"
67986798

@@ -8483,10 +8483,10 @@ module-alias@^2.2.2:
84838483
resolved "https://registry.yarnpkg.com/module-alias/-/module-alias-2.2.2.tgz#151cdcecc24e25739ff0aa6e51e1c5716974c0e0"
84848484
integrity sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==
84858485

8486-
motion-dom@^12.23.21:
8487-
version "12.23.21"
8488-
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.23.21.tgz#1efe2d1bdda31875f0ee56d06f02be7b562a0bdd"
8489-
integrity sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==
8486+
motion-dom@^12.23.23:
8487+
version "12.23.23"
8488+
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.23.23.tgz#8f874333ea1a04ee3a89eb928f518b463d589e0e"
8489+
integrity sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==
84908490
dependencies:
84918491
motion-utils "^12.23.6"
84928492

0 commit comments

Comments
 (0)