Skip to content

Commit 3d44d65

Browse files
committedOct 10, 2021
chore(deps): update dependency @testing-library/react to v12
1 parent 0d2fb58 commit 3d44d65

File tree

2 files changed

+7
-21
lines changed

2 files changed

+7
-21
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@typescript-eslint/parser": "4.33.0",
4747
"@testing-library/dom": "8.7.2",
4848
"@testing-library/jest-dom": "5.14.1",
49-
"@testing-library/react": "11.2.7",
49+
"@testing-library/react": "12.1.2",
5050
"@testing-library/react-hooks": "7.0.2",
5151
"@types/jest": "27.0.2",
5252
"babel-jest": "27.2.5",

‎yarn.lock

+6-20
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@
23992399
dependencies:
24002400
defer-to-connect "^2.0.0"
24012401

2402-
"@testing-library/dom@8.7.2":
2402+
"@testing-library/dom@8.7.2", "@testing-library/dom@^8.0.0":
24032403
version "8.7.2"
24042404
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.2.tgz#234315c6971be380fc9cbf0b031ada3e9f0bfe09"
24052405
integrity sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA==
@@ -2413,20 +2413,6 @@
24132413
lz-string "^1.4.4"
24142414
pretty-format "^27.0.2"
24152415

2416-
"@testing-library/dom@^7.28.1":
2417-
version "7.31.2"
2418-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.31.2.tgz#df361db38f5212b88555068ab8119f5d841a8c4a"
2419-
integrity sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==
2420-
dependencies:
2421-
"@babel/code-frame" "^7.10.4"
2422-
"@babel/runtime" "^7.12.5"
2423-
"@types/aria-query" "^4.2.0"
2424-
aria-query "^4.2.2"
2425-
chalk "^4.1.0"
2426-
dom-accessibility-api "^0.5.6"
2427-
lz-string "^1.4.4"
2428-
pretty-format "^26.6.2"
2429-
24302416
"@testing-library/jest-dom@5.14.1":
24312417
version "5.14.1"
24322418
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
@@ -2453,13 +2439,13 @@
24532439
"@types/react-test-renderer" ">=16.9.0"
24542440
react-error-boundary "^3.1.0"
24552441

2456-
"@testing-library/react@11.2.7":
2457-
version "11.2.7"
2458-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818"
2459-
integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==
2442+
"@testing-library/react@12.1.2":
2443+
version "12.1.2"
2444+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
2445+
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
24602446
dependencies:
24612447
"@babel/runtime" "^7.12.5"
2462-
"@testing-library/dom" "^7.28.1"
2448+
"@testing-library/dom" "^8.0.0"
24632449

24642450
"@tokenizer/token@^0.3.0":
24652451
version "0.3.0"

0 commit comments

Comments
 (0)