Skip to content

Commit 18a10f3

Browse files
committed
Update react dependency and package version
1 parent 27730af commit 18a10f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-devtools-dispatch",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Dispatch your actions manually to test if your app reacts well",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"webpack": "^1.11.0"
3737
},
3838
"peerDependencies": {
39-
"react": ">=0.14.0",
39+
"react": ">=0.14.9",
4040
"redux-devtools": "^3.0.0"
4141
},
4242
"dependencies": {

0 commit comments

Comments
 (0)