Skip to content

Commit 4725b8f

Browse files
quigleyj-mavenomicswuweiweiwu
authored andcommitted
Chore: Pin react-dnd to >7.1.0 (#465)
1 parent b81463f commit 4725b8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
"frontend-collective-react-dnd-scrollzone": "^1.0.1",
6464
"lodash.isequal": "^4.5.0",
6565
"prop-types": "^15.6.1",
66-
"react-dnd": "^6.0.0 || ^7.0.0",
66+
"react-dnd": "^6.0.0 || ~7.0.0",
6767
"react-dnd-html5-backend": "^7.0.1",
6868
"react-lifecycles-compat": "^3.0.4",
6969
"react-sortable-tree": "^2.6.0",
7070
"react-virtualized": "^9.19.1"
7171
},
7272
"peerDependencies": {
7373
"react": "^16.3.0",
74-
"react-dnd": "^6.0.0 || ^7.0.0",
74+
"react-dnd": "^6.0.0 || ~7.0.0",
7575
"react-dom": "^16.3.0"
7676
},
7777
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4532,9 +4532,9 @@ dnd-core@^7.0.1:
45324532
redux "^4.0.1"
45334533

45344534
dnd-core@^7.0.2:
4535-
version "7.0.2"
4536-
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-7.0.2.tgz#6c080eb57243fa0372fd083b3db242d9eb525010"
4537-
integrity sha512-InwRBi6zTndtE3+3nTYpLJkYMEr7utSR7OziAoSFhtQsbUfJE1KeqxM+ZFRIMKn6ehxUTAC+QU6QC7IG9u86Mg==
4535+
version "7.1.0"
4536+
resolved "https://registry.yarnpkg.com/dnd-core/-/dnd-core-7.1.0.tgz#fb0a51a2a2b0b47da900e3762e6bb92084dfa827"
4537+
integrity sha512-5ar9HY0PkF8RJZMoTBzzWwe5hMqsu3+pyCcqOFYTbwnkJByEKhXIFLIe5ALBmzgOJ+kbcddLx3UqcI+yWCU8bQ==
45384538
dependencies:
45394539
asap "^2.0.6"
45404540
invariant "^2.2.4"
@@ -10709,7 +10709,7 @@ [email protected]:
1070910709
lodash "^4.2.0"
1071010710
prop-types "^15.5.10"
1071110711

10712-
"react-dnd@^6.0.0 || ^7.0.0":
10712+
"react-dnd@^6.0.0 || ~7.0.0":
1071310713
version "7.0.2"
1071410714
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-7.0.2.tgz#8f5611a6e877592932c082d6280c64d1c817f420"
1071510715
integrity sha512-nJnHJo/tNQjyod234+hPNopWHPvgH0gujf3pcdJWRe3l0GL+jSXXwXJ2SFwIHkVmxPYrx8+gbKU3+Pq26p6fkg==

0 commit comments

Comments
 (0)