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

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nosferatu500 committed May 21, 2022
1 parent 0d604ea commit adc0ccf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nosferatu500/react-sortable-tree",
"version": "4.1.1",
"version": "4.1.2",
"description": "Drag-and-drop sortable component for nested data and hierarchies",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -65,9 +65,9 @@
"license": "MIT",
"bugs": "https://github.com/nosferatu500/react-sortable-tree/issues",
"dependencies": {
"@nosferatu500/react-dnd-scrollzone": "^2.0.9",
"@nosferatu500/react-dnd-scrollzone": "^2.0.10",
"lodash.isequal": "^4.5.0",
"react-dnd": "^14.0.5",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "^14.1.0",
"react-virtuoso": "^2.11.2"
},
Expand Down Expand Up @@ -126,7 +126,7 @@
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dnd": ">=14.0.4",
"react-dnd": "14.0.4",
"react-dom": ">=17.0.2"
},
"browserslist": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1281,10 +1281,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

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

react-dnd@^14.0.5:
version "14.0.5"
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-14.0.5.tgz#ecf264e220ae62e35634d9b941502f3fca0185ed"
integrity sha512-9i1jSgbyVw0ELlEVt/NkCUkxy1hmhJOkePoCH713u75vzHGyXhPDm28oLfc2NMSBjZRM1Y+wRjHXJT3sPrTy+A==
[email protected].4:
version "14.0.4"
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-14.0.4.tgz#ffb4ea0e2a3a5532f9c6294d565742008a52b8b0"
integrity sha512-AFJJXzUIWp5WAhgvI85ESkDCawM0lhoVvfo/lrseLXwFdH3kEO3v8I2C81QPqBW2UEyJBIPStOhPMGYGFtq/bg==
dependencies:
"@react-dnd/invariant" "^2.0.0"
"@react-dnd/shallowequal" "^2.0.0"
Expand Down

0 comments on commit adc0ccf

Please sign in to comment.