From 26b7f399dd27b307b0c64d37237fd6d016405975 Mon Sep 17 00:00:00 2001 From: EQuimper Date: Wed, 19 Apr 2017 12:42:46 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++-- package.json | 10 +++++----- yarn.lock | 25 ++++++++++--------------- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6779e2..990ad9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,11 @@ ## [1.6.1] - 2017-03-30 -### Fix +### Updated +- Max-Length 100 -> 150 + +## [1.6.3] - 2017-04-19 ### Updated -- Max-Length 100 -> 150 \ No newline at end of file + +- Bump Version \ No newline at end of file diff --git a/package.json b/package.json index 1545680..71c3b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-equimper", - "version": "1.6.2", + "version": "1.6.3", "description": "Eslint config with less rule for react & react-native working with es7. Base of Airbnb", "main": "index.js", "repository": { @@ -33,9 +33,9 @@ "react eslint" ], "dependencies": { - "babel-eslint": "^7.2.1", - "eslint": "^3.18.0", - "eslint-plugin-class-property": "^1.0.3", + "babel-eslint": "^7.2.2", + "eslint": "^3.19.0", + "eslint-plugin-class-property": "^1.0.6", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^4.0.0", "eslint-plugin-react": "^6.10.3" @@ -43,4 +43,4 @@ "peerDependencies": { "eslint": ">=3.18.0" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 6b2a21e..f387602 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,9 +84,9 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: esutils "^2.0.2" js-tokens "^3.0.0" -babel-eslint@^7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.1.tgz#079422eb73ba811e3ca0865ce87af29327f8c52f" +babel-eslint@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-7.2.2.tgz#0da2cbe6554fd0fb069f19674f2db2f9c59270ff" dependencies: babel-code-frame "^6.22.0" babel-traverse "^6.23.1" @@ -378,12 +378,11 @@ eslint-module-utils@^2.0.0: debug "2.2.0" pkg-dir "^1.0.0" -eslint-plugin-class-property@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-class-property/-/eslint-plugin-class-property-1.0.3.tgz#aa40b61c8de3e6370669493b640d1949caa5fbdc" +eslint-plugin-class-property@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-class-property/-/eslint-plugin-class-property-1.0.6.tgz#c3bc3fc4207b283bf82e69e3dd1b6e2491a57623" dependencies: - eslint "^3.13.0" - requireindex "~1.1.0" + eslint "^3.19.0" eslint-plugin-import@^2.2.0: version "2.2.0" @@ -421,9 +420,9 @@ eslint-plugin-react@^6.10.3: jsx-ast-utils "^1.3.4" object.assign "^4.0.4" -eslint@^3.13.0, eslint@^3.18.0: - version "3.18.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.18.0.tgz#647e985c4ae71502d20ac62c109f66d5104c8a4b" +eslint@^3.19.0: + version "3.19.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc" dependencies: babel-code-frame "^6.16.0" chalk "^1.1.3" @@ -940,10 +939,6 @@ require-uncached@^1.0.2: caller-path "^0.1.0" resolve-from "^1.0.0" -requireindex@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162" - resolve-from@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226"