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 22404c8 commit 2226ffcCopy full SHA for 2226ffc
examples/counter/package.json
@@ -20,8 +20,8 @@
20
"redux-devtools": "^3.0.0",
21
"redux-devtools-log-monitor": "^1.0.1",
22
"redux-devtools-dock-monitor": "^1.0.1",
23
- "redux-devtools-multiple-monitors": "^1.0.0",
24
- "redux-devtools-dispatch": "^1.0.0",
+ "redux-devtools-multiple-monitors": "^1.0.1",
+ "redux-devtools-dispatch": "^2.1.0",
25
"webpack": "^1.9.11",
26
"webpack-dev-server": "^1.9.0"
27
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-devtools-dispatch",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Dispatch your actions manually to test if your app reacts well",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments