Skip to content

Commit

Permalink
Merge pull request #46 from CodingZeal/chores/update-dependencies
Browse files Browse the repository at this point in the history
Minor dependency upgrades
  • Loading branch information
randycoulman committed Jan 23, 2017
2 parents 9c02232 + 50fb35d commit 1983357
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ or, if your webpack config file is not in the default location:

This plugin contains all of the rules available in:

* [ESLint](http://eslint.org/): 3.13.0
* [ESLint](http://eslint.org/): 3.13.1
* [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react): 6.9.0
* [eslint-plugin-react-native](https://github.com/intellicode/eslint-plugin-react-native): 2.2.1
* [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import): 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.0",
"eslint": "^3.13.1",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-react-native": "^2.2.1",
"npm-run-all": "^4.0.0"
"npm-run-all": "^4.0.1"
},
"peerDependencies": {
"babel-eslint": "^7.1.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ eslint@3.12.0:
text-table "~0.2.0"
user-home "^2.0.0"

eslint@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.13.0.tgz#636925fd163c9babe2e8be7ae43caf518d469577"
eslint@^3.13.1:
version "3.13.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.13.1.tgz#564d2646b5efded85df96985332edd91a23bff25"
dependencies:
babel-code-frame "^6.16.0"
chalk "^1.1.3"
Expand Down Expand Up @@ -954,9 +954,9 @@ normalize-package-data@^2.3.2:
semver "2 || 3 || 4 || 5"
validate-npm-package-license "^3.0.1"

npm-run-all@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.0.0.tgz#6c729dc9fb46b610b435039568bc7469ae7356fe"
npm-run-all@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.0.1.tgz#f10144d20b57ed9bbf6c36a8de9502e0b80f2b4e"
dependencies:
chalk "^1.1.3"
cross-spawn "^5.0.1"
Expand Down

0 comments on commit 1983357

Please sign in to comment.