Skip to content

Commit 0f80010

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @testing-library/react to v12.1.3
1 parent 4a9ba1b commit 0f80010

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@testing-library/dom": "8.11.3",
7777
"@testing-library/jest-dom": "5.16.2",
78-
"@testing-library/react": "12.1.2",
78+
"@testing-library/react": "12.1.3",
7979
"@testing-library/user-event": "13.5.0",
8080
"@types/isomorphic-fetch": "0.0.35",
8181
"@types/jest": "27.4.0",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5627,13 +5627,14 @@
56275627
lodash "^4.17.15"
56285628
redent "^3.0.0"
56295629

5630-
"@testing-library/[email protected].2":
5631-
version "12.1.2"
5632-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
5633-
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
5630+
"@testing-library/[email protected].3":
5631+
version "12.1.3"
5632+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
5633+
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
56345634
dependencies:
56355635
"@babel/runtime" "^7.12.5"
56365636
"@testing-library/dom" "^8.0.0"
5637+
"@types/react-dom" "*"
56375638

56385639
"@testing-library/[email protected]":
56395640
version "13.5.0"
@@ -6287,6 +6288,13 @@
62876288
dependencies:
62886289
"@types/react" "*"
62896290

6291+
"@types/react-dom@*":
6292+
version "17.0.11"
6293+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
6294+
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
6295+
dependencies:
6296+
"@types/react" "*"
6297+
62906298
62916299
version "17.0.9"
62926300
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"

0 commit comments

Comments
 (0)