Skip to content

Commit

Permalink
fix(deps): update dependency framer-motion to v12.3.1 (#1492)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [framer-motion](https://redirect.github.com/motiondivision/motion) | [`12.3.0` -> `12.3.1`](https://renovatebot.com/diffs/npm/framer-motion/12.3.0/12.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.3.0/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.3.0/12.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>motiondivision/motion (framer-motion)</summary>

### [`v12.3.1`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1231-2025-02-05)

[Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.3.0...v12.3.1)

##### Fixed

-   Correctly applying CSS variables at the end of a mini `animate` animation.

</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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent a986c03 commit dd6c3f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"class-validator": "0.14.1",
"dotenv": "16.4.7",
"formik": "2.4.6",
"framer-motion": "12.3.0",
"framer-motion": "12.3.1",
"http-status-codes": "2.3.0",
"ioredis": "5.4.2",
"js-yaml": "4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6476,9 +6476,9 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:12.3.0":
version: 12.3.0
resolution: "framer-motion@npm:12.3.0"
"framer-motion@npm:12.3.1":
version: 12.3.1
resolution: "framer-motion@npm:12.3.1"
dependencies:
motion-dom: "npm:^12.0.0"
motion-utils: "npm:^12.0.0"
Expand All @@ -6494,7 +6494,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10c0/27f151ae65972a67a061a7b95acc08896b9f24665e644672f8760b81cfde90e9aeba7af0289bf4d629fc0dfca5dc5b711df3bc93a2f6013026612f77dd5208a0
checksum: 10c0/4a714c0e3d142a0ab4bfbc591dc1eeecd299a73926593ada7e8d19508aeed45648c676e7289db82a4ef82202607be6a0bbf9852a7db852ebf175b7a33ce2beb3
languageName: node
linkType: hard

Expand Down Expand Up @@ -9939,7 +9939,7 @@ __metadata:
eslint: "npm:8.57.1"
eslint-config-next: "npm:15.1.6"
formik: "npm:2.4.6"
framer-motion: "npm:12.3.0"
framer-motion: "npm:12.3.1"
http-status-codes: "npm:2.3.0"
husky: "npm:9.1.7"
ioredis: "npm:5.4.2"
Expand Down

0 comments on commit dd6c3f2

Please sign in to comment.