We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029e11 commit 2f16510Copy full SHA for 2f16510
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flux-hooks",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "Hooks implementation for Facebook Flux Util's Stores",
5
"main": "index.js",
6
"scripts": {
@@ -35,6 +35,8 @@
35
"eslint-plugin-import": "^2.18.2",
36
"eslint-plugin-jsx-a11y": "^6.2.3",
37
"eslint-plugin-react": "^7.14.3",
38
- "eslint-plugin-react-hooks": "^1.7.0"
+ "eslint-plugin-react-hooks": "^1.7.0",
39
+ "flux": "^3.1.2",
40
+ "react": "^16.8.0"
41
}
42
0 commit comments