Skip to content

Commit b2df85d

Browse files
committed
add peerDependencies react-dnd 16.x
1 parent 381538a commit b2df85d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Cross browser compatible scrolling containers for drag and drop interactions.
44

5-
Works with `react-dnd` `10.x`, `11.x`, `14.x`, `15.x`.
5+
Works with `react-dnd` `10.x`, `11.x`, `14.x`, `15.x`, `16.x`.
66

77
### Build Status
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-scrolling",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A cross browser solution to scrolling during drag and drop.",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"react": "16.x || 17.x || 18.x",
67-
"react-dnd": "10.x || 11.x || 14.x || 15.x",
67+
"react-dnd": "10.x || 11.x || 14.x || 15.x || 16.x",
6868
"react-dom": "16.x || 17.x || 18.x"
6969
}
7070
}

0 commit comments

Comments
 (0)