Skip to content

Commit a5ecdd1

Browse files
authored
Merge pull request #255 from react-native-community/renovate/testing-library-react-native-8.x
Update dependency @testing-library/react-native to v8
2 parents 12f5a3a + c6aee4b commit a5ecdd1

File tree

2 files changed

+6
-26
lines changed

2 files changed

+6
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@auto-it/first-time-contributor": "9.28.3",
2424
"@react-native-community/eslint-config": "1.1.0",
2525
"@testing-library/react-hooks": "7.0.2",
26-
"@testing-library/react-native": "7.2.0",
26+
"@testing-library/react-native": "8.0.0",
2727
"@types/jest": "27.0.2",
2828
"@types/react": "16.14.17",
2929
"@types/react-native": "0.64.16",

yarn.lock

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,16 +1397,6 @@
13971397
"@types/yargs" "^15.0.0"
13981398
chalk "^3.0.0"
13991399

1400-
"@jest/types@^26.0.1":
1401-
version "26.0.1"
1402-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67"
1403-
integrity sha512-IbtjvqI9+eS1qFnOIEL7ggWmT+iK/U+Vde9cGWtYb/b6XgKb3X44ZAe/z9YZzoAAZ/E92m0DqrilF934IGNnQA==
1404-
dependencies:
1405-
"@types/istanbul-lib-coverage" "^2.0.0"
1406-
"@types/istanbul-reports" "^1.1.1"
1407-
"@types/yargs" "^15.0.0"
1408-
chalk "^4.0.0"
1409-
14101400
"@jest/types@^27.2.5":
14111401
version "27.2.5"
14121402
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
@@ -1724,12 +1714,12 @@
17241714
"@types/react-test-renderer" ">=16.9.0"
17251715
react-error-boundary "^3.1.0"
17261716

1727-
"@testing-library/react-native@7.2.0":
1728-
version "7.2.0"
1729-
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-7.2.0.tgz#e5ec5b0974e4e5f525f8057563417d1e9f820d96"
1730-
integrity sha512-rDKzJjAAeGgyoJT0gFQiMsIL09chdWcwZyYx6WZHMgm2c5NDqY52hUuyTkzhqddMYWmSRklFphSg7B2HX+246Q==
1717+
"@testing-library/react-native@8.0.0":
1718+
version "8.0.0"
1719+
resolved "https://registry.yarnpkg.com/@testing-library/react-native/-/react-native-8.0.0.tgz#f1b8f6bcc9f0ef6026b0ec7d072faf4af0e622fa"
1720+
integrity sha512-XwQIv4Amj8AYsPjASo+1XLFWY7qMm+FyV4+QU5j97CpRd+YasCBNnvfyDAZoudm/5Y0Yx55DYjAX36RugxasPQ==
17311721
dependencies:
1732-
pretty-format "^26.0.1"
1722+
pretty-format "^27.0.0"
17331723

17341724
"@tootallnate/once@1":
17351725
version "1.1.2"
@@ -6893,16 +6883,6 @@ pretty-format@^25.2.0:
68936883
ansi-styles "^4.0.0"
68946884
react-is "^16.12.0"
68956885

6896-
pretty-format@^26.0.1:
6897-
version "26.0.1"
6898-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.0.1.tgz#a4fe54fe428ad2fd3413ca6bbd1ec8c2e277e197"
6899-
integrity sha512-SWxz6MbupT3ZSlL0Po4WF/KujhQaVehijR2blyRDCzk9e45EaYMVhMBn49fnRuHxtkSpXTes1GxNpVmH86Bxfw==
6900-
dependencies:
6901-
"@jest/types" "^26.0.1"
6902-
ansi-regex "^5.0.0"
6903-
ansi-styles "^4.0.0"
6904-
react-is "^16.12.0"
6905-
69066886
pretty-format@^27.0.0, pretty-format@^27.2.5:
69076887
version "27.2.5"
69086888
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.5.tgz#7cfe2a8e8f01a5b5b29296a0b70f4140df0830c5"

0 commit comments

Comments
 (0)