Skip to content

Commit

Permalink
Merge pull request #93 from algolia/renovate/eslint-config-prettier-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency eslint-config-prettier to v3
  • Loading branch information
samouss committed Aug 27, 2018
2 parents f2ad2bf + eda6e24 commit 181ab61
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"doctoc": "1.3.1",
"eslint": "5.4.0",
"eslint-config-algolia": "10.1.0",
"eslint-config-prettier": "2.10.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.22.0",
"eslint-plugin-prettier": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -20,7 +20,7 @@
"babel-eslint": "8.2.6",
"eslint": "5.4.0",
"eslint-config-algolia": "file:../",
"eslint-config-prettier": "2.10.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "21.22.0",
"eslint-plugin-prettier": "2.6.2",
Expand Down
14 changes: 7 additions & 7 deletions sample-project/yarn.lock
Expand Up @@ -366,11 +366,11 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
"eslint-config-algolia@file:..":
version "13.1.0"

eslint-config-prettier@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b"
eslint-config-prettier@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-import-resolver-node@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -625,9 +625,9 @@ functional-red-black-tree@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

glob@^7.0.3, glob@^7.0.5:
version "7.1.1"
Expand Down
12 changes: 8 additions & 4 deletions yarn.lock
Expand Up @@ -701,11 +701,11 @@ eslint-config-algolia@10.1.0:
eslint-plugin-react "^7.0.1"
prettier "^1.4.4"

eslint-config-prettier@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.10.0.tgz#ec07bc1d01f87d09f61d3840d112dc8a9791e30b"
eslint-config-prettier@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-config-prettier@^2.1.1:
version "2.1.1"
Expand Down Expand Up @@ -1068,6 +1068,10 @@ get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"

get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

git-raw-commits@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5"
Expand Down

0 comments on commit 181ab61

Please sign in to comment.