From 739e7017d0564672a5306c87aac820c2e37db1a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 11:57:42 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.11.0 to 6.12.0 in /packages/webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.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.11.0...v6.12.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 2484e9bc..3b226b88 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -39,7 +39,7 @@ "cypress": "5.3.0", "cypress-file-upload": "4.1.1", "eslint": "7.10.0", - "eslint-config-prettier": "6.11.0", + "eslint-config-prettier": "6.12.0", "eslint-plugin-cypress": "2.11.1", "eslint-plugin-react": "7.20.6", "husky": "4.3.0",