Skip to content

Commit 3e82999

Browse files
committed
react-dnd fix
1 parent 315c194 commit 3e82999

File tree

2 files changed

+51
-4
lines changed

2 files changed

+51
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "light-blue-react",
33
"version": "5.0.1",
44
"private": true,
5-
"homepage": "/light-blue-react",
65
"dependencies": {
76
"@babel/core": "7.1.0",
87
"@babel/plugin-proposal-class-properties": "^7.1.0",
@@ -83,6 +82,7 @@
8382
"react-bootstrap-table2-toolkit": "^1.3.1",
8483
"react-datetime": "^2.16.1",
8584
"react-dev-utils": "^6.0.5",
85+
"react-dnd": "^7.3.1",
8686
"react-dom": "^16.5.2",
8787
"react-draft-wysiwyg": "1.10.12",
8888
"react-dropzone": "^6.2.4",

yarn.lock

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,12 @@
666666
dependencies:
667667
regenerator-runtime "^0.12.0"
668668

669+
"@babel/runtime@^7.0.0":
670+
version "7.3.4"
671+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.4.tgz#73d12ba819e365fcf7fd152aed56d6df97d21c83"
672+
dependencies:
673+
regenerator-runtime "^0.12.0"
674+
669675
"@babel/runtime@^7.1.2":
670676
version "7.3.1"
671677
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
@@ -2910,6 +2916,15 @@ dnd-core@^3.0.2:
29102916
lodash "^4.2.0"
29112917
redux "^4.0.0"
29122918

2919+
dnd-core@^7.2.0:
2920+
version "7.2.0"
2921+
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-7.2.0.tgz#70d4ab6c0c6f90423c27b1711624b5d834025bf3"
2922+
dependencies:
2923+
asap "^2.0.6"
2924+
invariant "^2.2.4"
2925+
lodash "^4.17.11"
2926+
redux "^4.0.1"
2927+
29132928
dns-equal@^1.0.0:
29142929
version "1.0.0"
29152930
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
@@ -4364,6 +4379,12 @@ hoist-non-react-statics@^2.3.1, hoist-non-react-statics@^2.5.0:
43644379
version "2.5.5"
43654380
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
43664381

4382+
hoist-non-react-statics@^3.3.0:
4383+
version "3.3.0"
4384+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b"
4385+
dependencies:
4386+
react-is "^16.7.0"
4387+
43674388
home-or-tmp@^2.0.0:
43684389
version "2.0.0"
43694390
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -5856,7 +5877,7 @@ lodash.uniq@^4.5.0:
58565877
version "4.5.0"
58575878
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
58585879

5859-
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@~4.17.10:
5880+
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.16.2, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@~4.17.10:
58605881
version "4.17.11"
58615882
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
58625883

@@ -7945,6 +7966,17 @@ react-dnd@3.0.2:
79457966
prop-types "^15.5.10"
79467967
shallowequal "^1.0.2"
79477968

7969+
react-dnd@^7.3.1:
7970+
version "7.3.1"
7971+
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-7.3.1.tgz#40591760d11d996ac859ac6312ea6f26dbfffd23"
7972+
dependencies:
7973+
dnd-core "^7.2.0"
7974+
hoist-non-react-statics "^3.3.0"
7975+
invariant "^2.1.0"
7976+
lodash "^4.17.11"
7977+
recompose "^0.30.0"
7978+
shallowequal "^1.1.0"
7979+
79487980
react-dom@^16.5.2:
79497981
version "16.5.2"
79507982
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.5.2.tgz#b69ee47aa20bab5327b2b9d7c1fe2a30f2cfa9d7"
@@ -8006,7 +8038,11 @@ react-images@^0.5.19:
80068038
react-scrolllock "^2.0.1"
80078039
react-transition-group "2"
80088040

8009-
react-lifecycles-compat@^3.0.4:
8041+
react-is@^16.7.0:
8042+
version "16.8.4"
8043+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
8044+
8045+
react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
80108046
version "3.0.4"
80118047
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
80128048

@@ -8302,6 +8338,17 @@ recompose@^0.26.0:
83028338
hoist-non-react-statics "^2.3.1"
83038339
symbol-observable "^1.0.4"
83048340

8341+
recompose@^0.30.0:
8342+
version "0.30.0"
8343+
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.30.0.tgz#82773641b3927e8c7d24a0d87d65aeeba18aabd0"
8344+
dependencies:
8345+
"@babel/runtime" "^7.0.0"
8346+
change-emitter "^0.1.2"
8347+
fbjs "^0.8.1"
8348+
hoist-non-react-statics "^2.3.1"
8349+
react-lifecycles-compat "^3.0.2"
8350+
symbol-observable "^1.0.4"
8351+
83058352
recursive-readdir@2.2.2:
83068353
version "2.2.2"
83078354
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
@@ -8851,7 +8898,7 @@ shallowequal@^0.2.2:
88518898
dependencies:
88528899
lodash.keys "^3.1.2"
88538900

8854-
shallowequal@^1.0.2:
8901+
shallowequal@^1.0.2, shallowequal@^1.1.0:
88558902
version "1.1.0"
88568903
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
88578904

0 commit comments

Comments
 (0)