Updated react-dnd package (#1939)

+ Prevents code sandbox from crashing the dnd example
This commit is contained in:
ironicbrew 2020-03-06 15:28:59 -07:00 committed by GitHub
parent acdb28df60
commit b9f7bda223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"react-scripts": "3.0.1",
"react-table": "latest",
"styled-components": "^4.3.2",
"react-dnd": "^9.4.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^9.4.0",
"immutability-helper": "^3.0.1"
},