Browse Source

Merge #903

903: Bump framer-motion from 5.4.5 to 5.5.1 in /taker-frontend r=thomaseizinger a=dependabot[bot]

Bumps [framer-motion](https://github.com/framer/motion) from 5.4.5 to 5.5.1.
<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.5.1] 2021-12-14</h2>
<h3>Fixed</h3>
<ul>
<li>Removed dynamic resolution scaling from <code>LayoutCamera</code> to fix crash in iOS.</li>
</ul>
<h2>[5.5.0] 2021-12-14</h2>
<h3>Added</h3>
<ul>
<li><code>LayoutCamera</code> and <code>LayoutOrthographicCamera</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a2184f5150"><code>a2184f5</code></a> 5.5.1</li>
<li><a href="ef150aaadd"><code>ef150aa</code></a> Removing dynamic resolution scaling</li>
<li><a href="715362723f"><code>7153627</code></a> Updating changelog</li>
<li><a href="5f0c3a772d"><code>5f0c3a7</code></a> Updating internal rendering resolution:</li>
<li><a href="8cfdd8b115"><code>8cfdd8b</code></a> 5.5.0</li>
<li><a href="28b1ce3c7e"><code>28b1ce3</code></a> Feature/layout camera (<a href="https://github-redirect.dependabot.com/framer/motion/issues/1393">#1393</a>)</li>
<li><a href="fe8c226dbd"><code>fe8c226</code></a> Feature/three final (<a href="https://github-redirect.dependabot.com/framer/motion/issues/1391">#1391</a>)</li>
<li>See full diff in <a href="https://github.com/framer/motion/compare/v5.4.5...v5.5.1">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.4.5&new-version=5.5.1)](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>
remove-long-heartbeat-interval-in-debug-mode
bors[bot] 3 years ago
committed by GitHub
parent
commit
70abfbe00d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      taker-frontend/yarn.lock

6
taker-frontend/yarn.lock

@ -6382,9 +6382,9 @@ fragment-cache@^0.2.1:
map-cache "^0.2.2"
framer-motion@^5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.4.5.tgz#180047afe6d4e41b8b69eb76cfad13d7a0351073"
integrity sha512-OjKfSMO22a9bTedhQ4diwZWCcmwoZmfrkalv4adhHTH2/cXa2eoFAmmPzs6aNpENbMrn47YmlWGwZtYNycXFLg==
version "5.5.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-5.5.1.tgz#2f6debbb20ca30c4ce8665b4a2653dc6bd9a6fe3"
integrity sha512-kPfQpMO4BH+ouIORDMGNt3o+vEgNnIKHyKIgFG4zalTFJaNx9YF2hM2cSdlNdZ6OpiBEkSyKg5DkpFkhmZpRDQ==
dependencies:
framesync "6.0.1"
hey-listen "^1.0.8"

Loading…
Cancel
Save