Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f252de5

Browse files
chore: bump @testing-library/react from 12.1.2 to 12.1.3 in /site (#301)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.2 to 12.1.3. - [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.3) --- 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 4954a6b commit f252de5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@storybook/addon-essentials": "6.4.19",
2727
"@storybook/addon-links": "6.4.19",
2828
"@storybook/react": "6.4.19",
29-
"@testing-library/react": "12.1.2",
29+
"@testing-library/react": "12.1.3",
3030
"@types/express": "4.17.13",
3131
"@types/jest": "27.4.0",
3232
"@types/node": "14.18.12",

site/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,13 +2720,14 @@
27202720
lz-string "^1.4.4"
27212721
pretty-format "^27.0.2"
27222722

2723-
"@testing-library/[email protected].2":
2724-
version "12.1.2"
2725-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
2726-
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
2723+
"@testing-library/[email protected].3":
2724+
version "12.1.3"
2725+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
2726+
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
27272727
dependencies:
27282728
"@babel/runtime" "^7.12.5"
27292729
"@testing-library/dom" "^8.0.0"
2730+
"@types/react-dom" "*"
27302731

27312732
"@tootallnate/once@1":
27322733
version "1.1.2"
@@ -3008,7 +3009,7 @@
30083009
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
30093010
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
30103011

3011-
3012+
"@types/react-dom@*", "@types/react-dom@17.0.11":
30123013
version "17.0.11"
30133014
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
30143015
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==

0 commit comments

Comments
 (0)