Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13c9fcd

Browse files
committed
Attempt to make minimum peer depenedency versions more prominent in docs
Fixes testing-library#183
1 parent 161611f commit 13c9fcd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ npm install react@^16.9.0
126126
npm install --save-dev react-test-renderer@^16.9.0
127127
```
128128

129-
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with
130-
`react-hooks-testing-library`.
129+
> **NOTE: The minimum supported version of `react` and `react-test-renderer` is `^16.9.0`.**
131130
132131
## API
133132

‎docs/introduction.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ npm install react@^16.9.0
7878
npm install --save-dev react-test-renderer@^16.9.0
7979
```
8080

81-
Both of these dependecies must be installed as at least version `16.9.0` to be compatible with
82-
`react-hooks-testing-library`.
81+
> **NOTE: The minimum supported version of `react` and `react-test-renderer` is `^16.9.0`.**
8382
8483
## Testing Framework
8584

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /