@af-utils/react-virtual-list
Advanced tools
Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "@af-utils/react-virtual-list", | ||
"private": false, | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "React components for rendering large scrollable data", | ||
@@ -46,5 +46,5 @@ "repository": "https://github.com/nowaalex/af-virtual-scroll.git", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/core": "^7.18.10", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/preset-env": "^7.18.10", | ||
"@babel/preset-react": "^7.18.6", | ||
@@ -61,3 +61,3 @@ "@rollup/plugin-babel": "^5.3.1", | ||
"lodash": "^4.17.21", | ||
"rollup": "^2.77.1", | ||
"rollup": "^2.77.2", | ||
"rollup-plugin-filesize": "^9.1.2", | ||
@@ -67,4 +67,4 @@ "rollup-plugin-terser": "^7.0.2" | ||
"peerDependencies": { | ||
"@af-utils/react-virtual-headless": "^0.0.23", | ||
"@af-utils/styled": "^0.0.10", | ||
"@af-utils/react-virtual-headless": "^0.0.24", | ||
"@af-utils/styled": "^0.0.11", | ||
"prop-types": "^15.8.0", | ||
@@ -71,0 +71,0 @@ "react": "^17.0.0 || ^18.1.0" |
9917