Skip to content

Commit 12db962

Browse files
committed
Fix the peerDependencies
1 parent cba8d7a commit 12db962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"prepublish": "npm run build"
1414
},
1515
"peerDependencies": {
16-
"react": ">=15",
16+
"react": ">=16.3.0",
17+
"react-dom": ">=16.3.3",
1718
"prop-types": ">=15"
1819
},
1920
"keywords": [

0 commit comments

Comments
 (0)