chore(netlify-cms-core): upgrade react-dnd to 7.x (#1922)

This commit is contained in:
Alexander Nanberg
2018-11-29 01:37:55 +01:00
committed by Shawn Erquhart
parent ec35dc94b6
commit 12d17ec3f2
2 changed files with 48 additions and 50 deletions

View File

@ -40,8 +40,8 @@
"node-polyglot": "^2.3.0",
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^7.0.0",
"react-dom": "^16.0.0",
"react-emotion": "^9.2.5",
"react-frame-component": "^2.0.0",