From 245644b75d490a0d07ce80af71fba9998b52a587 Mon Sep 17 00:00:00 2001 From: Mike Harrison Date: Tue, 30 Jan 2024 14:59:52 -0500 Subject: [PATCH 1/3] Ignore jetbrains ide config files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 33e40a57..df8b48f8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ coverage # settings from IDE .vscode +.idea From 34f9bf92bdb8f9d07e525855bd43020a83098326 Mon Sep 17 00:00:00 2001 From: Mike Harrison Date: Tue, 30 Jan 2024 15:00:49 -0500 Subject: [PATCH 2/3] Add contributor mycarrysun --- .all-contributorsrc | 9 +++++++++ README.md | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b8a61f52..fed3d87b 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -603,6 +603,15 @@ "contributions": [ "doc" ] + }, + { + "login": "mycarrysun", + "name": "Mike Harrison", + "avatar_url": "https://avatars.githubusercontent.com/u/9121901?v=4", + "profile": "https://github.com/mycarrysun", + "contributions": [ + "maintenance" + ] } ], "skipCi": true, diff --git a/README.md b/README.md index 969e6bc7..3799ec65 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ library will instead be included as official additions to both `react-testing-li ([PR](https://github.com/callstack/react-native-testing-library/pull/923)) with the intention being to provide a more cohesive and consistent implementation for our users. -Please be patient as we finalise these changes in the respective testing libraries. -In the mean time you can install `@testing-library/react@^13.1` +Please be patient as we finalise these changes in the respective testing libraries. In the mean time +you can install `@testing-library/react@^13.1` ## Table of Contents @@ -279,6 +279,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Masious

📖
Laishuxin

📖 + +
Mike Harrison

🚧 + From fe8b6058880f808d136e8020a0d29e31cfb397f3 Mon Sep 17 00:00:00 2001 From: Mike Harrison Date: Tue, 30 Jan 2024 15:01:09 -0500 Subject: [PATCH 3/3] Allow react-error-boundary >=3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b89d6eb..c1b04f74 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "react-error-boundary": "^3.1.0" + "react-error-boundary": ">=3.1.0" }, "devDependencies": { "@types/react": "17.0.44",