Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EQuimper committed Apr 19, 2017
1 parent fbc8410 commit 26b7f39
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- Bump Version
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -33,14 +33,14 @@
"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"
},
"peerDependencies": {
"eslint": ">=3.18.0"
}
}
}
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 26b7f39

Please sign in to comment.