Skip to content

Commit d7a8ca2

Browse files
authoredAug 24, 2023
fix(deps): update dependency @testing-library/jest-dom to v6.1.2 (ardatan#5862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25012e2 commit d7a8ca2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎examples/graphql-file-upload-example/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@apollo/client": "3.8.1",
13-
"@testing-library/jest-dom": "6.1.1",
13+
"@testing-library/jest-dom": "6.1.2",
1414
"@testing-library/react": "14.0.0",
1515
"@testing-library/user-event": "14.4.3",
1616
"apollo-upload-client": "17.0.0",

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
1313
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
1414

15-
"@adobe/css-tools@^4.0.1":
15+
"@adobe/css-tools@^4.3.0":
1616
version "4.3.1"
1717
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
1818
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
@@ -5662,12 +5662,12 @@
56625662
lz-string "^1.5.0"
56635663
pretty-format "^27.0.2"
56645664

5665-
"@testing-library/jest-dom@6.1.1":
5666-
version "6.1.1"
5667-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.1.tgz#1a159b93f03f55ffc00adae86c6d412af39588b1"
5668-
integrity sha512-PEDx4fwesRjrUqhnqMz2+DxJtA0Qfy8IChXfx2P+f1mOI4ssc2b+fnzcmaevWPtfqFDE1q3veB9iJRFDw+xUVg==
5665+
"@testing-library/jest-dom@6.1.2":
5666+
version "6.1.2"
5667+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz#3e7422904349223cb1e04968adada63f65f40d5b"
5668+
integrity sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==
56695669
dependencies:
5670-
"@adobe/css-tools" "^4.0.1"
5670+
"@adobe/css-tools" "^4.3.0"
56715671
"@babel/runtime" "^7.9.2"
56725672
aria-query "^5.0.0"
56735673
chalk "^3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.