Skip to content

Commit 2f2180b

Browse files
build(deps): bump framer-motion from 12.4.1 to 12.5.0 (#666)
Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.4.1 to 12.5.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[12.5.0] 2025-03-11</h2> <h3>Added</h3> <ul> <li>Added <code>motionValue</code> to vanilla JS entrypoint.</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>framer-motion-3d</code> package.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/cd754fc49a206e7dd4572c0cd9620bbad629e89a"><code>cd754fc</code></a> v12.5.0</li> <li><a href="https://github.com/motiondivision/motion/commit/7a20d7c262ccd8b0b4fc82af66b872136514cd31"><code>7a20d7c</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/bd8942c7554699bd90a9e8ad56ad2758a813cc80"><code>bd8942c</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3111">#3111</a> from motiondivision/feature/vanilla-motion-value</li> <li><a href="https://github.com/motiondivision/motion/commit/3cf57713c0344f29c1c9a17584bd6068795e4f9d"><code>3cf5771</code></a> reverting rollup changes</li> <li><a href="https://github.com/motiondivision/motion/commit/25ecde050977c193938fb4490a81ae33e72eaa82"><code>25ecde0</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/c3c7d1bd64acb8648b1dc18694afa05263c8eb06"><code>c3c7d1b</code></a> Fixing tests</li> <li><a href="https://github.com/motiondivision/motion/commit/d6494b33d7039a757a5e59cfcbfaba97c7a8da81"><code>d6494b3</code></a> Fixing paths in tests</li> <li><a href="https://github.com/motiondivision/motion/commit/c8f08011ad1521b7bbe5d55b74274995626b5422"><code>c8f0801</code></a> Adding vanilla motionValue</li> <li><a href="https://github.com/motiondivision/motion/commit/2ad1dd709894cb63724a56f1208a665104083520"><code>2ad1dd7</code></a> Moving dependencies</li> <li><a href="https://github.com/motiondivision/motion/commit/3326c0d1716d18ecf422e5e9956d5b43ff886b1d"><code>3326c0d</code></a> Adding vanilla motionValue</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.4.1...v12.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=framer-motion&package-manager=npm_and_yarn&previous-version=12.4.1&new-version=12.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17b93c2 commit 2f2180b

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"axios": "^1.8.1",
1717
"clsx": "^2.1.1",
1818
"date-fns": "^4.1.0",
19-
"framer-motion": "^12.4.1",
19+
"framer-motion": "^12.5.0",
2020
"google-map-react": "^2.2.1",
2121
"moment": "^2.30.1",
2222
"primeicons": "^7.0.0",

0 commit comments

Comments
 (0)