Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1e45a9a

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @testing-library/react to v12.1.3
1 parent c665010 commit 1e45a9a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@storybook/preset-create-react-app": "4.0.1",
5656
"@storybook/react": "6.4.19",
5757
"@testing-library/jest-dom": "5.16.2",
58-
"@testing-library/react": "12.1.2",
58+
"@testing-library/react": "12.1.3",
5959
"@testing-library/user-event": "13.5.0",
6060
"@types/bootstrap": "5.0.17",
6161
"@types/jest": "27.4.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,13 +3014,14 @@
30143014
lodash "^4.17.15"
30153015
redent "^3.0.0"
30163016

3017-
"@testing-library/[email protected].2":
3018-
version "12.1.2"
3019-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
3020-
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
3017+
"@testing-library/[email protected].3":
3018+
version "12.1.3"
3019+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
3020+
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
30213021
dependencies:
30223022
"@babel/runtime" "^7.12.5"
30233023
"@testing-library/dom" "^8.0.0"
3024+
"@types/react-dom" "*"
30243025

30253026
"@testing-library/[email protected]":
30263027
version "13.5.0"
@@ -3415,7 +3416,7 @@
34153416
dependencies:
34163417
"@types/react" "*"
34173418

3418-
3419+
"@types/react-dom@*", "@types/react-dom@17.0.11":
34193420
version "17.0.11"
34203421
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
34213422
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==

0 commit comments

Comments
 (0)