use-current-effect
Advanced tools
{ | ||
"name": "use-current-effect", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "useEffect hook with injected current flag", | ||
@@ -21,8 +21,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"react": "^16.9.0" | ||
"react": "^16.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.2", | ||
"@types/react": "^16.8.0", | ||
"typescript": "^3.5.3" | ||
} | ||
} |