Skip to content

Commit 301b03b

Browse files
authored
Update all Yarn dependencies (2023-09-27) (PR #139)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 7923ef4 commit 301b03b

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@babel/preset-env": "^7.22.15",
6161
"@babel/preset-react": "^7.22.15",
6262
"@babel/preset-stage-2": "^7.8.3",
63-
"@testing-library/dom": "^9.3.1",
64-
"@testing-library/jest-dom": "^6.1.2",
63+
"@testing-library/dom": "^9.3.3",
64+
"@testing-library/jest-dom": "^6.1.3",
6565
"@testing-library/react": "^14.0.0",
66-
"@testing-library/user-event": "^14.4.3",
66+
"@testing-library/user-event": "^14.5.1",
6767
"babel-jest": "~29.7.0",
6868
"babel-loader": "~9.1.3",
6969
"coveralls": "~3.1.1",
@@ -73,7 +73,7 @@
7373
"eslint-config-vkbansal": "~5.2.1",
7474
"eslint-import-resolver-webpack": "~0.13.7",
7575
"eslint-plugin-import": "~2.28.1",
76-
"eslint-plugin-jest": "^27.2.3",
76+
"eslint-plugin-jest": "^27.4.0",
7777
"eslint-plugin-jest-dom": "^5.1.0",
7878
"eslint-plugin-react": "~7.33.2",
7979
"eslint-plugin-testing-library": "^5.11.1",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,10 +1424,10 @@
14241424
dependencies:
14251425
"@sinonjs/commons" "^2.0.0"
14261426

1427-
"@testing-library/dom@^9.0.0", "@testing-library/dom@^9.3.1":
1428-
version "9.3.1"
1429-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
1430-
integrity sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==
1427+
"@testing-library/dom@^9.0.0", "@testing-library/dom@^9.3.3":
1428+
version "9.3.3"
1429+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.3.tgz#108c23a5b0ef51121c26ae92eb3179416b0434f5"
1430+
integrity sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==
14311431
dependencies:
14321432
"@babel/code-frame" "^7.10.4"
14331433
"@babel/runtime" "^7.12.5"
@@ -1438,10 +1438,10 @@
14381438
lz-string "^1.5.0"
14391439
pretty-format "^27.0.2"
14401440

1441-
"@testing-library/jest-dom@^6.1.2":
1442-
version "6.1.2"
1443-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.2.tgz#3e7422904349223cb1e04968adada63f65f40d5b"
1444-
integrity sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==
1441+
"@testing-library/jest-dom@^6.1.3":
1442+
version "6.1.3"
1443+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz#443118c9e4043f96396f120de2c7122504a079c5"
1444+
integrity sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==
14451445
dependencies:
14461446
"@adobe/css-tools" "^4.3.0"
14471447
"@babel/runtime" "^7.9.2"
@@ -1461,10 +1461,10 @@
14611461
"@testing-library/dom" "^9.0.0"
14621462
"@types/react-dom" "^18.0.0"
14631463

1464-
"@testing-library/user-event@^14.4.3":
1465-
version "14.4.3"
1466-
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591"
1467-
integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==
1464+
"@testing-library/user-event@^14.5.1":
1465+
version "14.5.1"
1466+
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f"
1467+
integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==
14681468

14691469
"@tootallnate/once@2":
14701470
version "2.0.0"
@@ -3319,10 +3319,10 @@ eslint-plugin-jest-dom@^5.1.0:
33193319
"@babel/runtime" "^7.16.3"
33203320
requireindex "^1.2.0"
33213321

3322-
eslint-plugin-jest@^27.2.3:
3323-
version "27.2.3"
3324-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz#6f8a4bb2ca82c0c5d481d1b3be256ab001f5a3ec"
3325-
integrity sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==
3322+
eslint-plugin-jest@^27.4.0:
3323+
version "27.4.0"
3324+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.0.tgz#3926cca723c40c3d7a3fe0e1fd911eff5e681f50"
3325+
integrity sha512-ukVeKmMPAUA5SWjHenvyyXnirKfHKMdOsTZdn5tZx5EW05HGVQwBohigjFZGGj3zuv1cV6hc82FvWv6LdIbkgg==
33263326
dependencies:
33273327
"@typescript-eslint/utils" "^5.10.0"
33283328

0 commit comments

Comments
 (0)