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 27730af commit 18a10f3Copy full SHA for 18a10f3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-devtools-dispatch",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "Dispatch your actions manually to test if your app reacts well",
5
"main": "lib/index.js",
6
"scripts": {
@@ -36,7 +36,7 @@
36
"webpack": "^1.11.0"
37
},
38
"peerDependencies": {
39
- "react": ">=0.14.0",
+ "react": ">=0.14.9",
40
"redux-devtools": "^3.0.0"
41
42
"dependencies": {
0 commit comments