Skip to content

Commit 55e8608

Browse files
📦 (deps-dev) [email protected] [skip ci] (#1865)
<!-- COMMIT_BODY_TEXT_BEGIN --> This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://redirect.github.com/motiondivision/motion) | [`11.14.1` -> `11.14.4`](https://renovatebot.com/diffs/npm/framer-motion/11.14.1/11.14.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/11.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/11.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/11.14.1/11.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/11.14.1/11.14.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>motiondivision/motion (framer-motion)</summary> ### [`v11.14.4`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#11144-2024-12-13) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v11.14.3...v11.14.4) ##### Fixed - Exporting `AnimationSequence` via `"motion"` entrypoint. - Adding support for passing normal components to `motion.create()` in React 19. ### [`v11.14.3`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#11143-2024-12-13) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v11.14.2...v11.14.3) ##### Fixed - Fixing `motion-dom` and `motion-utils` entrypoints. ### [`v11.14.2`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#11142-2024-12-13) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v11.14.1...v11.14.2) ##### Fixed - Exporting `time` for internal use. - Making `MotionValue.updatedAt` public for internal use. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- <!-- COMMIT_BODY_TEXT_END --> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsi8J+Tpu+4jyBEZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47008e9 commit 55e8608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@jeromefitz/design-system": "workspace:*",
3131
"cmdk": "1.0.4",
3232
"date-fns": "4.1.0",
33-
"framer-motion": "11.14.1",
33+
"framer-motion": "11.14.4",
3434
"next": "15.1.0",
3535
"next-themes": "0.4.4",
3636
"react": "19.0.0-rc-66855b96-20241106",

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@storybook/theming": "7.6.17",
113113
"@types/lodash": "4.17.13",
114114
"cmdk": "1.0.4",
115-
"framer-motion": "11.14.1",
115+
"framer-motion": "11.14.4",
116116
"lodash": "4.17.21",
117117
"next": "15.1.0",
118118
"react": "19.0.0-rc-66855b96-20241106",

0 commit comments

Comments
 (0)