Skip to content

Commit 2ac8ac0

Browse files
authoredFeb 19, 2023
chore(examples) Update dependency @testing-library/react to v14 (#1024)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16e3661 commit 2ac8ac0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎node/react/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "5.16.5",
7-
"@testing-library/react": "13.4.0",
7+
"@testing-library/react": "14.0.0",
88
"@testing-library/user-event": "14.4.3",
99
"react": "18.2.0",
1010
"react-dom": "18.2.0",

‎node/react/create-react-app/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2786,14 +2786,14 @@
27862786
"@svgr/plugin-svgo" "^5.5.0"
27872787
loader-utils "^2.0.0"
27882788

2789-
"@testing-library/dom@^8.5.0":
2790-
version "8.14.0"
2791-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.14.0.tgz#c9830a21006d87b9ef6e1aae306cf49b0283e28e"
2792-
integrity sha512-m8FOdUo77iMTwVRCyzWcqxlEIk+GnopbrRI15a0EaLbpZSCinIVI4kSQzWhkShK83GogvEFJSsHF3Ws0z1vrqA==
2789+
"@testing-library/dom@^9.0.0":
2790+
version "9.0.0"
2791+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e"
2792+
integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ==
27932793
dependencies:
27942794
"@babel/code-frame" "^7.10.4"
27952795
"@babel/runtime" "^7.12.5"
2796-
"@types/aria-query" "^4.2.0"
2796+
"@types/aria-query" "^5.0.1"
27972797
aria-query "^5.0.0"
27982798
chalk "^4.1.0"
27992799
dom-accessibility-api "^0.5.9"
@@ -2815,13 +2815,13 @@
28152815
lodash "^4.17.15"
28162816
redent "^3.0.0"
28172817

2818-
"@testing-library/react@13.4.0":
2819-
version "13.4.0"
2820-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
2821-
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
2818+
"@testing-library/react@14.0.0":
2819+
version "14.0.0"
2820+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
2821+
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
28222822
dependencies:
28232823
"@babel/runtime" "^7.12.5"
2824-
"@testing-library/dom" "^8.5.0"
2824+
"@testing-library/dom" "^9.0.0"
28252825
"@types/react-dom" "^18.0.0"
28262826

28272827
"@testing-library/user-event@14.4.3":
@@ -2859,10 +2859,10 @@
28592859
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.3.tgz#472eaab5f15c1ffdd7f8628bd4c4f753995ec79e"
28602860
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
28612861

2862-
"@types/aria-query@^4.2.0":
2863-
version "4.2.0"
2864-
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.0.tgz#14264692a9d6e2fa4db3df5e56e94b5e25647ac0"
2865-
integrity sha512-iIgQNzCm0v7QMhhe4Jjn9uRh+I6GoPmt03CbEtwx3ao8/EfoQcmgtqH4vQ5Db/lxiIGaWDv6nwvunuh0RyX0+A==
2862+
"@types/aria-query@^5.0.1":
2863+
version "5.0.1"
2864+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.1.tgz#3286741fb8f1e1580ac28784add4c7a1d49bdfbc"
2865+
integrity sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==
28662866

28672867
"@types/babel__core@^7.0.0":
28682868
version "7.1.12"

0 commit comments

Comments
 (0)
Please sign in to comment.