Skip to content

Commit 0c6b934

Browse files
author
Mat Brown
committed
Upgrade react-draggable
Upgrades react-draggable. Dragging of column dividers still works.
1 parent a56228c commit 0c6b934

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"react": "^15.4.1",
130130
"react-copy-to-clipboard": "^5.0.0",
131131
"react-dom": "^15.4.1",
132-
"react-draggable": "^2.2.6",
132+
"react-draggable": "^3.0.3",
133133
"react-ga": "^2.1.2",
134134
"react-onclickoutside": "^6.5.0",
135135
"react-prevent-clickthrough": "^0.0.3",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7067,11 +7067,12 @@ react-dom@^15.4.1:
70677067
object-assign "^4.1.0"
70687068
prop-types "^15.5.10"
70697069

7070-
react-draggable@^2.2.6:
7071-
version "2.2.6"
7072-
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-2.2.6.tgz#3a806e10f2da6babfea4136be6510e89b0d76901"
7070+
react-draggable@^3.0.3:
7071+
version "3.0.3"
7072+
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.3.tgz#a6f9b3a7171981b76dadecf238316925cb9eacf4"
70737073
dependencies:
70747074
classnames "^2.2.5"
7075+
prop-types "^15.5.10"
70757076

70767077
react-ga@^2.1.2:
70777078
version "2.2.0"

0 commit comments

Comments
 (0)