Skip to content

Commit 3cfdc5c

Browse files
Update test dependencies
1 parent a8b330f commit 3cfdc5c

2 files changed

Lines changed: 23 additions & 32 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
},
7272
"devDependencies": {
7373
"@tailwindcss/vite": "^4.1.18",
74-
"@testing-library/dom": "^10.4.0",
75-
"@testing-library/jest-dom": "^6.6.3",
74+
"@testing-library/dom": "^10.4.1",
75+
"@testing-library/jest-dom": "^6.9.1",
7676
"@testing-library/react": "^16.3.0",
77-
"@testing-library/user-event": "14.5.2",
77+
"@testing-library/user-event": "14.6.1",
7878
"@types/js-yaml": "^4.0.9",
7979
"@types/node": "20.17.24",
8080
"@types/node-fetch": "2.6.12",

yarn.lock

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,31 +2801,30 @@
28012801
"@tanstack/query-core" "4.36.1"
28022802
use-sync-external-store "^1.2.0"
28032803

2804-
"@testing-library/dom@^10.4.0":
2805-
version "10.4.0"
2806-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
2807-
integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
2804+
"@testing-library/dom@^10.4.1":
2805+
version "10.4.1"
2806+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.1.tgz#d444f8a889e9a46e9a3b4f3b88e0fcb3efb6cf95"
2807+
integrity sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==
28082808
dependencies:
28092809
"@babel/code-frame" "^7.10.4"
28102810
"@babel/runtime" "^7.12.5"
28112811
"@types/aria-query" "^5.0.1"
28122812
aria-query "5.3.0"
2813-
chalk "^4.1.0"
28142813
dom-accessibility-api "^0.5.9"
28152814
lz-string "^1.5.0"
2815+
picocolors "1.1.1"
28162816
pretty-format "^27.0.2"
28172817

2818-
"@testing-library/jest-dom@^6.6.3":
2819-
version "6.6.3"
2820-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
2821-
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
2818+
"@testing-library/jest-dom@^6.9.1":
2819+
version "6.9.1"
2820+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
2821+
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
28222822
dependencies:
28232823
"@adobe/css-tools" "^4.4.0"
28242824
aria-query "^5.0.0"
2825-
chalk "^3.0.0"
28262825
css.escape "^1.5.1"
28272826
dom-accessibility-api "^0.6.3"
2828-
lodash "^4.17.21"
2827+
picocolors "^1.1.1"
28292828
redent "^3.0.0"
28302829

28312830
"@testing-library/react@^16.3.0":
@@ -2835,10 +2834,10 @@
28352834
dependencies:
28362835
"@babel/runtime" "^7.12.5"
28372836

2838-
"@testing-library/user-event@14.5.2":
2839-
version "14.5.2"
2840-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
2841-
integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==
2837+
"@testing-library/user-event@14.6.1":
2838+
version "14.6.1"
2839+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149"
2840+
integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==
28422841

28432842
"@tybys/wasm-util@^0.10.1":
28442843
version "0.10.1"
@@ -3727,15 +3726,7 @@ chalk@^2.4.2:
37273726
escape-string-regexp "^1.0.5"
37283727
supports-color "^5.3.0"
37293728

3730-
chalk@^3.0.0:
3731-
version "3.0.0"
3732-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3733-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3734-
dependencies:
3735-
ansi-styles "^4.1.0"
3736-
supports-color "^7.1.0"
3737-
3738-
chalk@^4.0.0, chalk@^4.1.0:
3729+
chalk@^4.0.0:
37393730
version "4.1.2"
37403731
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
37413732
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -6918,16 +6909,16 @@ performance-now@^2.1.0:
69186909
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
69196910
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
69206911

6912+
picocolors@1.1.1, picocolors@^1.1.1:
6913+
version "1.1.1"
6914+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
6915+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
6916+
69216917
picocolors@^1.0.0:
69226918
version "1.0.0"
69236919
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
69246920
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
69256921

6926-
picocolors@^1.1.1:
6927-
version "1.1.1"
6928-
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
6929-
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
6930-
69316922
picomatch@^2.3.1:
69326923
version "2.3.1"
69336924
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)