From c54e8e6335a063d23ec168a155b5806b9082953a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:17:36 +0000 Subject: [PATCH] Update dependency framer-motion to v10.12.4 (#2280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://togithub.com/framer/motion) | [`10.12.2` -> `10.12.4`](https://renovatebot.com/diffs/npm/framer-motion/10.12.2/10.12.4) | [![age](https://badges.renovateapi.com/packages/npm/framer-motion/10.12.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/framer-motion/10.12.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/framer-motion/10.12.4/compatibility-slim/10.12.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/framer-motion/10.12.4/confidence-slim/10.12.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
framer/motion ### [`v10.12.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​10124-2023-04-18) [Compare Source](https://togithub.com/framer/motion/compare/v10.12.3...v10.12.4) ##### Fixed - Fixing types for `attrX`, `attrY` and `attrScale` values. ### [`v10.12.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​10123-2023-04-18) [Compare Source](https://togithub.com/framer/motion/compare/v10.12.2...v10.12.3) ##### Fixed - Fixing CSS variable interpolation inside complex strings.
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ariakit/ariakit). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b87c23c80e..6035793ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-vitest": "0.1.4", "fast-fuzzy": "1.12.0", - "framer-motion": "10.12.2", + "framer-motion": "10.12.4", "fs-extra": "11.1.1", "glob": "10.2.1", "gray-matter": "4.0.3", @@ -10704,9 +10704,9 @@ } }, "node_modules/framer-motion": { - "version": "10.12.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.2.tgz", - "integrity": "sha512-DD3Ieqy4pjmL0qBtfNMqnU/IONchUqnhHtgFtu0Nq5jw7bhkksD/Cs4cNhLYd1vs7iB8Q+WInxuBeMmzIoA5Xg==", + "version": "10.12.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.4.tgz", + "integrity": "sha512-9gLtv8T6dui0tujHROR+VM3kdJyKiFCFiD94IQE+0OuX6LaIyXtdVpviokVdrHSb1giWhmmX4yzoucALMx6mtw==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 0dc4231205..4c052e1b15 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-vitest": "0.1.4", "fast-fuzzy": "1.12.0", - "framer-motion": "10.12.2", + "framer-motion": "10.12.4", "fs-extra": "11.1.1", "glob": "10.2.1", "gray-matter": "4.0.3",