Skip to content

Commit

Permalink
[Dev Deps] update lodash, babel-eslint, chai, coveralls, `cre…
Browse files Browse the repository at this point in the history
…ate-react-class`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `mocha`, `sinon`

 - remove redundant lodash dev dep (since it’s already a dep)
  • Loading branch information
ljharb committed Jun 1, 2017
1 parent 457a2ac commit 6bef82a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cheerio": "^0.22.0",
"function.prototype.name": "^1.0.0",
"is-subset": "^0.1.1",
"lodash": "^4.17.2",
"lodash": "^4.17.4",
"object-is": "^1.0.1",
"object.assign": "^4.0.4",
"object.entries": "^1.0.3",
Expand All @@ -68,24 +68,24 @@
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-replace-object-assign": "^0.2.1",
"babel-preset-airbnb": "^2.2.3",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"coveralls": "^2.13.0",
"create-react-class": "^15.5.2",
"chai": "^4.0.1",
"coveralls": "^2.13.1",
"create-react-class": "^15.5.3",
"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.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.10.3",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"gitbook-cli": "^1.0.1",
"in-publish": "^2.0.0",
"istanbul": "^1.0.0-alpha.2",
Expand All @@ -97,11 +97,10 @@
"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 Jun 1, 2017

Collaborator

why did lodash move to dependencies?

This comment has been minimized.

Copy link
@nfcampos

nfcampos Jun 1, 2017

Collaborator

oh never mind, I see, it was already there

This comment has been minimized.

Copy link
@ljharb

ljharb Jun 1, 2017

Author Member

yep, npm 5 (4?) was warning because it was both a dep and a dev dep.

"mocha": "^3.1.2",
"mocha": "^3.4.2",
"rimraf": "^2.6.1",
"safe-publish-latest": "^1.1.1",
"sinon": "^1.17.7",
"sinon": "^2.3.2",
"webpack": "^1.13.3"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"no-param-reassign": 0,
"padded-blocks": 0,
"react/no-did-mount-set-state": 0,
"react/no-will-update-set-state": 0,
"react/no-multi-comp": 0,
"react/prefer-es6-class": 0,
"react/prefer-stateless-function": 0,
Expand Down

0 comments on commit 6bef82a

Please sign in to comment.