Skip to content

Commit be17978

Browse files
chore(deps): update dependency @testing-library/react to v12.1.5
1 parent ad33f76 commit be17978

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@storybook/addon-notes": "5.3.21",
8282
"@storybook/addon-options": "5.3.21",
8383
"@storybook/react": "6.4.9",
84-
"@testing-library/react": "12.1.2",
84+
"@testing-library/react": "12.1.5",
8585
"@testing-library/react-hooks": "7.0.2",
8686
"@types/jest": "27.5.2",
8787
"@types/react": "17.0.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4708,13 +4708,14 @@
47084708
"@types/react-test-renderer" ">=16.9.0"
47094709
react-error-boundary "^3.1.0"
47104710

4711-
"@testing-library/[email protected].2":
4712-
version "12.1.2"
4713-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
4714-
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
4711+
"@testing-library/[email protected].5":
4712+
version "12.1.5"
4713+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
4714+
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
47154715
dependencies:
47164716
"@babel/runtime" "^7.12.5"
47174717
"@testing-library/dom" "^8.0.0"
4718+
"@types/react-dom" "<18.0.0"
47184719

47194720
"@tsconfig/node10@^1.0.7":
47204721
version "1.0.8"
@@ -4980,6 +4981,11 @@
49804981
dependencies:
49814982
"@types/react" "*"
49824983

4984+
"@types/react-dom@<18.0.0":
4985+
version "17.0.26"
4986+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.26.tgz#fa7891ba70fd39ddbaa7e85b6ff9175bb546bc1b"
4987+
integrity sha512-Z+2VcYXJwOqQ79HreLU/1fyQ88eXSSFh6I3JdrEHQIfYSI0kCQpTGvOrbE6jFGGYXKsHuwY9tBa/w5Uo6KzrEg==
4988+
49834989
"@types/react-dom@>=16.9.0":
49844990
version "17.0.0"
49854991
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.0.tgz#b3b691eb956c4b3401777ee67b900cb28415d95a"

0 commit comments

Comments
 (0)