Skip to content

Commit

Permalink
Update dependency @testing-library/react to ^12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2021
1 parent ad247c8 commit 67b75a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages/fields-document",
"devDependencies": {
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^12.1.0",
"array.prototype.flat": "^1.2.4",
"jest-diff": "^27.2.0",
"pretty-format": "^27.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
"devDependencies": {
"@testing-library/dom": "^8.2.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"@types/bytes": "^3.1.1",
"fixturez": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2508,10 +2508,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.0.0.tgz#9aeb2264521522ab9b68f519eaf15136148f164a"
integrity sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==
"@testing-library/react@^12.1.0":
version "12.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.0.tgz#3e9a4002b0b8f986a738a2f88fc458b5af319f35"
integrity sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.0.0"
Expand Down

0 comments on commit 67b75a5

Please sign in to comment.