Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-prettier to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 10, 2019
1 parent 61eb4fc commit 6a4ed7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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": "6.2.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-import": "2.18.2",
"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.3",
"eslint": "5.16.0",
"eslint-config-algolia": "file:../",
"eslint-config-prettier": "6.2.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jest": "21.27.2",
"eslint-plugin-prettier": "2.7.0",
Expand Down
10 changes: 5 additions & 5 deletions sample-project/yarn.lock
Expand Up @@ -408,12 +408,12 @@ escape-string-regexp@^1.0.5:
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

"eslint-config-algolia@file:..":
version "13.4.0"
version "14.0.1"

eslint-config-prettier@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==
eslint-config-prettier@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.3.0.tgz#e73b48e59dc49d950843f3eb96d519e2248286a3"
integrity sha512-EWaGjlDAZRzVFveh2Jsglcere2KK5CJBhkNSa1xs3KfMUGdRiT7lG089eqPdvlzWHpAqaekubOsOMu8W8Yk71A==
dependencies:
get-stdin "^6.0.0"

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

eslint-config-prettier@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==
eslint-config-prettier@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.3.0.tgz#e73b48e59dc49d950843f3eb96d519e2248286a3"
integrity sha512-EWaGjlDAZRzVFveh2Jsglcere2KK5CJBhkNSa1xs3KfMUGdRiT7lG089eqPdvlzWHpAqaekubOsOMu8W8Yk71A==
dependencies:
get-stdin "^6.0.0"

Expand Down

0 comments on commit 6a4ed7e

Please sign in to comment.