Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit adc0ccf

Browse files
committed
hotfix
1 parent 0d604ea commit adc0ccf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nosferatu500/react-sortable-tree",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -65,9 +65,9 @@
6565
"license": "MIT",
6666
"bugs": "https://github.com/nosferatu500/react-sortable-tree/issues",
6767
"dependencies": {
68-
"@nosferatu500/react-dnd-scrollzone": "^2.0.9",
68+
"@nosferatu500/react-dnd-scrollzone": "^2.0.10",
6969
"lodash.isequal": "^4.5.0",
70-
"react-dnd": "^14.0.5",
70+
"react-dnd": "14.0.4",
7171
"react-dnd-html5-backend": "^14.1.0",
7272
"react-virtuoso": "^2.11.2"
7373
},
@@ -126,7 +126,7 @@
126126
},
127127
"peerDependencies": {
128128
"react": ">=17.0.2",
129-
"react-dnd": ">=14.0.4",
129+
"react-dnd": "14.0.4",
130130
"react-dom": ">=17.0.2"
131131
},
132132
"browserslist": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,10 +1281,10 @@
12811281
"@nodelib/fs.scandir" "2.1.5"
12821282
fastq "^1.6.0"
12831283

1284-
"@nosferatu500/react-dnd-scrollzone@^2.0.9":
1285-
version "2.0.9"
1286-
resolved "https://registry.yarnpkg.com/@nosferatu500/react-dnd-scrollzone/-/react-dnd-scrollzone-2.0.9.tgz#ec70bc709974960feb59a6f59bf5327e931f50cd"
1287-
integrity sha512-3Tn5ntT6SrwtaUuzbojZE8RFB4pYOnHXUg0NhrRVYGut+1UQlW/TXUIXepSa9mwKHIcC6bawJLwGhyeu/g49vw==
1284+
"@nosferatu500/react-dnd-scrollzone@^2.0.10":
1285+
version "2.0.10"
1286+
resolved "https://registry.yarnpkg.com/@nosferatu500/react-dnd-scrollzone/-/react-dnd-scrollzone-2.0.10.tgz#7b356d924a0efa71ba81505d46b61ac85bfed59f"
1287+
integrity sha512-PBJtyBQrm47ifesOfIOsJd2SaxSpjkfKSoQOHewkI4UeYLyEc4hX0BY3vlVxW0zzak2+IneJghmGnp5lznVo6A==
12881288
dependencies:
12891289
hoist-non-react-statics "^3.3.2"
12901290
lodash.throttle "^4.1.1"
@@ -8630,10 +8630,10 @@ react-dnd-touch-backend@^14.1.1:
86308630
"@react-dnd/invariant" "^2.0.0"
86318631
dnd-core "14.0.1"
86328632

8633-
react-dnd@^14.0.5:
8634-
version "14.0.5"
8635-
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-14.0.5.tgz#ecf264e220ae62e35634d9b941502f3fca0185ed"
8636-
integrity sha512-9i1jSgbyVw0ELlEVt/NkCUkxy1hmhJOkePoCH713u75vzHGyXhPDm28oLfc2NMSBjZRM1Y+wRjHXJT3sPrTy+A==
8633+
8634+
version "14.0.4"
8635+
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-14.0.4.tgz#ffb4ea0e2a3a5532f9c6294d565742008a52b8b0"
8636+
integrity sha512-AFJJXzUIWp5WAhgvI85ESkDCawM0lhoVvfo/lrseLXwFdH3kEO3v8I2C81QPqBW2UEyJBIPStOhPMGYGFtq/bg==
86378637
dependencies:
86388638
"@react-dnd/invariant" "^2.0.0"
86398639
"@react-dnd/shallowequal" "^2.0.0"

0 commit comments

Comments
 (0)