Skip to content

Commit a8cf810

Browse files
committed
[Dev Deps] update babel-cli, babel-core, babel-eslint, babel-loader, babel-preset-airbnb, babel-register, coveralls, eslint, eslint-config-airbnb, eslint-plugin-jsx-a11y, eslint-plugin-react, lodash, rimraf, sinon
1 parent eb9699b commit a8cf810

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,24 @@
6363
"uuid": "^2.0.3"
6464
},
6565
"devDependencies": {
66-
"babel-cli": "^6.18.0",
67-
"babel-core": "^6.18.2",
68-
"babel-eslint": "^7.1.0",
69-
"babel-loader": "^6.2.7",
70-
"babel-preset-airbnb": "^2.1.1",
71-
"babel-register": "^6.18.0",
66+
"babel-cli": "^6.24.1",
67+
"babel-core": "^6.24.1",
68+
"babel-eslint": "^7.2.1",
69+
"babel-loader": "^6.4.1",
70+
"babel-preset-airbnb": "^2.2.3",
71+
"babel-register": "^6.24.1",
7272
"chai": "^3.5.0",
73-
"coveralls": "^2.11.15",
73+
"coveralls": "^2.13.0",
7474
"enzyme-example-jest": "^0.1.0",
7575
"enzyme-example-karma": "^0.1.1",
7676
"enzyme-example-karma-webpack": "^0.1.4",
7777
"enzyme-example-mocha": "^0.1.0",
7878
"enzyme-example-react-native": "^0.1.0",
79-
"eslint": "^3.10.2",
79+
"eslint": "^3.19.0",
8080
"eslint-config-airbnb": "^13.0.0",
8181
"eslint-plugin-import": "^2.2.0",
8282
"eslint-plugin-jsx-a11y": "^2.2.3",
83-
"eslint-plugin-react": "^6.7.1",
83+
"eslint-plugin-react": "^6.10.3",
8484
"gitbook-cli": "^1.0.1",
8585
"in-publish": "^2.0.0",
8686
"istanbul": "^1.0.0-alpha.2",
@@ -92,10 +92,11 @@
9292
"karma-mocha": "^1.2.0",
9393
"karma-sourcemap-loader": "^0.3.7",
9494
"karma-webpack": "^1.8.0",
95+
"lodash": "^4.17.4",
9596
"mocha": "^3.1.2",
96-
"rimraf": "^2.5.4",
97+
"rimraf": "^2.6.1",
9798
"safe-publish-latest": "^1.1.1",
98-
"sinon": "^1.17.6",
99+
"sinon": "^1.17.7",
99100
"webpack": "^1.13.3"
100101
},
101102
"peerDependencies": {

0 commit comments

Comments
 (0)