Skip to content

Commit 8dab749

Browse files
authored
Merge pull request #33 from flycode-org/renovate/testing-library-react-13.x
Update dependency @testing-library/react to v13
2 parents dfc3cc0 + 25db4e0 commit 8dab749

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@monaco-editor/react": "4.4.1",
77
"@phenomnomnominal/tsquery": "4.2.0",
88
"@testing-library/jest-dom": "5.16.4",
9-
"@testing-library/react": "12.1.4",
9+
"@testing-library/react": "13.0.0",
1010
"@testing-library/user-event": "14.0.4",
1111
"@types/classnames": "2.3.1",
1212
"@types/esquery": "1.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,10 +1715,10 @@
17151715
"@svgr/plugin-svgo" "^5.5.0"
17161716
loader-utils "^2.0.0"
17171717

1718-
"@testing-library/dom@^8.0.0":
1719-
version "8.11.3"
1720-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.3.tgz#38fd63cbfe14557021e88982d931e33fb7c1a808"
1721-
integrity sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==
1718+
"@testing-library/dom@^8.5.0":
1719+
version "8.13.0"
1720+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.13.0.tgz#bc00bdd64c7d8b40841e27a70211399ad3af46f5"
1721+
integrity sha512-9VHgfIatKNXQNaZTtLnalIy0jNZzY35a4S3oi08YAt9Hv1VsfZ/DfA45lM8D/UhtHBGJ4/lGwp0PZkVndRkoOQ==
17221722
dependencies:
17231723
"@babel/code-frame" "^7.10.4"
17241724
"@babel/runtime" "^7.12.5"
@@ -1744,13 +1744,13 @@
17441744
lodash "^4.17.15"
17451745
redent "^3.0.0"
17461746

1747-
"@testing-library/react@12.1.4":
1748-
version "12.1.4"
1749-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
1750-
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
1747+
"@testing-library/react@13.0.0":
1748+
version "13.0.0"
1749+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.0.0.tgz#8cdaf4667c6c2b082eb0513731551e9db784e8bc"
1750+
integrity sha512-p0lYA1M7uoEmk2LnCbZLGmHJHyH59sAaZVXChTXlyhV/PRW9LoIh4mdf7tiXsO8BoNG+vN8UnFJff1hbZeXv+w==
17511751
dependencies:
17521752
"@babel/runtime" "^7.12.5"
1753-
"@testing-library/dom" "^8.0.0"
1753+
"@testing-library/dom" "^8.5.0"
17541754
"@types/react-dom" "*"
17551755

17561756
"@testing-library/[email protected]":

0 commit comments

Comments
 (0)