Skip to content

Commit db5a592

Browse files
committed
Back to v9.3.1
1 parent 0a02ed9 commit db5a592

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@swc/core": "1.3.75",
2828
"@swc/helpers": "0.5.0",
2929
"@swc/jest": "0.2.26",
30-
"@testing-library/dom": "9.3.3",
30+
"@testing-library/dom": "9.3.1",
3131
"@testing-library/jest-dom": "5.16.5",
3232
"@testing-library/react": "14.0.0",
3333
"@testing-library/user-event": "14.4.3",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,21 @@
24882488
"@jest/create-cache-key-function" "^27.4.2"
24892489
jsonc-parser "^3.2.0"
24902490

2491-
"@testing-library/dom@9.3.3", "@testing-library/dom@>=7", "@testing-library/dom@^9.0.0":
2491+
"@testing-library/dom@9.3.1":
2492+
version "9.3.1"
2493+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
2494+
integrity sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==
2495+
dependencies:
2496+
"@babel/code-frame" "^7.10.4"
2497+
"@babel/runtime" "^7.12.5"
2498+
"@types/aria-query" "^5.0.1"
2499+
aria-query "5.1.3"
2500+
chalk "^4.1.0"
2501+
dom-accessibility-api "^0.5.9"
2502+
lz-string "^1.5.0"
2503+
pretty-format "^27.0.2"
2504+
2505+
"@testing-library/dom@>=7", "@testing-library/dom@^9.0.0":
24922506
version "9.3.3"
24932507
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.3.tgz#108c23a5b0ef51121c26ae92eb3179416b0434f5"
24942508
integrity sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==

0 commit comments

Comments
 (0)