Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @testing-library/react-native from 8.0.0 to 12.3.0 #74

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions .pnp.cjs
100755 → 100644

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 @@ -2305,7 +2305,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 @@ -2816,16 +2816,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 @@ -8288,7 +8294,7 @@ __metadata:
languageName: node
linkType: hard

"jest-matcher-utils@npm:^29.7.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 @@ -11413,7 +11419,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^29.0.0, pretty-format@npm:^29.7.0":
"pretty-format@npm:^29.0.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 @@ -11784,6 +11790,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
Loading