From a3795fb26df1328118655328323294cb0ce90859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 11:18:13 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.13.0 to 6.14.0 in /packages/webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.13.0 to 6.14.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/v6.13.0...v6.14.0) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 2f674cad..7ace84aa 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -39,7 +39,7 @@ "cypress": "5.4.0", "cypress-file-upload": "4.1.1", "eslint": "7.12.0", - "eslint-config-prettier": "6.13.0", + "eslint-config-prettier": "6.14.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-react": "7.21.4", "husky": "4.3.0",