Skip to content

Commit 901f9a9

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Build(deps-dev): Bump @testing-library/react from 13.3.0 to 13.4.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.3.0 to 13.4.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@v13.3.0...v13.4.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06d1264 commit 901f9a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@storybook/react": "^6.5.10",
6464
"@testing-library/dom": "^8.17.1",
6565
"@testing-library/jest-dom": "^5.16.5",
66-
"@testing-library/react": "^13.3.0",
66+
"@testing-library/react": "^13.4.0",
6767
"@testing-library/user-event": "^14.4.3",
6868
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
6969
"auto": "^10.37.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,10 +3504,10 @@
35043504
lodash "^4.17.15"
35053505
redent "^3.0.0"
35063506

3507-
"@testing-library/react@^13.3.0":
3508-
version "13.3.0"
3509-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.3.0.tgz#bf298bfbc5589326bbcc8052b211f3bb097a97c5"
3510-
integrity sha512-DB79aA426+deFgGSjnf5grczDPiL4taK3hFaa+M5q7q20Kcve9eQottOG5kZ74KEr55v0tU2CQormSSDK87zYQ==
3507+
"@testing-library/react@^13.4.0":
3508+
version "13.4.0"
3509+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
3510+
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
35113511
dependencies:
35123512
"@babel/runtime" "^7.12.5"
35133513
"@testing-library/dom" "^8.5.0"

0 commit comments

Comments
 (0)