Skip to content

Commit

Permalink
[Dev Deps] update babel-cli, babel-core, babel-eslint, `babel-l…
Browse files Browse the repository at this point in the history
…oader`, `babel-preset-airbnb`, `babel-register`, `coveralls`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `lodash`, `rimraf`, `sinon`
  • Loading branch information
ljharb committed Apr 12, 2017
1 parent eb9699b commit a8cf810
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
Expand Up @@ -63,24 +63,24 @@
"uuid": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-airbnb": "^2.1.1",
"babel-register": "^6.18.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-preset-airbnb": "^2.2.3",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"coveralls": "^2.13.0",
"enzyme-example-jest": "^0.1.0",
"enzyme-example-karma": "^0.1.1",
"enzyme-example-karma-webpack": "^0.1.4",
"enzyme-example-mocha": "^0.1.0",
"enzyme-example-react-native": "^0.1.0",
"eslint": "^3.10.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"eslint-plugin-react": "^6.10.3",
"gitbook-cli": "^1.0.1",
"in-publish": "^2.0.0",
"istanbul": "^1.0.0-alpha.2",
Expand All @@ -92,10 +92,11 @@
"karma-mocha": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"lodash": "^4.17.4",

This comment has been minimized.

Copy link
@nfcampos

nfcampos Apr 12, 2017

Collaborator

@ljharb why did we gain lodash as a dependency? ;)

This comment has been minimized.

Copy link
@ljharb

ljharb Apr 12, 2017

Author Member

Lol that is a good question. I think it showed up in npm outdated. I'll remove it.

"mocha": "^3.1.2",
"rimraf": "^2.5.4",
"rimraf": "^2.6.1",
"safe-publish-latest": "^1.1.1",
"sinon": "^1.17.6",
"sinon": "^1.17.7",
"webpack": "^1.13.3"
},
"peerDependencies": {
Expand Down

0 comments on commit a8cf810

Please sign in to comment.