Skip to content

Commit

Permalink
build(deps-dev): bump @testing-library/react-native from 8.0.0 to 12.3.0
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 8.0.0 to 12.3.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@v8.0.0...v12.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent baa75f7 commit cd68e95
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 21 deletions.
37 changes: 27 additions & 10 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@react-native-community/eslint-plugin": "^1.3.0",
"@react-native/metro-config": "^0.72.7",
"@sinonjs/fake-timers": "^11.1.0",
"@testing-library/react-native": "^8.0.0",
"@testing-library/react-native": "^12.3.0",
"@tsconfig/node14": "14.1.0",
"@types/debounce": "^1.2.1",
"@types/jest": "^27.4.1",
Expand Down
36 changes: 26 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ __metadata:
"@react-native-community/eslint-plugin": ^1.3.0
"@react-native/metro-config": ^0.72.7
"@sinonjs/fake-timers": ^11.1.0
"@testing-library/react-native": ^8.0.0
"@testing-library/react-native": ^12.3.0
"@tsconfig/node14": 14.1.0
"@turf/along": 6.5.0
"@turf/distance": 6.5.0
Expand Down Expand Up @@ -2835,16 +2835,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^8.0.0":
version: 8.0.0
resolution: "@testing-library/react-native@npm:8.0.0"
"@testing-library/react-native@npm:^12.3.0":
version: 12.3.0
resolution: "@testing-library/react-native@npm:12.3.0"
dependencies:
pretty-format: ^27.0.0
jest-matcher-utils: ^29.6.2
pretty-format: ^29.6.2
redent: ^3.0.0
peerDependencies:
react: ">=16.0.0"
jest: ">=28.0.0"
react: ">=16.8.0"
react-native: ">=0.59"
react-test-renderer: ">=16.0.0"
checksum: 15cb8deea536bcd29d091a23c51dfa36e74a5cf4176fd897e33e318a46bed6306dd9334c90589943c41ae0fc39107d8c36d927f08400fb817303b585a81b2c09
react-test-renderer: ">=16.8.0"
peerDependenciesMeta:
jest:
optional: true
checksum: 409b64207b4c7319926e5ce590adf84fe7ddb17ebdec4a92d4562c2ddcb3c23d7cf2ffd8f1810ab3241590817296b019869116f6d91f4125b452bb88c90e9031
languageName: node
linkType: hard

Expand Down Expand Up @@ -8164,7 +8170,7 @@ __metadata:
languageName: node
linkType: hard

"jest-matcher-utils@npm:^29.6.0, jest-matcher-utils@npm:^29.7.0":
"jest-matcher-utils@npm:^29.6.0, jest-matcher-utils@npm:^29.6.2, jest-matcher-utils@npm:^29.7.0":
version: 29.7.0
resolution: "jest-matcher-utils@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -10951,7 +10957,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^29.0.0, pretty-format@npm:^29.6.0, pretty-format@npm:^29.7.0":
"pretty-format@npm:^29.0.0, pretty-format@npm:^29.6.0, pretty-format@npm:^29.6.2, pretty-format@npm:^29.7.0":
version: 29.7.0
resolution: "pretty-format@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -11329,6 +11335,16 @@ __metadata:
languageName: node
linkType: hard

"redent@npm:^3.0.0":
version: 3.0.0
resolution: "redent@npm:3.0.0"
dependencies:
indent-string: ^4.0.0
strip-indent: ^3.0.0
checksum: fa1ef20404a2d399235e83cc80bd55a956642e37dd197b4b612ba7327bf87fa32745aeb4a1634b2bab25467164ab4ed9c15be2c307923dd08b0fe7c52431ae6b
languageName: node
linkType: hard

"reflect.getprototypeof@npm:^1.0.4":
version: 1.0.4
resolution: "reflect.getprototypeof@npm:1.0.4"
Expand Down

0 comments on commit cd68e95

Please sign in to comment.