Browse Source

Merge #711

711: Bump framer-motion from 5.3.2 to 5.3.3 in /taker-frontend r=thomaseizinger a=dependabot[bot]

Bumps [framer-motion](https://github.com/framer/motion) from 5.3.2 to 5.3.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p>
<blockquote>
<h2>[5.3.3] 2021-11-24</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing animating to CSS variables with <code>SVGElement</code>. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1334">Issue</a></li>
<li>Unsetting <code>z-index</code> for resting <code>Reorder.Item</code> components. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1313">Issue</a></li>
<li>Forward native drag listeners to <code>draggable</code> elements. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1248">Issue</a></li>
<li>Authors can now support browsers without <code>Proxy</code> by using <code>motion(&quot;div&quot;)</code> syntax. <a href="https://github-redirect.dependabot.com/framer/motion/issues/1178">Issue</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a92ccd950"><code>9a92ccd</code></a> 5.3.3</li>
<li><a href="fbc300a4eb"><code>fbc300a</code></a> Increasing size limit</li>
<li><a href="177827fdee"><code>177827f</code></a> fix: check the existence of  Proxy (<a href="https://github-redirect.dependabot.com/framer/motion/issues/1330">#1330</a>)</li>
<li><a href="0634941ecc"><code>0634941</code></a> Changelog</li>
<li><a href="bb6b01ee77"><code>bb6b01e</code></a> Update bug_report.md</li>
<li><a href="cae017f519"><code>cae017f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1368">#1368</a> from framer/fix/forward-native-drag-events</li>
<li><a href="16cb9904c2"><code>16cb990</code></a> Updating changelog</li>
<li><a href="22830c9796"><code>22830c9</code></a> Forwarding native drag events</li>
<li><a href="806c6ecf24"><code>806c6ec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1367">#1367</a> from framer/fix/reorder-z-index</li>
<li><a href="7f0230966e"><code>7f02309</code></a> Fixing test</li>
<li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v5.3.2...v5.3.3">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=5.3.2&new-version=5.3.3)](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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
debug-collab-settlement
bors[bot] 3 years ago
committed by GitHub
parent
commit
170c3065f6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      taker-frontend/yarn.lock

6
taker-frontend/yarn.lock

@ -6370,9 +6370,9 @@ fragment-cache@^0.2.1:
map-cache "^0.2.2"
framer-motion@^5:
version "5.3.2"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.3.2.tgz#d749f597d8083a4ae2fba3a2c0821930f2cc7ad4"
integrity sha512-39xU+ev4inXRAMb2DtdrMnWEinlMLTsk1lmYKcHmHy2WjwewqN9vL+dzqRuhzoPz3fia4U4x2h2w/bNpgh7egA==
version "5.3.3"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.3.3.tgz#366fa11512de4e79e061eb09a68278dad92b4419"
integrity sha512-s4mz0E4/TPTKXqKnpb578S0Jp/0JhAyvDpULFe95kHnWs1lOCKf2+EEl6yAX+1wfPLUYokZzudiK9jam0ZAVdQ==
dependencies:
framesync "6.0.1"
hey-listen "^1.0.8"

Loading…
Cancel
Save