Skip to content

Commit 9c6d672

Browse files
chore(deps-dev): bump @testing-library/react from 12.1.2 to 12.1.4 (#750)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.2 to 12.1.4. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v12.1.2...v12.1.4) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49d55aa commit 9c6d672

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@storybook/addons": "6.4.19",
5252
"@storybook/react": "6.4.19",
5353
"@testing-library/jest-dom": "5.16.3",
54-
"@testing-library/react": "12.1.2",
54+
"@testing-library/react": "12.1.4",
5555
"@testing-library/user-event": "13.5.0",
5656
"@tsconfig/create-react-app": "1.0.2",
5757
"@tsconfig/recommended": "1.0.1",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,13 +2994,14 @@
29942994
lodash "^4.17.15"
29952995
redent "^3.0.0"
29962996

2997-
"@testing-library/[email protected].2":
2998-
version "12.1.2"
2999-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
3000-
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
2997+
"@testing-library/[email protected].4":
2998+
version "12.1.4"
2999+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
3000+
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
30013001
dependencies:
30023002
"@babel/runtime" "^7.12.5"
30033003
"@testing-library/dom" "^8.0.0"
3004+
"@types/react-dom" "*"
30043005

30053006
"@testing-library/[email protected]":
30063007
version "13.5.0"
@@ -3255,7 +3256,7 @@
32553256
dependencies:
32563257
"@types/react" "*"
32573258

3258-
3259+
"@types/react-dom@*", "@types/react-dom@17.0.14":
32593260
version "17.0.14"
32603261
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"
32613262
integrity sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==

0 commit comments

Comments
 (0)