Skip to content

Commit 0d5d3b9

Browse files
build(deps-dev): bump @testing-library/react in /Sample-01
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.0.0 to 14.1.0. - [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@v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31e3c38 commit 0d5d3b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Sample-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@testing-library/jest-dom": "^5.17",
44-
"@testing-library/react": "^14.0",
44+
"@testing-library/react": "^14.1",
4545
"jest-environment-jsdom": "^27.0",
4646
"jest-fetch-mock": "^3.0",
4747
"nodemon": "^2.0"

Sample-01/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,10 +1874,10 @@
18741874
lodash "^4.17.15"
18751875
redent "^3.0.0"
18761876

1877-
"@testing-library/react@^14.0":
1878-
version "14.0.0"
1879-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
1880-
integrity sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==
1877+
"@testing-library/react@^14.1":
1878+
version "14.1.0"
1879+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.1.0.tgz#01d64915111db99b50f8361d51d7217606805989"
1880+
integrity sha512-hcvfZEEyO0xQoZeHmUbuMs7APJCGELpilL7bY+BaJaMP57aWc6q1etFwScnoZDheYjk4ESdlzPdQ33IbsKAK/A==
18811881
dependencies:
18821882
"@babel/runtime" "^7.12.5"
18831883
"@testing-library/dom" "^9.0.0"

0 commit comments

Comments
 (0)