Skip to content

Commit b871837

Browse files
renovate-botdanez
authored andcommitted
chore(deps): update dependency @testing-library/react to v13
1 parent 3e8b5dd commit b871837

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@babel/preset-react": "7.16.7",
5757
"@testing-library/dom": "8.12.0",
5858
"@testing-library/jest-dom": "5.16.3",
59-
"@testing-library/react": "12.1.4",
59+
"@testing-library/react": "13.0.0",
6060
"@testing-library/user-event": "13.5.0",
6161
"babel-jest": "27.5.1",
6262
"babel-loader": "8.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
dependencies:
12851285
"@sinonjs/commons" "^1.7.0"
12861286

1287-
"@testing-library/dom@8.12.0", "@testing-library/dom@^8.0.0":
1287+
"@testing-library/dom@8.12.0", "@testing-library/dom@^8.5.0":
12881288
version "8.12.0"
12891289
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.12.0.tgz#fef5e545533fb084175dda6509ee71d7d2f72e23"
12901290
integrity sha512-rBrJk5WjI02X1edtiUcZhgyhgBhiut96r5Jp8J5qktKdcvLcZpKDW8i2hkGMMItxrghjXuQ5AM6aE0imnFawaw==
@@ -1313,13 +1313,13 @@
13131313
lodash "^4.17.15"
13141314
redent "^3.0.0"
13151315

1316-
"@testing-library/react@12.1.4":
1317-
version "12.1.4"
1318-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
1319-
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
1316+
"@testing-library/react@13.0.0":
1317+
version "13.0.0"
1318+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0.tgz#8cdaf4667c6c2b082eb0513731551e9db784e8bc"
1319+
integrity sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==
13201320
dependencies:
13211321
"@babel/runtime" "^7.12.5"
1322-
"@testing-library/dom" "^8.0.0"
1322+
"@testing-library/dom" "^8.5.0"
13231323
"@types/react-dom" "*"
13241324

13251325
"@testing-library/user-event@13.5.0":

0 commit comments

Comments
 (0)