Skip to content

Commit 5f382fd

Browse files
committed
Update react Dnd
1 parent fb68d8a commit 5f382fd

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"dependencies": {
8585
"immutability-helper": "^2.3.1",
8686
"prop-types": "^15.5.10",
87-
"react-dnd": "=2.1.4",
88-
"react-dnd-html5-backend": "=2.1.2"
87+
"react-dnd": "^2.4.0",
88+
"react-dnd-html5-backend": "^2.4.1"
8989
},
9090
"peerDependencies": {
9191
"react": "^0.14.0 || ^15.0.0-0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ disposables@^1.0.1:
18551855
version "1.0.1"
18561856
resolved "https://registry.yarnpkg.com/disposables/-/disposables-1.0.1.tgz#064727a25b54f502bd82b89aa2dfb8df9f1b39e3"
18571857

1858-
dnd-core@^2.0.1:
1858+
dnd-core@^2.4.0:
18591859
version "2.4.0"
18601860
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-2.4.0.tgz#c4a5bc2aea75164f8a295d769d5f551810e7d411"
18611861
dependencies:
@@ -2830,6 +2830,10 @@ hoek@2.x.x:
28302830
version "2.16.3"
28312831
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
28322832

2833+
hoist-non-react-statics@^1.2.0:
2834+
version "1.2.0"
2835+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz#aa448cf0986d55cc40773b17174b7dd066cb7cfb"
2836+
28332837
home-or-tmp@^2.0.0:
28342838
version "2.0.0"
28352839
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -4762,7 +4766,7 @@ promise@^7.1.1:
47624766
dependencies:
47634767
asap "~2.0.3"
47644768

4765-
prop-types@^15.5.10, prop-types@^15.5.7:
4769+
prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8:
47664770
version "15.5.10"
47674771
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
47684772
dependencies:
@@ -4855,20 +4859,22 @@ react-addons-test-utils@^15.5.1:
48554859
version "15.6.0"
48564860
resolved "https://registry.yarnpkg.com/react-addons-test-utils/-/react-addons-test-utils-15.6.0.tgz#062d36117fe8d18f3ba5e06eb33383b0b85ea5b9"
48574861

4858-
react-dnd-html5-backend@=2.1.2:
4859-
version "2.1.2"
4860-
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-2.1.2.tgz#bcff5866629c335b310b1062fe6537af35073c66"
4862+
react-dnd-html5-backend@^2.4.1:
4863+
version "2.4.1"
4864+
resolved "https://registry.yarnpkg.com/react-dnd-html5-backend/-/react-dnd-html5-backend-2.4.1.tgz#439d2bcaf8bd8b87a51386beb51c128826182ddd"
48614865
dependencies:
48624866
lodash "^4.2.0"
48634867

4864-
react-dnd@=2.1.4:
4865-
version "2.1.4"
4866-
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-2.1.4.tgz#dd2afeddddd5ff4507d795a5bd44361c84374c0f"
4868+
react-dnd@^2.4.0:
4869+
version "2.4.0"
4870+
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-2.4.0.tgz#96f0042cd4cd375b4f0c3413f6ec84d267b7d792"
48674871
dependencies:
48684872
disposables "^1.0.1"
4869-
dnd-core "^2.0.1"
4873+
dnd-core "^2.4.0"
4874+
hoist-non-react-statics "^1.2.0"
48704875
invariant "^2.1.0"
48714876
lodash "^4.2.0"
4877+
prop-types "^15.5.8"
48724878

48734879
react-dom-factories@^1.0.0:
48744880
version "1.0.1"

0 commit comments

Comments
 (0)