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/.gitignore b/.gitignore index 33e40a57..df8b48f8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ coverage # settings from IDE .vscode +.idea 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 <td align="center"><a href="https://www.facebook.com/masoud.bonabi"><img src="https://avatars.githubusercontent.com/u/6429009?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Masious</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=masious" title="Documentation">📖</a></td> <td align="center"><a href="https://github.com/Laishuxin"><img src="https://avatars.githubusercontent.com/u/56504759?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Laishuxin</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=Laishuxin" title="Documentation">📖</a></td> </tr> + <tr> + <td align="center"><a href="https://github.com/mycarrysun"><img src="https://avatars.githubusercontent.com/u/9121901?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mike Harrison</b></sub></a><br /><a href="#maintenance-mycarrysun" title="Maintenance">🚧</a></td> + </tr> </table> <!-- markdownlint-restore --> 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",