Skip to content

Commit

Permalink
Merge pull request #109 from algolia/renovate/eslint-config-prettier-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency eslint-config-prettier to v6
  • Loading branch information
samouss committed Jun 26, 2019
2 parents 7dd7e5c + 7bd5791 commit 761b10f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"doctoc": "1.4.0",
"eslint": "5.16.0",
"eslint-config-algolia": "10.1.0",
"eslint-config-prettier": "3.6.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jest": "21.27.2",
"eslint-plugin-prettier": "2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -20,7 +20,7 @@
"babel-eslint": "10.0.2",
"eslint": "5.16.0",
"eslint-config-algolia": "file:../",
"eslint-config-prettier": "3.6.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jest": "21.27.2",
"eslint-plugin-prettier": "2.7.0",
Expand Down
8 changes: 4 additions & 4 deletions sample-project/yarn.lock
Expand Up @@ -382,10 +382,10 @@ escape-string-regexp@^1.0.5:
"eslint-config-algolia@file:..":
version "13.3.0"

eslint-config-prettier@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz#8ca3ffac4bd6eeef623a0651f9d754900e3ec217"
integrity sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==
eslint-config-prettier@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==
dependencies:
get-stdin "^6.0.0"

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -867,10 +867,10 @@ eslint-config-algolia@10.1.0:
eslint-plugin-react "^7.0.1"
prettier "^1.4.4"

eslint-config-prettier@3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz#8ca3ffac4bd6eeef623a0651f9d754900e3ec217"
integrity sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==
eslint-config-prettier@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==
dependencies:
get-stdin "^6.0.0"

Expand Down

0 comments on commit 761b10f

Please sign in to comment.