Skip to content

Commit ccdd0f7

Browse files
authored
Merge pull request #74 from ahmnouira/renovate/testing-library-jest-dom-5.x
fix(deps): update dependency @testing-library/jest-dom to v5.16.4
2 parents 8efa72c + a5410e1 commit ccdd0f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@ionic/react": "6.0.5",
77
"@ionic/react-router": "6.0.12",
8-
"@testing-library/jest-dom": "5.16.2",
8+
"@testing-library/jest-dom": "5.16.4",
99
"@testing-library/react": "11.2.7",
1010
"@testing-library/user-event": "12.8.3",
1111
"@types/jest": "26.0.24",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,10 @@
16151615
lz-string "^1.4.4"
16161616
pretty-format "^26.6.2"
16171617

1618-
"@testing-library/[email protected].2":
1619-
version "5.16.2"
1620-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959"
1621-
integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==
1618+
"@testing-library/[email protected].4":
1619+
version "5.16.4"
1620+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.4.tgz#938302d7b8b483963a3ae821f1c0808f872245cd"
1621+
integrity sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==
16221622
dependencies:
16231623
"@babel/runtime" "^7.9.2"
16241624
"@types/testing-library__jest-dom" "^5.9.1"

0 commit comments

Comments
 (0)