From e6240eb2d708fef6b28dc4713f69c2043d54a5c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:08:56 +0800 Subject: [PATCH] bump(deps): update dependency framer-motion to v10.17.0 (#114) 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.16.16` -> `10.17.0`](https://renovatebot.com/diffs/npm/framer-motion/10.16.16/10.17.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/10.16.16/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/10.16.16/10.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
framer/motion (framer-motion) ### [`v10.17.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10170-2024-02-01) [Compare Source](https://togithub.com/framer/motion/compare/v10.16.16...v10.17.0) ##### Added - Adding `MotionGlobalConfig.skipAnimations` to globally disable animations when testing.
--- ### 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. --- - [ ] 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://developer.mend.io/github/levaintech/frontmatter). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 566755daa..82b7fffdb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,8 +274,8 @@ importers: specifier: ^1.11.10 version: 1.11.10 framer-motion: - specifier: 10.16.16 - version: 10.16.16(react-dom@18.2.0)(react@18.2.0) + specifier: 10.17.0 + version: 10.17.0(react-dom@18.2.0)(react@18.2.0) html-to-react: specifier: ^1.7.0 version: 1.7.0(react@18.2.0) @@ -3260,8 +3260,8 @@ packages: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} dev: true - /framer-motion@10.16.16(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-je6j91rd7NmUX7L1XHouwJ4v3R+SO4umso2LUcgOct3rHZ0PajZ80ETYZTajzEXEl9DlKyzjyt4AvGQ+lrebOw==} + /framer-motion@10.17.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-92brXaYasyEwaPV7tnHnc6MKxdN84CxWE1aZ80q/mlS+wQo0rxp/pmjGt5hdAEK5RCKJsWToI+MyIcGoA91Msg==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 diff --git a/website/package.json b/website/package.json index a796b3599..15853c740 100644 --- a/website/package.json +++ b/website/package.json @@ -38,7 +38,7 @@ "clsx": "^2.1.0", "crypto-frontmatter": "workspace:*", "dayjs": "^1.11.10", - "framer-motion": "10.16.16", + "framer-motion": "10.17.0", "html-to-react": "^1.7.0", "next": "14.0.4", "react": "18.2.0",