Skip to content

Commit bf1f858

Browse files
chore: bump @testing-library/react from 12.1.3 to 12.1.4 in /site (coder#417)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.3 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.3...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Carberry <kyle@coder.com>
1 parent b5740b5 commit bf1f858

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/addon-essentials": "6.4.19",
3131
"@storybook/addon-links": "6.4.19",
3232
"@storybook/react": "6.4.19",
33-
"@testing-library/react": "12.1.3",
33+
"@testing-library/react": "12.1.4",
3434
"@types/express": "4.17.13",
3535
"@types/jest": "27.4.1",
3636
"@types/node": "14.18.12",

site/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,10 +2764,10 @@
27642764
lz-string "^1.4.4"
27652765
pretty-format "^27.0.2"
27662766

2767-
"@testing-library/react@12.1.3":
2768-
version "12.1.3"
2769-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.3.tgz#ef26c5f122661ea9b6f672b23dc6b328cadbbf26"
2770-
integrity sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==
2767+
"@testing-library/react@12.1.4":
2768+
version "12.1.4"
2769+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.4.tgz#09674b117e550af713db3f4ec4c0942aa8bbf2c0"
2770+
integrity sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==
27712771
dependencies:
27722772
"@babel/runtime" "^7.12.5"
27732773
"@testing-library/dom" "^8.0.0"

0 commit comments

Comments
 (0)