Skip to content

Commit c3c0f00

Browse files
committed
fix: Upgrade react-smooth-dnd to the latest version. Has fix for animating empty containers when dra
1 parent e9c52bf commit c3c0f00

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lodash": "^4.17.4",
4444
"prop-types": "^15.6.0",
4545
"react-redux": "^5.0.3",
46-
"react-smooth-dnd": "^0.3.6",
46+
"react-smooth-dnd": "^0.3.7",
4747
"redux": "^3.6.0",
4848
"redux-actions": "^1.2.2",
4949
"redux-logger": "^3.0.6",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7188,11 +7188,11 @@ react-simple-di@^1.2.0:
71887188
babel-runtime "6.x.x"
71897189
hoist-non-react-statics "1.x.x"
71907190

7191-
react-smooth-dnd@^0.3.6:
7192-
version "0.3.6"
7193-
resolved "https://registry.yarnpkg.com/react-smooth-dnd/-/react-smooth-dnd-0.3.6.tgz#754e4b3848dd8f8bcee6d25b276d55b863c47aab"
7191+
react-smooth-dnd@^0.3.7:
7192+
version "0.3.7"
7193+
resolved "https://registry.yarnpkg.com/react-smooth-dnd/-/react-smooth-dnd-0.3.7.tgz#0f121d98723fb7bc60d50552a8335831885801ca"
71947194
dependencies:
7195-
smooth-dnd "^0.3.7"
7195+
smooth-dnd "^0.4.0"
71967196

71977197
react-split-pane@^0.1.65:
71987198
version "0.1.66"
@@ -7984,9 +7984,9 @@ slide@^1.1.3, slide@^1.1.5:
79847984
version "1.1.6"
79857985
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
79867986

7987-
smooth-dnd@^0.3.7:
7988-
version "0.3.9"
7989-
resolved "https://registry.yarnpkg.com/smooth-dnd/-/smooth-dnd-0.3.9.tgz#f970a0df9e4da04682f97fe4980866e9d626d9cb"
7987+
smooth-dnd@^0.4.0:
7988+
version "0.4.0"
7989+
resolved "https://registry.yarnpkg.com/smooth-dnd/-/smooth-dnd-0.4.0.tgz#1d3be9d0001310104facb30eb889fbb4dac5fb1c"
79907990

79917991
sntp@0.2.x:
79927992
version "0.2.4"

0 commit comments

Comments
 (0)