From 13f7681611ef6eb241a30a58c8deea5dbb97bc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:08:22 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.12.0 to 6.13.0 in /packages/webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 6.13.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.12.0...v6.13.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 a4afafda..e61ecdc6 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.11.0", - "eslint-config-prettier": "6.12.0", + "eslint-config-prettier": "6.13.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-react": "7.21.4", "husky": "4.3.0",