Browse Source

Merge #590 #591 #592 #593 #594 #595

590: Bump tokio from 1.13.1 to 1.14.0 r=bonomat a=dependabot[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.1 to 1.14.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/tokio-rs/tokio/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.13.1&new-version=1.14.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` 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>

591: Bump @chakra-ui/icons from 1.0.17 to 1.1.1 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [`@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/icons)` from 1.0.17 to 1.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/releases"><code>`@​chakra-ui/icons</code>'s` releases</a>.</em></p>
<blockquote>
<h2><code>`@​chakra-ui/icons</code><a` href="https://github.com/1"><code>`@​1</code></a>.1.1</h2>`
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/5075">#5075</a>
<a href="b281429462"><code>b28142946</code></a>
Thanks <a href="https://github.com/cschroeter"><code>`@​cschroeter</code></a>!` - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.</li>
<li>Updated dependencies
[<a href="b281429462"><code>b28142946</code></a>]:
<ul>
<li><code>`@​chakra-ui/icon</code><a` href="https://github.com/1"><code>`@​1</code></a>.2.1</li>`
</ul>
</li>
</ul>
<h2><code>`@​chakra-ui/icons</code><a` href="https://github.com/1"><code>`@​1</code></a>.1.0</h2>`
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/4991">#4991</a>
<a href="6095eaf9ac"><code>6095eaf9a</code></a>
Thanks <a href="https://github.com/segunadebayo"><code>`@​segunadebayo</code></a>!` - Update build system
we use from a custom babel cli setup to
<a href="https://preconstruct.tools/">preconstruct</a>.</p>
<p>The previous build system transpiles the code in <code>src</code> directory to <code>dist/esm</code>
and <code>dist/cjs</code> keeping the same file structure. The new build system merges
all files in <code>src</code> and transpiles to a single <code>esm</code> and <code>cjs</code> file.</p>
<p><strong>Potential Breaking Change:</strong> The side effect of this is that, if you
imported any function, component or hook using the <strong>undocumented</strong> approach
like
<code>import { useOutsideClick } from &quot;`@chakra-ui/hooks/dist/use-outside-click&quot;</code>,`
you'll notice that the this doesn't work anymore.</p>
<p>Here's how to resolve it:</p>
<pre lang="jsx" data-meta="live=false"><code>// Won't work 🎇
import { useOutsideClick } from &quot;`@chakra-ui/hooks/dist/use-outside-click&quot;`
<p>// Works 
import { useOutsideClick } from &quot;<code>`@​chakra-ui/hooks</code>&quot;`
</code></pre></p>
<p>If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
[<a href="6095eaf9ac"><code>6095eaf9a</code></a>]:
<ul>
<li><code>`@​chakra-ui/icon</code><a` href="https://github.com/1"><code>`@​1</code></a>.2.0</li>`
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/chakra-ui/chakra-ui/blob/main/packages/icons/CHANGELOG.md"><code>`@​chakra-ui/icons</code>'s` changelog</a>.</em></p>
<blockquote>
<h2>1.1.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/5075">#5075</a>
<a href="b281429462"><code>b28142946</code></a>
Thanks <a href="https://github.com/cschroeter"><code>`@​cschroeter</code></a>!` - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.</li>
<li>Updated dependencies
[<a href="b281429462"><code>b28142946</code></a>]:
<ul>
<li><code>`@​chakra-ui/icon</code><a` href="https://github.com/1"><code>`@​1</code></a>.2.1</li>`
</ul>
</li>
</ul>
<h2>1.1.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/chakra-ui/chakra-ui/pull/4991">#4991</a>
<a href="6095eaf9ac"><code>6095eaf9a</code></a>
Thanks <a href="https://github.com/segunadebayo"><code>`@​segunadebayo</code></a>!` - Update build system
we use from a custom babel cli setup to
<a href="https://preconstruct.tools/">preconstruct</a>.</p>
<p>The previous build system transpiles the code in <code>src</code> directory to <code>dist/esm</code>
and <code>dist/cjs</code> keeping the same file structure. The new build system merges
all files in <code>src</code> and transpiles to a single <code>esm</code> and <code>cjs</code> file.</p>
<p><strong>Potential Breaking Change:</strong> The side effect of this is that, if you
imported any function, component or hook using the <strong>undocumented</strong> approach
like
<code>import { useOutsideClick } from &quot;`@chakra-ui/hooks/dist/use-outside-click&quot;</code>,`
you'll notice that the this doesn't work anymore.</p>
<p>Here's how to resolve it:</p>
<pre lang="jsx" data-meta="live=false"><code>// Won't work 🎇
import { useOutsideClick } from &quot;`@chakra-ui/hooks/dist/use-outside-click&quot;`
<p>// Works 
import { useOutsideClick } from &quot;<code>`@​chakra-ui/hooks</code>&quot;`
</code></pre></p>
<p>If this affected your project, we recommend that you import hooks, functions
or components the way it's shown in the documentation. This will help keep
your project future-proof.</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ceaac6fe62"><code>ceaac6f</code></a> chore(release): version packages</li>
<li><a href="b3bc4b5d22"><code>b3bc4b5</code></a> build: export sources</li>
<li><a href="63a7c270d9"><code>63a7c27</code></a> chore(release): version packages</li>
<li><a href="4ac515f212"><code>4ac515f</code></a> chore: remove key from pkg.json</li>
<li><a href="7afff0d86e"><code>7afff0d</code></a> chore: remove src from files</li>
<li><a href="c42dca05af"><code>c42dca0</code></a> chore: merge main into branch</li>
<li><a href="b7f06a0c05"><code>b7f06a0</code></a> chore: add src to pkg files</li>
<li><a href="849948cb4a"><code>849948c</code></a> Merge branch 'build/preconstruct' into preconstruct</li>
<li><a href="1898e0f544"><code>1898e0f</code></a> chore: adjust packages</li>
<li><a href="007f425348"><code>007f425</code></a> Merge branch 'main' into preconstruct</li>
<li>Additional commits viewable in <a href="https://github.com/chakra-ui/chakra-ui/commits/`@chakra-ui/icons@1.1.1/packages/icons">compare` view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@chakra-ui/icons&package-manager=npm_and_yarn&previous-version=1.0.17&new-version=1.1.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>

592: Bump @types/jest from 26.0.24 to 27.0.2 in /maker-frontend r=bonomat a=dependabot[bot]

Bumps [`@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)` from 26.0.24 to 27.0.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/jest&package-manager=npm_and_yarn&previous-version=26.0.24&new-version=27.0.2)](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>

593: Bump @emotion/react from 11.5.0 to 11.6.0 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [`@emotion/react](https://github.com/emotion-js/emotion)` from 11.5.0 to 11.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/emotion-js/emotion/releases"><code>`@​emotion/react</code>'s` releases</a>.</em></p>
<blockquote>
<h2><code>`@​emotion/react</code><a` href="https://github.com/11"><code>`@​11</code></a>.6.0</h2>`
<h3>Minor Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2542">#2542</a> <a href="eb013d2572"><code>eb013d25</code></a> Thanks <a href="https://github.com/eps1lon"><code>`@​eps1lon</code></a>!` - Fixed hydration mismatches if <code>React.useId</code> (the upcoming API of the React 18) is used within a tree below our components.</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/emotion-js/emotion/pull/2551">#2551</a> <a href="99fcea04a2"><code>99fcea04</code></a> Thanks <a href="https://github.com/Andarist"><code>`@​Andarist</code></a>!` - Shorten the path of the &quot;private&quot; <code>isolated-hoist-non-react-statics-do-not-use-this-in-your-code</code> entrypoint to avoid exeeding path limitations on Windows.</p>
</li>
<li>
<p>Updated dependencies [<a href="9e82a99162"><code>9e82a991</code></a>, <a href="516fe45805"><code>516fe458</code></a>]:</p>
<ul>
<li><code>`@​emotion/sheet</code><a` href="https://github.com/1"><code>`@​1</code></a>.1.0</li>`
<li><code>`@​emotion/cache</code><a` href="https://github.com/11"><code>`@​11</code></a>.6.0</li>`
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2bac69b6c0"><code>2bac69b</code></a> Upgrade node version in the release workflow</li>
<li><a href="ed90c2e9da"><code>ed90c2e</code></a> Version Packages (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2539">#2539</a>)</li>
<li><a href="3c902cfd7d"><code>3c902cf</code></a> Fix &amp; upgrade benchmarks (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2544">#2544</a>)</li>
<li><a href="9e82a99162"><code>9e82a99</code></a> Tweak changesets created in <a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2521">#2521</a></li>
<li><a href="d9b247d189"><code>d9b247d</code></a> Add a note that <code>container</code> can be used to inject styles to windows (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2541">#2541</a>)</li>
<li><a href="99fcea04a2"><code>99fcea0</code></a> Shorten the path of the &quot;private&quot; `isolated-hoist-non-react-statics-do-not-us...</li>
<li><a href="9861a18bbf"><code>9861a18</code></a> Add <code>enterKeyHint</code> prop to the <code>isPropValid</code> allowlist (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2540">#2540</a>)</li>
<li><a href="eb013d2572"><code>eb013d2</code></a> Fix hydration mismatches with <code>React.useId</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2542">#2542</a>)</li>
<li><a href="516fe45805"><code>516fe45</code></a> Add <code>insertionPoint</code> option in <code>EmotionCache</code> (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2521">#2521</a>)</li>
<li><a href="01e4e0f6fe"><code>01e4e0f</code></a> Document extra installation step for M1 Mac (<a href="https://github-redirect.dependabot.com/emotion-js/emotion/issues/2535">#2535</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/emotion-js/emotion/compare/`@emotion/react@11.5.0...@emotion/react@11.6.0">compare` view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@emotion/react&package-manager=npm_and_yarn&previous-version=11.5.0&new-version=11.6.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` 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>

594: Bump react-icons from 3.11.0 to 4.3.1 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [react-icons](https://github.com/react-icons/react-icons) from 3.11.0 to 4.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/react-icons/react-icons/releases">react-icons's releases</a>.</em></p>
<blockquote>
<h2>v4.3.1</h2>
<table>
<thead>
<tr>
<th>Icon Library</th>
<th>License</th>
<th>Version</th>
<th>Count</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td>
<td>5.15.4</td>
<td></td>
</tr>
<tr>
<td>7d3d774145ac38663f6d1effc6def0334b68ab7e</td>
<td>1612</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 4</a></td>
<td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>4.6.3</td>
<td>696</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 5</a></td>
<td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>5.5.0</td>
<td>1332</td>
</tr>
<tr>
<td><a href="http://google.github.io/material-design-icons/">Material Design icons</a></td>
<td><a href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache License Version 2.0</a></td>
<td>63c5cb306073a9ecdfd3579f0f696746ab6305f6</td>
<td>3650</td>
</tr>
<tr>
<td><a href="http://s-ings.com/typicons/">Typicons</a></td>
<td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a></td>
<td>2.1.2</td>
<td>336</td>
</tr>
<tr>
<td><a href="https://octicons.github.com/">Github Octicons icons</a></td>
<td><a href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td>
<td>8.5.0</td>
<td>184</td>
</tr>
<tr>
<td><a href="https://feathericons.com/">Feather</a></td>
<td><a href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td>
<td>4.28.0</td>
<td>286</td>
</tr>
<tr>
<td><a href="https://game-icons.net/">Game Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></td>
<td>12920d6565588f0512542a3cb0cdfd36a497f910</td>
<td>4040</td>
</tr>
<tr>
<td><a href="https://erikflowers.github.io/weather-icons/">Weather Icons</a></td>
<td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td>
<td>2.0.12</td>
<td>219</td>
</tr>
<tr>
<td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.8.0</td>
<td>192</td>
</tr>
<tr>
<td><a href="https://github.com/ant-design/ant-design-icons">Ant Design Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>4.2.1</td>
<td>789</td>
</tr>
<tr>
<td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.5.0</td>
<td>1846</td>
</tr>
<tr>
<td><a href="https://github.com/Remix-Design/RemixIcon">Remix Icon</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td>
<td>2.5.0</td>
<td>2271</td>
</tr>
<tr>
<td><a href="https://github.com/icons8/flat-color-icons">Flat Color Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.2</td>
<td>329</td>
</tr>
<tr>
<td><a href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td>
<td>4.6.2</td>
<td>615</td>
</tr>
<tr>
<td><a href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.4</td>
<td>460</td>
</tr>
<tr>
<td><a href="https://simpleicons.org/">Simple Icons</a></td>
<td><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a></td>
<td>5.16.0</td>
<td>2024</td>
</tr>
<tr>
<td><a href="https://github.com/Keyamoon/IcoMoon-Free">IcoMoon Free</a></td>
<td><a href="https://github.com/react-icons/react-icons/blob/HEAD/undefined">CC BY 4.0 License</a></td>
<td>d006795ede82361e1bac1ee76f215cf1dc51e4ca</td>
<td>491</td>
</tr>
<tr>
<td><a href="https://github.com/atisawd/boxicons">BoxIcons</a></td>
<td><a href="https://github.com/react-icons/react-icons/blob/HEAD/undefined">CC BY 4.0 License</a></td>
<td>2.0.9</td>
<td>757</td>
</tr>
<tr>
<td><a href="https://github.com/astrit/css.gg">css.gg</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>2.0.0</td>
<td>704</td>
</tr>
<tr>
<td><a href="https://github.com/microsoft/vscode-codicons">VS Code Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></td>
<td>0.0.23</td>
<td>383</td>
</tr>
</tbody>
</table>
<h2>v4.3.0</h2>
<table>
<thead>
<tr>
<th>Icon Library</th>
<th>License</th>
<th>Version</th>
<th>Count</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://fontawesome.com/">Font Awesome</a></td>
<td><a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a></td>
<td>5.15.4</td>
<td></td>
</tr>
<tr>
<td>7d3d774145ac38663f6d1effc6def0334b68ab7e</td>
<td>1612</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 4</a></td>
<td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>4.6.3</td>
<td>696</td>
</tr>
<tr>
<td><a href="https://ionicons.com/">Ionicons 5</a></td>
<td><a href="https://github.com/ionic-team/ionicons/blob/master/LICENSE">MIT</a></td>
<td>5.5.0</td>
<td>1332</td>
</tr>
<tr>
<td><a href="http://google.github.io/material-design-icons/">Material Design icons</a></td>
<td><a href="https://github.com/google/material-design-icons/blob/master/LICENSE">Apache License Version 2.0</a></td>
<td>4.0.0-12-g63c5cb3060</td>
<td></td>
</tr>
<tr>
<td>63c5cb306073a9ecdfd3579f0f696746ab6305f6</td>
<td>3650</td>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="http://s-ings.com/typicons/">Typicons</a></td>
<td><a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a></td>
<td>2.1.2</td>
<td>336</td>
</tr>
<tr>
<td><a href="https://octicons.github.com/">Github Octicons icons</a></td>
<td><a href="https://github.com/primer/octicons/blob/master/LICENSE">MIT</a></td>
<td>8.5.0</td>
<td>184</td>
</tr>
<tr>
<td><a href="https://feathericons.com/">Feather</a></td>
<td><a href="https://github.com/feathericons/feather/blob/master/LICENSE">MIT</a></td>
<td>4.28.0</td>
<td>286</td>
</tr>
<tr>
<td><a href="https://game-icons.net/">Game Icons</a></td>
<td><a href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></td>
<td>12920d6565588f0512542a3cb0cdfd36a497f910</td>
<td>4040</td>
</tr>
<tr>
<td><a href="https://erikflowers.github.io/weather-icons/">Weather Icons</a></td>
<td><a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a></td>
<td>2.0.12</td>
<td>219</td>
</tr>
<tr>
<td><a href="https://vorillaz.github.io/devicons/">Devicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.8.0</td>
<td>192</td>
</tr>
<tr>
<td><a href="https://github.com/ant-design/ant-design-icons">Ant Design Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>4.2.1</td>
<td>789</td>
</tr>
<tr>
<td><a href="https://github.com/twbs/icons">Bootstrap Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.5.0</td>
<td>1846</td>
</tr>
<tr>
<td><a href="https://github.com/Remix-Design/RemixIcon">Remix Icon</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td>
<td>2.5.0</td>
<td>2271</td>
</tr>
<tr>
<td><a href="https://github.com/icons8/flat-color-icons">Flat Color Icons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.2</td>
<td>329</td>
</tr>
<tr>
<td><a href="https://github.com/grommet/grommet-icons">Grommet-Icons</a></td>
<td><a href="http://www.apache.org/licenses/">Apache License Version 2.0</a></td>
<td>4.6.2</td>
<td>615</td>
</tr>
<tr>
<td><a href="https://github.com/tailwindlabs/heroicons">Heroicons</a></td>
<td><a href="https://opensource.org/licenses/MIT">MIT</a></td>
<td>1.0.4</td>
<td>460</td>
</tr>
<tr>
<td><a href="https://simpleicons.org/">Simple Icons</a></td>
<td><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a></td>
<td>5.16.0</td>
<td>2024</td>
</tr>
<tr>
<td><a href="https://github.com/Keyamoon/IcoMoon-Free">IcoMoon Free</a></td>
<td><a href="https://github.com/react-icons/react-icons/blob/HEAD/undefined">CC BY 4.0 License</a></td>
<td>d006795ede82361e1bac1ee76f215cf1dc51e4ca</td>
<td>491</td>
</tr>
<tr>
<td><a href="https://github.com/atisawd/boxicons">BoxIcons</a></td>
<td><a href="https://github.com/react-icons/react-icons/blob/HEAD/undefined">CC BY 4.0 License</a></td>
<td>2.0.9</td>
<td>757</td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d9ccf4df4"><code>6d9ccf4</code></a> v4.3.1</li>
<li><a href="e00f273918"><code>e00f273</code></a> rebuild</li>
<li><a href="0780033611"><code>0780033</code></a> v4.3.0</li>
<li><a href="c07e6cb8b3"><code>c07e6cb</code></a> Update README.md</li>
<li><a href="be56478419"><code>be56478</code></a> Upgrade all icons</li>
<li><a href="e9c6cd4c58"><code>e9c6cd4</code></a> Upgrade Material Design icons from v3 to v4</li>
<li><a href="07f19ab1fc"><code>07f19ab</code></a> Remove webfont-medical-icons</li>
<li><a href="cda1f91c48"><code>cda1f91</code></a> Add language property to CodeBlock (<a href="https://github-redirect.dependabot.com/react-icons/react-icons/issues/467">#467</a>)</li>
<li><a href="a2f13ccdbf"><code>a2f13cc</code></a> Bump io5 (ionicons) from 5.2.3 to 5.5.0 (<a href="https://github-redirect.dependabot.com/react-icons/react-icons/issues/425">#425</a>)</li>
<li><a href="0b8586c03d"><code>0b8586c</code></a> Proposed Medical Icon (<a href="https://github-redirect.dependabot.com/react-icons/react-icons/issues/434">#434</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/react-icons/react-icons/compare/v3.11.0...v4.3.1">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~nolanleung">nolanleung</a>, a new releaser for react-icons since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-icons&package-manager=npm_and_yarn&previous-version=3.11.0&new-version=4.3.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>

595: Bump @types/react-router-dom from 5.3.1 to 5.3.2 in /taker-frontend r=bonomat a=dependabot[bot]

Bumps [`@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom)` from 5.3.1 to 5.3.2.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@types/react-router-dom&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.2)](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>
new-http-api
bors[bot] 3 years ago
committed by GitHub
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      maker-frontend/package.json
  3. 60
      maker-frontend/yarn.lock
  4. 6
      taker-frontend/package.json
  5. 77
      taker-frontend/yarn.lock

8
Cargo.lock

@ -3215,9 +3215,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.13.1"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
dependencies = [
"autocfg 1.0.1",
"bytes",
@ -3234,9 +3234,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "1.4.1"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "154794c8f499c2619acd19e839294703e9e32e7630ef5f46ea80d4ef0fbee5eb"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
dependencies = [
"proc-macro2",
"quote",

2
maker-frontend/package.json

@ -19,7 +19,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/jest": "^27.0.2",
"@types/node": "^12.0.0",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.0",

60
maker-frontend/yarn.lock

@ -2297,17 +2297,6 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"
"@jest/types@^27.1.0":
version "27.1.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.1.0.tgz#674a40325eab23c857ebc0689e7e191a3c5b10cc"
integrity sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
"@types/node" "*"
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
"@jest/types@^27.2.5":
version "27.2.5"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
@ -2726,22 +2715,14 @@
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@*":
version "27.0.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.1.tgz#fafcc997da0135865311bb1215ba16dba6bdf4ca"
integrity sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==
"@types/jest@*", "@types/jest@^27.0.2":
version "27.0.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
dependencies:
jest-diff "^27.0.0"
pretty-format "^27.0.0"
"@types/jest@^26.0.15":
version "26.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
dependencies:
jest-diff "^26.0.0"
pretty-format "^26.0.0"
"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
version "7.0.9"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@ -7730,7 +7711,7 @@ jest-config@^27.3.1:
micromatch "^4.0.4"
pretty-format "^27.3.1"
jest-diff@^26.0.0, jest-diff@^26.6.2:
jest-diff@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
@ -7740,17 +7721,7 @@ jest-diff@^26.0.0, jest-diff@^26.6.2:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"
jest-diff@^27.0.0:
version "27.1.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.1.0.tgz#c7033f25add95e2218f3c7f4c3d7b634ab6b3cd2"
integrity sha512-rjfopEYl58g/SZTsQFmspBODvMSytL16I+cirnScWTLkQVXYVZfxm78DFfdIIXc05RCYuGjxJqrdyG4PIFzcJg==
dependencies:
chalk "^4.0.0"
diff-sequences "^27.0.6"
jest-get-type "^27.0.6"
pretty-format "^27.1.0"
jest-diff@^27.3.1:
jest-diff@^27.0.0, jest-diff@^27.3.1:
version "27.3.1"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.1.tgz#d2775fea15411f5f5aeda2a5e02c2f36440f6d55"
integrity sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==
@ -7851,11 +7822,6 @@ jest-get-type@^26.3.0:
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
jest-get-type@^27.0.6:
version "27.0.6"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
jest-get-type@^27.3.1:
version "27.3.1"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.3.1.tgz#a8a2b0a12b50169773099eee60a0e6dd11423eff"
@ -10558,7 +10524,7 @@ pretty-error@^2.1.1:
lodash "^4.17.20"
renderkid "^2.0.4"
pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
pretty-format@^26.6.0, pretty-format@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
@ -10568,17 +10534,7 @@ pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
ansi-styles "^4.0.0"
react-is "^17.0.1"
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.1.0:
version "27.1.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.1.0.tgz#022f3fdb19121e0a2612f3cff8d724431461b9ca"
integrity sha512-4aGaud3w3rxAO6OXmK3fwBFQ0bctIOG3/if+jYEFGNGIs0EvuidQm3bZ9mlP2/t9epLNC/12czabfy7TZNSwVA==
dependencies:
"@jest/types" "^27.1.0"
ansi-regex "^5.0.0"
ansi-styles "^5.0.0"
react-is "^17.0.1"
pretty-format@^27.3.1:
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.3.1:
version "27.3.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.1.tgz#7e9486365ccdd4a502061fa761d3ab9ca1b78df5"
integrity sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==

6
taker-frontend/package.json

@ -9,7 +9,7 @@
"tsc": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.16",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
@ -20,13 +20,13 @@
"@types/node": "^12.0.0",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "5.3.1",
"@types/react-router-dom": "5.3.2",
"@vitejs/plugin-react": "^1.0.0",
"framer-motion": "^4",
"react": "^17.0.2",
"react-async": "^10.0.1",
"react-dom": "^17.0.2",
"react-icons": "^3.0.0",
"react-icons": "^4.3.1",
"react-refresh": "^0.10.0",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",

77
taker-frontend/yarn.lock

@ -1370,13 +1370,20 @@
dependencies:
"@chakra-ui/utils" "1.8.4"
"@chakra-ui/icons@^1.0.16":
version "1.0.17"
resolved "https://registry.yarnpkg.com/@chakra-ui/icons/-/icons-1.0.17.tgz#c6aa9a85522c0d90fa7c4861cc02c532f57a8621"
integrity sha512-eu+xyABLTi+W5986UCfaBw8gPnh3xTxBHE4tMZ3VIkUaj0qYJiVer85pAe01Uud5OxJ1Mvw3G+gIbjuJFDEUQg==
"@chakra-ui/icon@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-1.2.1.tgz#b47c0016531da8bef81061d2b96a2d5282b07ff8"
integrity sha512-uZxFsiY4Tld+LvGIX7cky0H6oMRac8udPMQRzIk/UQeNZcsWisGetatbQsew3y1lWV/iH/8+TlDuW13GWGyGGQ==
dependencies:
"@chakra-ui/icon" "1.1.13"
"@types/react" "^17.0.0"
"@chakra-ui/utils" "1.9.1"
"@chakra-ui/icons@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/icons/-/icons-1.1.1.tgz#e4b191fd38be999c4434ff2b1fb69a5eaf3cf226"
integrity sha512-/+u6euCOFw6J1DZW7NcVFtib4mygJBoqRdsKiU1Z3uiTC+zQTBzcCt54NQ+kK8rhuNzJ+odahnt/AbjBJgZ+5A==
dependencies:
"@chakra-ui/icon" "1.2.1"
"@types/react" "^17.0.15"
"@chakra-ui/image@1.0.22":
version "1.0.22"
@ -1759,6 +1766,16 @@
framesync "5.3.0"
lodash.mergewith "4.6.2"
"@chakra-ui/utils@1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.9.1.tgz#e34bf74f9f6048da1ec2a5728db4cc80d0158e0e"
integrity sha512-Tue8JfpzOqeHd8vSqAnX1l/Y3Gg456+BXFP/TH6mCIeqMAMbrvv25vDskds0wlXRjMYdmpqHxCEzkalFrscGHA==
dependencies:
"@types/lodash.mergewith" "4.6.6"
css-box-model "1.2.1"
framesync "5.3.0"
lodash.mergewith "4.6.2"
"@chakra-ui/visually-hidden@1.0.16":
version "1.0.16"
resolved "https://registry.yarnpkg.com/@chakra-ui/visually-hidden/-/visually-hidden-1.0.16.tgz#7cd3299bbedc4c924be699a2a1a323fa91377c48"
@ -1807,13 +1824,13 @@
source-map "^0.5.7"
stylis "^4.0.3"
"@emotion/cache@^11.5.0":
version "11.5.0"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.5.0.tgz#a5eb78cbef8163939ee345e3ddf0af217b845e62"
integrity sha512-mAZ5QRpLriBtaj/k2qyrXwck6yeoz1V5lMt/jfj6igWU35yYlNKs2LziXVgvH81gnJZ+9QQNGelSsnuoAy6uIw==
"@emotion/cache@^11.6.0":
version "11.6.0"
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.6.0.tgz#65fbdbbe4382f1991d8b20853c38e63ecccec9a1"
integrity sha512-ElbsWY1KMwEowkv42vGo0UPuLgtPYfIs9BxxVrmvsaJVvktknsHYYlx5NQ5g6zLDcOTyamlDc7FkRg2TAcQDKQ==
dependencies:
"@emotion/memoize" "^0.7.4"
"@emotion/sheet" "^1.0.3"
"@emotion/sheet" "^1.1.0"
"@emotion/utils" "^1.0.0"
"@emotion/weak-memoize" "^0.2.5"
stylis "^4.0.10"
@ -1848,14 +1865,14 @@
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
"@emotion/react@^11":
version "11.5.0"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.5.0.tgz#19b5771bbfbda5e8517e948a2d9064810f0022bd"
integrity sha512-MYq/bzp3rYbee4EMBORCn4duPQfgpiEB5XzrZEBnUZAL80Qdfr7CEv/T80jwaTl/dnZmt9SnTa8NkTrwFNpLlw==
version "11.6.0"
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.6.0.tgz#61fcb95c1e01255734c2c721cb9beabcf521eb0f"
integrity sha512-23MnRZFBN9+D1lHXC5pD6z4X9yhPxxtHr6f+iTGz6Fv6Rda0GdefPrsHL7otsEf+//7uqCdT5QtHeRxHCERzuw==
dependencies:
"@babel/runtime" "^7.13.10"
"@emotion/cache" "^11.5.0"
"@emotion/cache" "^11.6.0"
"@emotion/serialize" "^1.0.2"
"@emotion/sheet" "^1.0.3"
"@emotion/sheet" "^1.1.0"
"@emotion/utils" "^1.0.0"
"@emotion/weak-memoize" "^0.2.5"
hoist-non-react-statics "^3.3.1"
@ -1871,10 +1888,10 @@
"@emotion/utils" "^1.0.0"
csstype "^3.0.2"
"@emotion/sheet@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.3.tgz#00c326cd7985c5ccb8fe2c1b592886579dcfab8f"
integrity sha512-YoX5GyQ4db7LpbmXHMuc8kebtBGP6nZfRC5Z13OKJMixBEwdZrJ914D6yJv/P+ZH/YY3F5s89NYX2hlZAf3SRQ==
"@emotion/sheet@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==
"@emotion/styled@^11":
version "11.6.0"
@ -2660,10 +2677,10 @@
dependencies:
"@types/react" "*"
"@types/react-router-dom@5.3.1":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.1.tgz#76700ccce6529413ec723024b71f01fc77a4a980"
integrity sha512-UvyRy73318QI83haXlaMwmklHHzV9hjl3u71MmM6wYNu0hOVk9NLTa0vGukf8zXUqnwz4O06ig876YSPpeK28A==
"@types/react-router-dom@5.3.2":
version "5.3.2"
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.2.tgz#ebd8e145cf056db5c66eb1dac63c72f52e8542ee"
integrity sha512-ELEYRUie2czuJzaZ5+ziIp9Hhw+juEw8b7C11YNA4QdLCVbQ3qLi2l4aq8XnlqM7V31LZX8dxUuFUCrzHm6sqQ==
dependencies:
"@types/history" "*"
"@types/react" "*"
@ -2677,7 +2694,7 @@
"@types/history" "*"
"@types/react" "*"
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.35":
"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.15", "@types/react@^17.0.35":
version "17.0.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c"
integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==
@ -10265,12 +10282,10 @@ react-focus-lock@2.5.0:
use-callback-ref "^1.2.1"
use-sidecar "^1.0.1"
react-icons@^3.0.0:
version "3.11.0"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-3.11.0.tgz#2ca2903dfab8268ca18ebd8cc2e879921ec3b254"
integrity sha512-JRgiI/vdF6uyBgyZhVyYJUZAop95Sy4XDe/jmT3R/bKliFWpO/uZBwvSjWEdxwzec7SYbEPNPck0Kff2tUGM2Q==
dependencies:
camelcase "^5.0.0"
react-icons@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
version "16.13.1"

Loading…
Cancel
Save