From 767e6d9832897aa1bac8c3d2924d98911905d062 Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Fri, 20 Jan 2017 12:13:28 -0800 Subject: [PATCH 1/2] Minor dependency upgrades --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index cea4216..a7425a4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0fa4175..c77aa99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" From 50fb35d61fb79a41a8c18a8ed0b8f484a65dfdb1 Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Fri, 20 Jan 2017 14:15:54 -0800 Subject: [PATCH 2/2] Update eslint version in README [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5167922..5265522 100644 --- a/README.md +++ b/README.md @@ -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