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

Skip to content

Commit 5e2b519

Browse files
chore: bump @testing-library/react from 12.1.4 to 12.1.5 in /site (coder#1019)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.4 to 12.1.5. - [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.4...v12.1.5) --- 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 65e0533 commit 5e2b519

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@storybook/addon-essentials": "6.4.21",
5252
"@storybook/addon-links": "6.4.21",
5353
"@storybook/react": "6.4.21",
54-
"@testing-library/react": "12.1.4",
54+
"@testing-library/react": "12.1.5",
5555
"@testing-library/user-event": "14.1.0",
5656
"@types/express": "4.17.13",
5757
"@types/jest": "27.4.1",

site/yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,14 +2735,14 @@
27352735
"@babel/runtime" "^7.12.5"
27362736
react-error-boundary "^3.1.0"
27372737

2738-
"@testing-library/[email protected].4":
2739-
version "12.1.4"
2740-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
2741-
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
2738+
"@testing-library/[email protected].5":
2739+
version "12.1.5"
2740+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
2741+
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
27422742
dependencies:
27432743
"@babel/runtime" "^7.12.5"
27442744
"@testing-library/dom" "^8.0.0"
2745-
"@types/react-dom" "*"
2745+
"@types/react-dom" "<18.0.0"
27462746

27472747
"@testing-library/[email protected]":
27482748
version "14.1.0"
@@ -3090,14 +3090,7 @@
30903090
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
30913091
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
30923092

3093-
"@types/react-dom@*":
3094-
version "18.0.0"
3095-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
3096-
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
3097-
dependencies:
3098-
"@types/react" "*"
3099-
3100-
3093+
"@types/[email protected]", "@types/react-dom@<18.0.0":
31013094
version "17.0.15"
31023095
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.15.tgz#f2c8efde11521a4b7991e076cb9c70ba3bb0d156"
31033096
integrity sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==

0 commit comments

Comments
 (0)