Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 39eaf15

Browse files
committed
React 16.2 => 16.3
1 parent 0b3524c commit 39eaf15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ npm i @tippy.js/react
1010

1111
CDN: https://unpkg.com/@tippy.js/react
1212

13-
Requires React 16.2+ and `prop-types` if using via CDN.
13+
Requires React 16.3+ and `prop-types` if using via CDN.
1414

1515
## Usage
1616

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tippy.js": "^3.0.0-beta.0"
2020
},
2121
"peerDependencies": {
22-
"react": ">= 16.2"
22+
"react": ">= 16.3"
2323
},
2424
"devDependencies": {
2525
"babel-jest": "^23.4.2",

0 commit comments

Comments
 (0)