treetabular
Advanced tools
Comparing version 3.4.0 to 3.5.0
## treetabular | ||
3.5.0 / 2017-10-05 | ||
================== | ||
* Chore - Support React 16. #21 | ||
3.4.0 / 2017-09-13 | ||
@@ -4,0 +9,0 @@ ================== |
{ | ||
"name": "treetabular", | ||
"version": "3.4.0", | ||
"version": "3.5.0", | ||
"description": "Tree utilities", | ||
@@ -70,16 +70,15 @@ "scripts": { | ||
"lodash": "^4.17.4", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.4.2", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react-dnd": "^2.2.3", | ||
"react-dom": "^15.4.2", | ||
"reactabular-dnd": "^8.6.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.0.0", | ||
"react-dnd": "^2.5.3", | ||
"react-dom": "^16.0.0", | ||
"reactabular-dnd": "^8.12.0", | ||
"redux": "^3.6.0", | ||
"rimraf": "^2.5.4", | ||
"searchtabular": "^1.3.2", | ||
"sortabular": "^1.2.0" | ||
"searchtabular": "^1.7.0", | ||
"sortabular": "^1.5.0" | ||
}, | ||
"peerDependencies": { | ||
"lodash": ">= 4.0.0 < 5.0.0", | ||
"react": ">= 15.0.0 < 16.0.0", | ||
"react": ">= 15.0.0 < 17.0.0", | ||
"redux": ">= 3.0.0 < 4.0.0" | ||
@@ -86,0 +85,0 @@ }, |
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
51075
27