diff --git a/package.json b/package.json index ef52038c2..f0d45f6ce 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "babel-preset-env": "1.7.0", "eslint": "4.19.1", "eslint-config-algolia": "13.1.0", - "eslint-config-prettier": "2.9.0", + "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.12.0", "eslint-plugin-jest": "21.15.1", "eslint-plugin-prettier": "2.6.0", diff --git a/yarn.lock b/yarn.lock index e48f3b951..5ab19a20b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1706,11 +1706,11 @@ eslint-config-algolia@13.1.0: version "13.1.0" resolved "https://registry.yarnpkg.com/eslint-config-algolia/-/eslint-config-algolia-13.1.0.tgz#88fc2aeab9149dddaee34b4cb00a0acb8cd777b5" -eslint-config-prettier@2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3" +eslint-config-prettier@6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1" dependencies: - get-stdin "^5.0.1" + get-stdin "^6.0.0" eslint-import-resolver-node@^0.3.1: version "0.3.1" @@ -2209,9 +2209,9 @@ get-own-enumerable-property-symbols@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-2.0.1.tgz#5c4ad87f2834c4b9b4e84549dc1e0650fb38c24b" -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" get-stream@^3.0.0: version "3.0.0"