Skip to content

Commit bfaad57

Browse files
committed
chore(deps): update monorepo:@testing-library
1 parent dd24bbc commit bfaad57

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@storybook/addon-links": "6.1.21",
4040
"@storybook/addon-storysource": "6.1.21",
4141
"@storybook/react": "6.1.21",
42-
"@testing-library/jest-dom": "5.11.9",
43-
"@testing-library/react": "11.2.5",
42+
"@testing-library/jest-dom": "5.14.1",
43+
"@testing-library/react": "11.2.7",
4444
"@testing-library/testcafe": "4.3.1",
45-
"@testing-library/user-event": "12.7.1",
45+
"@testing-library/user-event": "12.8.3",
4646
"@types/jest": "26.0.21",
4747
"@types/node": "14.14.31",
4848
"@types/react": "17.0.2",

yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,24 +2341,25 @@
23412341
lz-string "^1.4.4"
23422342
pretty-format "^26.6.2"
23432343

2344-
"@testing-library/jest-dom@5.11.9":
2345-
version "5.11.9"
2346-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975"
2347-
integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==
2344+
"@testing-library/jest-dom@5.14.1":
2345+
version "5.14.1"
2346+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
2347+
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
23482348
dependencies:
23492349
"@babel/runtime" "^7.9.2"
23502350
"@types/testing-library__jest-dom" "^5.9.1"
23512351
aria-query "^4.2.2"
23522352
chalk "^3.0.0"
23532353
css "^3.0.0"
23542354
css.escape "^1.5.1"
2355+
dom-accessibility-api "^0.5.6"
23552356
lodash "^4.17.15"
23562357
redent "^3.0.0"
23572358

2358-
"@testing-library/[email protected].5":
2359-
version "11.2.5"
2360-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
2361-
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
2359+
"@testing-library/[email protected].7":
2360+
version "11.2.7"
2361+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818"
2362+
integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==
23622363
dependencies:
23632364
"@babel/runtime" "^7.12.5"
23642365
"@testing-library/dom" "^7.28.1"
@@ -2370,10 +2371,10 @@
23702371
dependencies:
23712372
"@testing-library/dom" "^7.27.1"
23722373

2373-
"@testing-library/user-event@12.7.1":
2374-
version "12.7.1"
2375-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.7.1.tgz#e1ce931c04a1c65faf28618442d56ba8da887f2c"
2376-
integrity sha512-COfCkYgcxc+P9+pEAIGlmBuIDjO91Chf9GOBHI8AhIiMyaoOrKVPQny1uf0HIAYNoHKL5slhkqOPP2ZyNaVQGw==
2374+
"@testing-library/user-event@12.8.3":
2375+
version "12.8.3"
2376+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a"
2377+
integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==
23772378
dependencies:
23782379
"@babel/runtime" "^7.12.5"
23792380

@@ -5636,6 +5637,11 @@ dom-accessibility-api@^0.5.4:
56365637
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166"
56375638
integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==
56385639

5640+
dom-accessibility-api@^0.5.6:
5641+
version "0.5.6"
5642+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
5643+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
5644+
56395645
dom-converter@^0.2:
56405646
version "0.2.0"
56415647
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
 (0)