Skip to content

Commit 10b65b8

Browse files
committed
Update libs
1 parent cf4b80f commit 10b65b8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,25 @@
2525
},
2626
"homepage": "https://github.com/dmitry-zaets/redux-actions-assertions#readme",
2727
"devDependencies": {
28-
"babel-cli": "^6.6.5",
28+
"babel-cli": "^6.7.7",
2929
"babel-preset-es2015": "^6.6.0",
3030
"babel-register": "^6.7.2",
3131
"chai": "^3.5.0",
32-
"eslint": "^2.6.0",
33-
"eslint-config-airbnb": "^6.2.0",
34-
"eslint-plugin-babel": "^3.1.0",
35-
"expect": "^1.16.0",
32+
"eslint": "^2.8.0",
33+
"eslint-config-airbnb-base": "^1.0.3",
34+
"eslint-plugin-babel": "^3.2.0",
35+
"eslint-plugin-import": "^1.5.0",
36+
"expect": "^1.18.0",
3637
"expect.js": "^0.3.1",
3738
"mocha": "^2.4.5",
3839
"redux-thunk": "^2.0.1",
3940
"rimraf": "^2.5.2",
40-
"should": "^8.3.0"
41+
"should": "^8.3.1"
4142
},
4243
"dependencies": {
4344
"lodash.find": "^4.3.0",
44-
"lodash.flattendeep": "^4.1.1",
45-
"redux": "^3.3.1",
45+
"lodash.flattendeep": "^4.2.0",
46+
"redux": "^3.5.1",
4647
"redux-mock-store": "^1.0.2"
4748
}
4849
}

0 commit comments

Comments
 (0)