From e80fbfe50170082e25bad347fe64c20765b023e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Feb 2019 13:21:34 +0000 Subject: [PATCH] Bump eslint-config-prettier from 1.7.0 to 4.0.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 1.7.0 to 4.0.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v1.7.0...v4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6709ddb..9bd79c9 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chai": "^3.2.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", - "eslint-config-prettier": "^1.6.0", + "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-prettier": "^2.0.1", "exports-loader": "^0.6.2", diff --git a/yarn.lock b/yarn.lock index c0c4b4b..1080bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1893,12 +1893,12 @@ eslint-config-airbnb-base@^11.1.3: dependencies: eslint-restricted-globals "^0.1.1" -eslint-config-prettier@^1.6.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-1.7.0.tgz#cda3ce22df1e852daa9370f1f3446e8b8a02ce44" - integrity sha1-zaPOIt8ehS2qk3Dx80Rui4oCzkQ= +eslint-config-prettier@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9" + integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g== dependencies: - get-stdin "^5.0.1" + get-stdin "^6.0.0" eslint-import-resolver-node@^0.3.1: version "0.3.2" @@ -2535,10 +2535,10 @@ generate-object-property@^1.1.0: dependencies: is-property "^1.0.0" -get-stdin@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" - integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= +get-stdin@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" + integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== get-value@^2.0.3, get-value@^2.0.6: version "2.0.6"