Skip to content

Commit 297b2e3

Browse files
chore(deps): update dependency @testing-library/jest-dom to v5.16.2 (#888)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9d1f4e1 commit 297b2e3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/todo-example/client-apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@graphql-codegen/cli": "2.5.0",
1515
"@graphql-codegen/gql-tag-operations-preset": "1.2.3",
16-
"@testing-library/jest-dom": "5.16.1",
16+
"@testing-library/jest-dom": "5.16.2",
1717
"@testing-library/react": "12.1.2",
1818
"@testing-library/user-event": "13.5.0",
1919
"@types/classnames": "2.3.0",

packages/todo-example/client-relay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@n1ru4l/graphql-live-query-patch-json-patch": "*",
88
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
99
"@n1ru4l/socket-io-graphql-client": "*",
10-
"@testing-library/jest-dom": "5.16.1",
10+
"@testing-library/jest-dom": "5.16.2",
1111
"@testing-library/react": "12.1.2",
1212
"@testing-library/user-event": "13.5.0",
1313
"@types/classnames": "2.3.0",

packages/todo-example/client-urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-codegen/gql-tag-operations-preset": "1.2.3",
1313
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
1414
"@n1ru4l/socket-io-graphql-client": "*",
15-
"@testing-library/jest-dom": "5.16.1",
15+
"@testing-library/jest-dom": "5.16.2",
1616
"@testing-library/react": "12.1.2",
1717
"@testing-library/user-event": "13.5.0",
1818
"@types/classnames": "2.3.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1991,10 +1991,10 @@
19911991
lz-string "^1.4.4"
19921992
pretty-format "^27.0.2"
19931993

1994-
"@testing-library/[email protected].1":
1995-
version "5.16.1"
1996-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz#3db7df5ae97596264a7da9696fe14695ba02e51f"
1997-
integrity sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==
1994+
"@testing-library/[email protected].2":
1995+
version "5.16.2"
1996+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959"
1997+
integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==
19981998
dependencies:
19991999
"@babel/runtime" "^7.9.2"
20002000
"@types/testing-library__jest-dom" "^5.9.1"

0 commit comments

Comments
 (0)