672: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/store-reactjs-chat r=D4nte a=dependabot[bot]

Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event)` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>`@​testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>) (<a href="6d36828e22">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>) (<a href="06f12a6475">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>) (<a href="126d2e7b78">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>) (<a href="a7f99066a5">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>) (<a href="e23e559297">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt&gt;}</code>, <code>{Control&gt;}</code>, <code>{Meta&gt;}</code>, <code>{Shift&gt;}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>)</li>
<li><a href="f2e8f8e25f"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896">#896</a>)</li>
<li><a href="06f12a6475"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>)</li>
<li><a href="dff6d54882"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893">#893</a>)</li>
<li><a href="126d2e7b78"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>)</li>
<li><a href="810c0d856c"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891">#891</a>)</li>
<li><a href="886780c2a8"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890">#890</a>)</li>
<li><a href="e23e559297"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>)</li>
<li><a href="a7f99066a5"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>)</li>
<li><a href="f209a6f863"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](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>

673: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/web-chat r=D4nte a=dependabot[bot]

Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event)` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>`@​testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>) (<a href="6d36828e22">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>) (<a href="06f12a6475">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>) (<a href="126d2e7b78">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>) (<a href="a7f99066a5">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>) (<a href="e23e559297">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt&gt;}</code>, <code>{Control&gt;}</code>, <code>{Meta&gt;}</code>, <code>{Shift&gt;}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>)</li>
<li><a href="f2e8f8e25f"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896">#896</a>)</li>
<li><a href="06f12a6475"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>)</li>
<li><a href="dff6d54882"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893">#893</a>)</li>
<li><a href="126d2e7b78"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>)</li>
<li><a href="810c0d856c"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891">#891</a>)</li>
<li><a href="886780c2a8"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890">#890</a>)</li>
<li><a href="e23e559297"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>)</li>
<li><a href="a7f99066a5"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>)</li>
<li><a href="f209a6f863"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](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>

674: Bump @testing-library/user-event from 13.5.0 to 14.0.4 in /examples/relay-reactjs-chat r=D4nte a=dependabot[bot]

Bumps [`@testing-library/user-event](https://github.com/testing-library/user-event)` from 13.5.0 to 14.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/user-event/releases"><code>`@​testing-library/user-event</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v14.0.4</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.3...v14.0.4">14.0.4</a> (2022-04-01)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>) (<a href="6d36828e22">6d36828</a>)</li>
</ul>
<h2>v14.0.3</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.2...v14.0.3">14.0.3</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pointer:</strong> change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>) (<a href="06f12a6475">06f12a6</a>)</li>
</ul>
<h2>v14.0.2</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.1...v14.0.2">14.0.2</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>) (<a href="126d2e7b78">126d2e7</a>)</li>
</ul>
<h2>v14.0.1</h2>
<h3><a href="https://github.com/testing-library/user-event/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-03-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>) (<a href="a7f99066a5">a7f9906</a>)</li>
<li><strong>pointer:</strong> support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>) (<a href="e23e559297">e23e559</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h2><a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.0">14.0.0</a> (2022-03-29)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li><strong>APIs always return a Promise.</strong></li>
<li><strong>pointer:</strong> <code>skipPointerEvents</code> has been removed.
Use <code>pointerEventsCheck: PointerEventsCheckLevel.Never</code> instead.</li>
<li><strong>upload:</strong> <code>init</code> parameter has been removed from <code>userEvent.upload</code>.</li>
<li>The <code>userEvent.paste</code> API has new parameters.</li>
<li><code>{ctrl}</code>, <code>{del}</code>, <code>{esc}</code> no longer describe a key. Use <code>{Control}</code>, <code>{Delete}</code>, <code>{Escape}</code> instead.</li>
<li><code>{alt}</code>, <code>{ctrl}</code>, <code>{meta}</code>, <code>{shift}</code> no longer imply not releasing the key. Use <code>{Alt&gt;}</code>, <code>{Control&gt;}</code>, <code>{Meta&gt;}</code>, <code>{Shift&gt;}</code> instead.</li>
<li><code>init</code> parameter has been removed from these APIs:
<ul>
<li><code>userEvent.click</code></li>
<li><code>userEvent.dblClick</code></li>
<li><code>userEvent.tripleClick</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d36828e22"><code>6d36828</code></a> fix: track calls to <code>HTMLInputElement.select()</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/898">#898</a>)</li>
<li><a href="f2e8f8e25f"><code>f2e8f8e</code></a> docs: add wKovacs64 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/896">#896</a>)</li>
<li><a href="06f12a6475"><code>06f12a6</code></a> fix(pointer): change selection before dispatching <code>focus</code> (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/895">#895</a>)</li>
<li><a href="dff6d54882"><code>dff6d54</code></a> docs: add tbertrand7 as a contributor for bug (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/893">#893</a>)</li>
<li><a href="126d2e7b78"><code>126d2e7</code></a> fix: work around shadowed globals (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/892">#892</a>)</li>
<li><a href="810c0d856c"><code>810c0d8</code></a> chore: update test environment to React18 (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/891">#891</a>)</li>
<li><a href="886780c2a8"><code>886780c</code></a> docs: add robcaldecott as a contributor for bug, code (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/890">#890</a>)</li>
<li><a href="e23e559297"><code>e23e559</code></a> fix(pointer): support nested select (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/888">#888</a>)</li>
<li><a href="a7f99066a5"><code>a7f9906</code></a> fix: maintain UI value on controlled number input (<a href="https://github-redirect.dependabot.com/testing-library/user-event/issues/889">#889</a>)</li>
<li><a href="f209a6f863"><code>f209a6f</code></a> chore: update link to CONTRIBUTORS</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/user-event/compare/v13.5.0...v14.0.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@testing-library/user-event&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=14.0.4)](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>
This commit is contained in:
status-bors-ng[bot] 2022-04-05 03:04:06 +00:00 committed by GitHub
commit bb186929e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 45 deletions

View File

@ -10,7 +10,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"js-waku": "file:../../",
"protobufjs": "^6.11.2",
"react": "^17.0.2",
@ -22,6 +22,7 @@
}
},
"../..": {
"name": "js-waku",
"version": "0.20.0",
"license": "MIT OR Apache-2.0",
"dependencies": {
@ -3320,14 +3321,11 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
@ -18928,12 +18926,10 @@
}
},
"@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"requires": {
"@babel/runtime": "^7.12.5"
}
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"requires": {}
},
"@tootallnate/once": {
"version": "1.1.2",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"js-waku": "file:../../",
"protobufjs": "^6.11.2",
"react": "^17.0.2",

View File

@ -10,7 +10,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
@ -3184,14 +3184,11 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
@ -19320,12 +19317,10 @@
}
},
"@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"requires": {
"@babel/runtime": "^7.12.5"
}
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"requires": {}
},
"@tootallnate/once": {
"version": "1.1.2",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",

View File

@ -21,7 +21,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",
@ -4727,15 +4727,12 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
@ -25538,13 +25535,11 @@
}
},
"@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.0.4.tgz",
"integrity": "sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"
}
"requires": {}
},
"@tootallnate/once": {
"version": "1.1.2",

View File

@ -17,7 +17,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.0.4",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"@types/react": "^17.0.39",