Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 2943111

Browse files
committed
List react16 as supported
1 parent bad5b45 commit 2943111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react-dnd-html5-backend": "^2.1.2"
3838
},
3939
"peerDependencies": {
40-
"react": "0.14.x || 15.x",
41-
"react-dom": "0.14.x || 15.x"
40+
"react": "0.14.x || 15.x || 16.x",
41+
"react-dom": "0.14.x || 15.x || 16.x"
4242
},
4343
"devDependencies": {
4444
"babel-cli": "^6.6.4",

0 commit comments

Comments
 (0)