From 35c514f87996c43015d9d6d140142a8c4f647405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:01:41 +0000 Subject: [PATCH] Bump eslint-config-prettier from 8.0.0 to 8.1.0 in /packages/webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.0.0...v8.1.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 a16ea0c0..f220b03d 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -37,7 +37,7 @@ "cypress": "6.5.0", "cypress-file-upload": "5.0.2", "eslint": "7.20.0", - "eslint-config-prettier": "8.0.0", + "eslint-config-prettier": "8.1.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-react": "7.22.0", "husky": "4.3.8",