Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 6b4c492

Browse files
committed
[Dev Deps] update babel-cli, babel-preset-airbnb, body-parser, eslint, eslint-config-airbnb, eslint-plugin-jsx-a11y, eslint-plugin-react, express, mocha, sinon
1 parent 4ed8adf commit 6b4c492

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
"object.values": "^1.0.4"
2828
},
2929
"devDependencies": {
30-
"babel-cli": "^6.18.0",
31-
"babel-preset-airbnb": "^2.1.1",
32-
"body-parser": "^1.15.2",
30+
"babel-cli": "^6.24.1",
31+
"babel-preset-airbnb": "^2.2.3",
32+
"body-parser": "^1.17.1",
3333
"chai": "^3.5.0",
34-
"eslint": "^3.13.1",
35-
"eslint-config-airbnb": "^14.0.0",
34+
"eslint": "^3.19.0",
35+
"eslint-config-airbnb": "^15.0.1",
3636
"eslint-plugin-import": "^2.2.0",
37-
"eslint-plugin-jsx-a11y": "^3.0.2",
38-
"eslint-plugin-react": "^6.9.0",
39-
"express": "^4.14.0",
37+
"eslint-plugin-jsx-a11y": "^5.0.1",
38+
"eslint-plugin-react": "^7.0.1",
39+
"express": "^4.15.2",
4040
"istanbul": "^0.4.5",
41-
"mocha": "^3.2.0",
42-
"sinon": "^1.17.7"
41+
"mocha": "^3.4.1",
42+
"sinon": "^2.2.0"
4343
},
4444
"engines": {
4545
"node": ">= 0.10"

0 commit comments

Comments
 (0)