inversify-hooks
Advanced tools
Comparing version
{ | ||
"name": "inversify-hooks", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Wrapper of inversify-props to inject your dependencies in the components, made with TypeScript using hooks.", | ||
@@ -27,5 +27,5 @@ "main": "dist/index.js", | ||
"@types/react": "^16.9.41", | ||
"inversify-props": "^2.2.1", | ||
"inversify-props": "^2.2.2", | ||
"react": "^16.13.1" | ||
} | ||
} |
Updated