From f9e561905344c6a5afad082c8fa0ba768dc1197d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 18 May 2019 04:15:16 +0000 Subject: [PATCH] Bump eslint-config-prettier from 4.1.0 to 4.3.0 in /frontend Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.1.0 to 4.3.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/v4.1.0...v4.3.0) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ec51580..532eb6b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.12.1", "eslint-config-airbnb-base": "^13.1.0", - "eslint-config-prettier": "^4.1.0", + "eslint-config-prettier": "^4.3.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jest": "^22.4.1", "eslint-plugin-prettier": "^3.0.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d184c04..13aa493 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3726,10 +3726,10 @@ eslint-config-airbnb-base@^13.1.0: object.assign "^4.1.0" object.entries "^1.0.4" -eslint-config-prettier@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395" - integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w== +eslint-config-prettier@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.3.0.tgz#c55c1fcac8ce4518aeb77906984e134d9eb5a4f0" + integrity sha512-sZwhSTHVVz78+kYD3t5pCWSYEdVSBR0PXnwjDRsUs8ytIrK8PLXw+6FKp8r3Z7rx4ZszdetWlXYKOHoUrrwPlA== dependencies: get-stdin "^6.0.0"