react-data-table-rbox
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-data-table-rbox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The comprehensive react component to show data in a table include pagination and fully customizable.", | ||
@@ -10,5 +10,6 @@ "main": "lib/index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"lodash": "*" | ||
}, | ||
"peerDependencies": { | ||
"lodash": ">=4.17.11", | ||
"react": ">=16.6.0", | ||
@@ -15,0 +16,0 @@ "react-dom": ">=16.6.0" |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
41159
2
+ Addedlodash@*