Skip to content

Commit 30225ce

Browse files
committed
fix failing protocol system test and update lock [run ci]
1 parent c47ed02 commit 30225ce

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

system-tests/projects/protocol/cypress/support/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { mount } from 'cypress/react'
1+
import { mount } from 'cypress/react18'
22

33
// Augment the Cypress namespace to include type definitions for
44
// your custom command.

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -26312,6 +26312,15 @@ [email protected]:
2631226312
prop-types "^15.6.2"
2631326313
scheduler "^0.13.6"
2631426314

26315+
[email protected], react-dom@^17.0.2:
26316+
version "17.0.2"
26317+
resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
26318+
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
26319+
dependencies:
26320+
loose-envify "^1.1.0"
26321+
object-assign "^4.1.1"
26322+
scheduler "^0.20.2"
26323+
2631526324
2631626325
version "18.3.1"
2631726326
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
@@ -26340,15 +26349,6 @@ react-dom@^16.0.0:
2634026349
prop-types "^15.6.2"
2634126350
scheduler "^0.19.1"
2634226351

26343-
react-dom@^17.0.2:
26344-
version "17.0.2"
26345-
resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
26346-
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
26347-
dependencies:
26348-
loose-envify "^1.1.0"
26349-
object-assign "^4.1.1"
26350-
scheduler "^0.20.2"
26351-
2635226352
react-focus-lock@^2.3.1:
2635326353
version "2.5.0"
2635426354
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.0.tgz#12e3a3940e897c26e2c2a0408cd25ea3c99b3709"
@@ -26434,6 +26434,14 @@ [email protected]:
2643426434
prop-types "^15.6.2"
2643526435
scheduler "^0.13.6"
2643626436

26437+
[email protected], react@^17.0.2:
26438+
version "17.0.2"
26439+
resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
26440+
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
26441+
dependencies:
26442+
loose-envify "^1.1.0"
26443+
object-assign "^4.1.1"
26444+
2643726445
2643826446
version "18.3.1"
2643926447
resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
@@ -26461,14 +26469,6 @@ react@^16.0.0, react@^16.13.1:
2646126469
object-assign "^4.1.1"
2646226470
prop-types "^15.6.2"
2646326471

26464-
react@^17.0.2:
26465-
version "17.0.2"
26466-
resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
26467-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
26468-
dependencies:
26469-
loose-envify "^1.1.0"
26470-
object-assign "^4.1.1"
26471-
2647226472
read-cache@^1.0.0:
2647326473
version "1.0.0"
2647426474
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"

0 commit comments

Comments
 (0)