@nosferatu500/react-sortable-tree
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import './react-sortable-tree.css'; | ||
@@ -3,0 +2,0 @@ declare const SortableTreeWithoutDndContext: (props: any) => JSX.Element; |
{ | ||
"name": "@nosferatu500/react-sortable-tree", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "Drag-and-drop sortable component for nested data and hierarchies", | ||
@@ -48,8 +48,8 @@ "main": "./index.js", | ||
"react-dnd-html5-backend": "^14.0.2", | ||
"react-virtuoso": "^2.2.1" | ||
"react-virtuoso": "^2.2.2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.0", | ||
"react-dnd": ">=14.0.0", | ||
"react-dom": ">=17.0.0" | ||
"react": ">=17.0.2", | ||
"react-dnd": ">=14.0.4", | ||
"react-dom": ">=17.0.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "browserslist": { |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import './react-sortable-tree.css'; | ||
@@ -3,0 +2,0 @@ declare const SortableTreeWithoutDndContext: (props: any) => JSX.Element; |
@@ -15,5 +15,5 @@ export default class DndManager { | ||
canDrop(dropTargetProps: any, monitor: any): any; | ||
wrapSource(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>; | ||
wrapTarget(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>; | ||
wrapPlaceholder(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>; | ||
wrapSource(el: any): any; | ||
wrapTarget(el: any): any; | ||
wrapPlaceholder(el: any): any; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
286312
7932
Updatedreact-virtuoso@^2.2.2