Skip to content

Commit 59d24fd

Browse files
committed
Update redux and eslint
1 parent 8afcd02 commit 59d24fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"babel-preset-es2015": "^6.6.0",
3030
"babel-register": "^6.7.2",
3131
"chai": "^3.5.0",
32-
"eslint": "^2.8.0",
33-
"eslint-config-airbnb-base": "^1.0.3",
32+
"eslint": "^2.9.0",
33+
"eslint-config-airbnb-base": "^2.0.0",
3434
"eslint-plugin-babel": "^3.2.0",
35-
"eslint-plugin-import": "^1.5.0",
35+
"eslint-plugin-import": "^1.6.1",
3636
"expect": "^1.18.0",
3737
"expect.js": "^0.3.1",
3838
"mocha": "^2.4.5",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"lodash.find": "^4.3.0",
4545
"lodash.flattendeep": "^4.2.0",
46-
"redux": "^3.5.1",
46+
"redux": "^3.5.2",
4747
"redux-mock-store": "^1.0.2"
4848
}
4949
}

0 commit comments

Comments
 (0)