Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"@react-native/eslint-config": "^0.73.1",
"@react-navigation/native": "^6.1.18",
"@release-it/conventional-changelog": "^5.0.0",
"@testing-library/jest-native": "^5.4.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked up the jest-native library and it is indicated as deprecated. Is this a concern?
https://github.com/testing-library/jest-native

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The react-native library is the correct recommended version.

"@testing-library/react-native": "^12.7.2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"@types/react-native-vector-icons": "^6.4.18",
Expand Down
44 changes: 41 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3041,6 +3041,8 @@ __metadata:
"@react-native/eslint-config": ^0.73.1
"@react-navigation/native": ^6.1.18
"@release-it/conventional-changelog": ^5.0.0
"@testing-library/jest-native": ^5.4.3
"@testing-library/react-native": ^12.7.2
"@types/jest": ^29.5.5
"@types/react": ^18.2.44
"@types/react-native-vector-icons": ^6.4.18
Expand Down Expand Up @@ -4212,6 +4214,42 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-native@npm:^5.4.3":
version: 5.4.3
resolution: "@testing-library/jest-native@npm:5.4.3"
dependencies:
chalk: ^4.1.2
jest-diff: ^29.0.1
jest-matcher-utils: ^29.0.1
pretty-format: ^29.0.3
redent: ^3.0.0
peerDependencies:
react: ">=16.0.0"
react-native: ">=0.59"
react-test-renderer: ">=16.0.0"
checksum: 2a4ebfeff09523860771cfddac6fcc3faa2f855dc63255b9efc016e727132320f16f935cec9717d6d79cfa6715fce6ded877215c8ec85d236a5c3136a65b1020
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.7.2":
version: 12.7.2
resolution: "@testing-library/react-native@npm:12.7.2"
dependencies:
jest-matcher-utils: ^29.7.0
pretty-format: ^29.7.0
redent: ^3.0.0
peerDependencies:
jest: ">=28.0.0"
react: ">=16.8.0"
react-native: ">=0.59"
react-test-renderer: ">=16.8.0"
peerDependenciesMeta:
jest:
optional: true
checksum: 7e3d8ab7d549823fcf438c17353e6c40386da88bbb1edfbd0747282a28c673597be27fdc2fa1f3a7d8786b77c72bb2e37f67ad2c9134225e9b68db97838f77e2
languageName: node
linkType: hard

"@tsconfig/node10@npm:^1.0.7":
version: 1.0.11
resolution: "@tsconfig/node10@npm:1.0.11"
Expand Down Expand Up @@ -9409,7 +9447,7 @@ __metadata:
languageName: node
linkType: hard

"jest-diff@npm:^29.7.0":
"jest-diff@npm:^29.0.1, jest-diff@npm:^29.7.0":
version: 29.7.0
resolution: "jest-diff@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -9497,7 +9535,7 @@ __metadata:
languageName: node
linkType: hard

"jest-matcher-utils@npm:^29.7.0":
"jest-matcher-utils@npm:^29.0.1, jest-matcher-utils@npm:^29.7.0":
version: 29.7.0
resolution: "jest-matcher-utils@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -11824,7 +11862,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.0.3, pretty-format@npm:^29.7.0":
version: 29.7.0
resolution: "pretty-format@npm:29.7.0"
dependencies:
Expand Down