Skip to content

Commit 862e738

Browse files
committed
Bump version
1 parent 350ab93 commit 862e738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-actions-assertions",
3-
"version": "1.0.6",
3+
"version": "1.0.8",
44
"description": "Assertions for redux actions testing",
55
"scripts": {
66
},
@@ -26,9 +26,9 @@
2626
"asserts"
2727
],
2828
"dependencies": {
29-
"lodash.find": "^4.3.0",
29+
"lodash.findindex": "^4.4.0",
3030
"lodash.flattendeep": "^4.2.0",
31-
"redux": "^3.5.1",
31+
"redux": "^3.5.2",
3232
"redux-mock-store": "^1.0.2"
3333
}
3434
}

0 commit comments

Comments
 (0)