Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/react-native (#816)
Browse files Browse the repository at this point in the history
Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 11.3.0 to 11.4.0.
- [Release notes](https://github.com/callstack/react-native-testing-library/releases)
- [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/tsconfig.release.json)
- [Commits](callstack/react-native-testing-library@v11.3.0...v11.4.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react-native"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 2db101b commit 338c89d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@react-native-community/eslint-config": "^3.1.0",
"@testing-library/jest-native": "^5.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.3.0",
"@testing-library/react-native": "^11.4.0",
"@types/aes-js": "^3.1.1",
"@types/jest": "^28.1.7",
"@types/node": "^18.11.9",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2708,12 +2708,12 @@
"@babel/runtime" "^7.12.5"
react-error-boundary "^3.1.0"

"@testing-library/react-native@^11.3.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-11.3.0.tgz#2fedc63ef3a01d80203471e54649c0192b56c965"
integrity sha512-wCbH7TJ2uVwtkQPRQTZbM3Y/mzwK5zxwkOPKfR2UdVdz/RtCC2UVyDnJMaBNwG/cNle5tc92sQDfp3Gn2oyftg==
"@testing-library/react-native@^11.4.0":
version "11.4.0"
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-11.4.0.tgz#66546d4c2dd3af82d1ce0ada2c1a9ab0706bc27a"
integrity sha512-Pw1T3QoRyoPlnbDPI7pJCRChX/HquEVk6b9XfUuO/LrLJpqAOtZQDYz67eVJfVlhIlTu7hesm57ikIabOWKSlg==
dependencies:
pretty-format "^29.0.3"
pretty-format "^29.0.0"

"@tsconfig/node10@^1.0.7":
version "1.0.9"
Expand Down Expand Up @@ -8997,10 +8997,10 @@ pretty-format@^28.0.0, pretty-format@^28.1.3:
ansi-styles "^5.0.0"
react-is "^18.0.0"

pretty-format@^29.0.3:
version "29.0.3"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.0.3.tgz#23d5f8cabc9cbf209a77d49409d093d61166a811"
integrity sha512-cHudsvQr1K5vNVLbvYF/nv3Qy/F/BcEKxGuIeMiVMRHxPOO1RxXooP8g/ZrwAp7Dx+KdMZoOc7NxLHhMrP2f9Q==
pretty-format@^29.0.0, pretty-format@^29.0.3:
version "29.2.1"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.2.1.tgz#86e7748fe8bbc96a6a4e04fa99172630907a9611"
integrity sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==
dependencies:
"@jest/schemas" "^29.0.0"
ansi-styles "^5.0.0"
Expand Down

0 comments on commit 338c89d

Please sign in to comment.