react-virtualized-sticky-tree
Advanced tools
Comparing version 2.1.16 to 2.1.17
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "2.1.16", | ||
"version": "2.1.17", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"prop-types": "^15.5.10", | ||
"react": "^15.6.1", | ||
"prop-types": "^15.6.1", | ||
"react": "^16.0.0", | ||
"react-measure": "^2.0.2" | ||
@@ -42,0 +42,0 @@ }, |
99354