Skip to content

Commit

Permalink
chore(deps): update dependency @testing-library/react to v11.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2021
1 parent aa26986 commit 5ea470c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/plugin-transform-runtime": "7.12.10",
"@testing-library/react": "11.2.5",
"@testing-library/react": "11.2.6",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"babel-plugin-styled-components": "1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/union-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@storybook/react": "^6.0.21",
"@testing-library/dom": "^7.24.1",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "11.2.5",
"@testing-library/react": "11.2.6",
"@testing-library/user-event": "^12.1.4",
"@types/classnames": "^2.2.10",
"@types/eslint": "^7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4108,10 +4108,10 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/[email protected].5":
version "11.2.5"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
"@testing-library/[email protected].6":
version "11.2.6"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.6.tgz#586a23adc63615985d85be0c903f374dab19200b"
integrity sha512-TXMCg0jT8xmuU8BkKMtp8l7Z50Ykew5WNX8UoIKTaLFwKkP2+1YDhOLA2Ga3wY4x29jyntk7EWfum0kjlYiSjQ==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^7.28.1"
Expand Down

0 comments on commit 5ea470c

Please sign in to comment.