Skip to content

Commit

Permalink
fix: Upgrade react-beautiful-dnd to the latest
Browse files Browse the repository at this point in the history
1. Fixes automatic scrolling of content when dragging 2. Placeholder jitter when moving across
elements

#78
  • Loading branch information
rcdexta committed Mar 23, 2018
1 parent 9d8e461 commit e13a0c9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"url": "https://github.com/rcdexta/react-trello/issues"
},
"homepage": "https://github.com/rcdexta/react-trello",
"dependencies": {
"immutability-helper": "^2.4.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-beautiful-dnd": "^6.0.1",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-actions": "^1.2.2",
"redux-logger": "^3.0.6",
"styled-components": "^2.1.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@storybook/addon-info": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
Expand Down Expand Up @@ -83,18 +95,6 @@
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
},
"dependencies": {
"immutability-helper": "^2.4.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-beautiful-dnd": "^4.0.1",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-actions": "^1.2.2",
"redux-logger": "^3.0.6",
"styled-components": "^2.1.1",
"uuid": "^3.1.0"
},
"peerDependencies": {
"react": ">= 0.14.0 < 17.0.0-0",
"react-dom": ">= 0.14.0 < 17.0.0-0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5746,9 +5746,9 @@ mem@^1.1.0:
dependencies:
mimic-fn "^1.0.0"

memoize-one@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-3.0.1.tgz#7b599850bb41be8beed305f4eefd963c8cea9a0a"
memoize-one@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-3.1.1.tgz#ef609811e3bc28970eac2884eece64d167830d17"

memory-fs@^0.4.0, memory-fs@~0.4.1:
version "0.4.1"
Expand Down Expand Up @@ -7047,9 +7047,9 @@ radium@^0.19.0:
inline-style-prefixer "^2.0.5"
prop-types "^15.5.8"

raf-schd@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-2.1.0.tgz#64d645723380ec25cc1714e909b953ef1cf254bf"
raf-schd@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-2.1.1.tgz#0b59964cee2e96b7dd46ffaeb5c08740f3a5e7ab"

raf@^3.1.0:
version "3.4.0"
Expand Down Expand Up @@ -7104,15 +7104,15 @@ react-addons-test-utils@^15.5.1:
version "15.6.0"
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.0.tgz#062d36117fe8d18f3ba5e06eb33383b0b85ea5b9"

react-beautiful-dnd@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-4.0.1.tgz#3b0a49bf6be75af351176c904f012611dd292b81"
react-beautiful-dnd@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-6.0.1.tgz#f5b70cc37188bd9e79c2bd2152bebfadb2861cff"
dependencies:
babel-runtime "^6.26.0"
invariant "^2.2.2"
memoize-one "^3.0.1"
memoize-one "^3.1.1"
prop-types "^15.6.0"
raf-schd "^2.1.0"
raf-schd "^2.1.1"
react-motion "^0.5.2"
react-redux "^5.0.6"
redux "^3.7.2"
Expand Down

0 comments on commit e13a0c9

Please sign in to comment.