react-diode
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -120,3 +120,3 @@ 'use strict'; | ||
return ContainerConstructor; | ||
return (0, _hoistNonReactStatics2.default)(ContainerConstructor, Component); | ||
} | ||
@@ -123,0 +123,0 @@ |
{ | ||
"name": "react-diode", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Endpoint agnostic, unidirectional data fetching for React applications", | ||
@@ -43,3 +43,3 @@ "main": "lib/DiodePublic.js", | ||
"deep-extend": "^0.4.1", | ||
"hoist-non-react-statics": "^1.2.0", | ||
"hoist-non-react-statics": "^2.5.0", | ||
"lodash.find": "^4.3.0", | ||
@@ -64,2 +64,3 @@ "object-assign": "^4.0.1" | ||
"flow-bin": "^0.22.1", | ||
"isomorphic-fetch": "^2.2.1", | ||
"marlint": "^1.5.3", | ||
@@ -73,3 +74,2 @@ "mocha": "^2.4.5", | ||
"sinon": "^1.17.3", | ||
"isomorphic-fetch": "^2.2.1", | ||
"sinon-chai": "^2.8.0" | ||
@@ -76,0 +76,0 @@ }, |
43781
+ Addedhoist-non-react-statics@2.5.5(transitive)
- Removedhoist-non-react-statics@1.2.0(transitive)