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.4.3 #13

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.4.3",
"@tsconfig/node14": "14.1.0",
"@types/debounce": "^1.2.1",
"@types/jest": "^27.4.1",
Expand Down
32 changes: 24 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2865,16 +2865,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.4.3":
version: 12.4.3
resolution: "@testing-library/react-native@npm:12.4.3"
dependencies:
pretty-format: ^27.0.0
jest-matcher-utils: ^29.7.0
pretty-format: ^29.7.0
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: bd1c06b200063ffad26245cbc61b7256b5bfcc2c69a32f7e6dc9ff1bf44c3743117d5010b8dbc8f9a1b660c3ee22ccf9ecc320c03db52f9ec75ba7e52c1d8ba3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3639,7 +3645,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.4.3
"@tsconfig/node14": 14.1.0
"@turf/along": 6.5.0
"@turf/distance": 6.5.0
Expand Down Expand Up @@ -11831,6 +11837,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.5
resolution: "reflect.getprototypeof@npm:1.0.5"
Expand Down