Skip to content

Commit b745cfa

Browse files
fix(deps): update dependency framer-motion to v12.7.3 (#1648)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://redirect.github.com/motiondivision/motion) | [`12.7.2` -> `12.7.3`](https://renovatebot.com/diffs/npm/framer-motion/12.7.2/12.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.7.2/12.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.7.2/12.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>motiondivision/motion (framer-motion)</summary> ### [`v12.7.3`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1273-2025-04-15) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.7.2...v12.7.3) ##### Fixed - Fixing `duration` for `animateView` transitions. - Prevent `.commitStyles()` on `pseudoElement` animations. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 0f054ef commit b745cfa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"class-validator": "0.14.1",
4040
"dotenv": "16.5.0",
4141
"formik": "2.4.6",
42-
"framer-motion": "12.7.2",
42+
"framer-motion": "12.7.3",
4343
"http-status-codes": "2.3.0",
4444
"ioredis": "5.6.1",
4545
"js-yaml": "4.1.0",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -6907,11 +6907,11 @@ __metadata:
69076907
languageName: node
69086908
linkType: hard
69096909

6910-
"framer-motion@npm:12.7.2":
6911-
version: 12.7.2
6912-
resolution: "framer-motion@npm:12.7.2"
6910+
"framer-motion@npm:12.7.3":
6911+
version: 12.7.3
6912+
resolution: "framer-motion@npm:12.7.3"
69136913
dependencies:
6914-
motion-dom: "npm:^12.7.2"
6914+
motion-dom: "npm:^12.7.3"
69156915
motion-utils: "npm:^12.7.2"
69166916
tslib: "npm:^2.4.0"
69176917
peerDependencies:
@@ -6925,7 +6925,7 @@ __metadata:
69256925
optional: true
69266926
react-dom:
69276927
optional: true
6928-
checksum: 10c0/4880e682c1139db0c3252e881b0c9c55f17cd8668fe6f30c6e1f72ce7feb4805e3f670d40fd4eb57e24309ae7e93f1e6226389cf1f11eba0e022b21b1ea35e16
6928+
checksum: 10c0/f2d429eb2c90a5ea26e0e10c7545369dc9027a3d51177508d15765f95faf9cfaa48a7772a1956be9fc7b44dec1c5291b2f40ac112deda35af991314a44efc0f5
69296929
languageName: node
69306930
linkType: hard
69316931

@@ -9748,7 +9748,7 @@ __metadata:
97489748
languageName: node
97499749
linkType: hard
97509750

9751-
"motion-dom@npm:^12.7.2":
9751+
"motion-dom@npm:^12.7.3":
97529752
version: 12.7.4
97539753
resolution: "motion-dom@npm:12.7.4"
97549754
dependencies:
@@ -10378,7 +10378,7 @@ __metadata:
1037810378
eslint: "npm:8.57.1"
1037910379
eslint-config-next: "npm:15.3.0"
1038010380
formik: "npm:2.4.6"
10381-
framer-motion: "npm:12.7.2"
10381+
framer-motion: "npm:12.7.3"
1038210382
http-status-codes: "npm:2.3.0"
1038310383
husky: "npm:9.1.7"
1038410384
ioredis: "npm:5.6.1"

0 commit comments

Comments
 (0)