react-infinite-scroll-reverse
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -127,2 +127,2 @@ "use strict"; | ||
exports.default = InfiniteScrollReverse; | ||
module.exports = exports['default']; | ||
module.exports = exports.default; |
{ | ||
"name": "react-infinite-scroll-reverse", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React infinite scroll reverse component", | ||
@@ -29,3 +29,3 @@ "author": "Klimenko Aleksandr", | ||
"eslint --fix", | ||
"git add" | ||
"git add ." | ||
] | ||
@@ -39,6 +39,6 @@ }, | ||
"dependencies": { | ||
"prop-types": "^15.5.8" | ||
"prop-types": "15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.9 || ^15.3.0 || ^16.0.0" | ||
"react": "^16.9.0" | ||
}, | ||
@@ -48,19 +48,19 @@ "devDependencies": { | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "23.6.0", | ||
"babel-loader": "7.0.0", | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-plugin-transform-object-rest-spread": "6.23.0", | ||
"babel-eslint": "10.0.3", | ||
"babel-jest": "24.9.0", | ||
"babel-loader": "8.0.6", | ||
"babel-plugin-add-module-exports": "1.0.2", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-preset-env": "1.7.0", | ||
"babel-preset-react": "6.24.1", | ||
"babel-preset-stage-2": "6.13.0", | ||
"eslint": "5.6.0", | ||
"eslint-config-airbnb": "17.1.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-jsx-a11y": "6.1.2", | ||
"eslint-plugin-react": "7.11.1", | ||
"react": "16.5.2", | ||
"react-dom": "16.5.2", | ||
"webpack": "2.5.1" | ||
"babel-preset-stage-2": "6.24.1", | ||
"eslint": "6.3.0", | ||
"eslint-config-airbnb": "18.0.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-jsx-a11y": "6.2.3", | ||
"eslint-plugin-react": "7.14.3", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"webpack": "4.39.3" | ||
} | ||
} |
15
15292
+ Addedprop-types@15.7.2(transitive)
- Removedprop-types@15.8.1(transitive)
Updatedprop-types@15.7.2