Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Aug 13, 2018
1 parent 545a31d commit 12d1b8c
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 221 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -446,11 +446,13 @@ Example configuration:

eslint-config-prettier has been tested with:

- ESLint 4.12.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
- prettier 1.8.2
- eslint-plugin-flowtype 2.39.1
- ESLint 5.3.0
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 1.14.2
- eslint-plugin-flowtype 2.50.0
- eslint-plugin-react 7.10.0
- eslint-plugin-standard 3.0.1
- eslint-plugin-standard 3.1.0

Have new rules been added since those versions? Have we missed any rules? Is
there a plugin you would like to see exclusions for? Open an issue or a pull
Expand Down
4 changes: 1 addition & 3 deletions bin/cli.js
Expand Up @@ -68,9 +68,7 @@ function processString(string) {
)
) {
return {
stderr: `Expected a \`{"rules: {...}"}\` JSON object, but got:\n${
string
}`,
stderr: `Expected a \`{"rules: {...}"}\` JSON object, but got:\n${string}`,
code: 1
};
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -29,20 +29,20 @@
"test": "npm run test:lint && npm run test:ava && npm run test:cli-sanity"
},
"dependencies": {
"get-stdin": "^5.0.1"
"get-stdin": "^6.0.0"
},
"devDependencies": {
"ava": "^0.23.0",
"babel-eslint": "^7.2.3",
"cross-spawn": "^5.1.0",
"ava": "^0.25.0",
"babel-eslint": "^8.2.6",
"cross-spawn": "^6.0.5",
"dedent": "^0.7.0",
"eslint": "^4.12.0",
"eslint": "^5.3.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.8.2",
"eslint-plugin-standard": "^3.1.0",
"prettier": "^1.14.2",
"rimraf": "^2.6.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 12d1b8c

Please sign in to comment.