Skip to content

Update dependencies #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2016
Merged

Update dependencies #93

merged 1 commit into from
May 27, 2016

Conversation

dblandin
Copy link
Contributor

This updates this engine's npm dependencies for ESLint and our supported ESLint plugins. I've also added an npm shrinkwrap file to lock down the entire dependency tree.

eslint@2.4.0               -> eslint@2.10.2
eslint-config-airbnb@6.0.2 -> eslint-config-airbnb@9.0.1
eslint-plugin-babel@2.1.1  -> eslint-config-airbnb@3.2.0
eslint-plugin-react@4.0.0  -> eslint-config-react@5.1.1

@codeclimate/review 🔎

```
eslint@2.4.0               -> eslint@2.10.2
eslint-config-airbnb@6.0.2 -> eslint-config-airbnb@9.0.1
eslint-plugin-babel@2.1.1  -> eslint-config-airbnb@3.2.0
eslint-plugin-react@4.0.0  -> eslint-config-react@5.1.1
```
},
"devDependencies": {
"chai": "^2.1.0",
"mocha": "^2.3.4",
"chai": "^3.5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be locked as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the dev dependencies can be looser here since they're only used for the test suite.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool - we've seen issues elsewhere with different versions of these being installed, but happy to address that whenever it comes up

@wfleming
Copy link
Contributor

👍

@dblandin dblandin merged commit 70efbc9 into pb-eslint-2 May 27, 2016
@dblandin dblandin deleted the devon/eslint-2 branch May 27, 2016 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants