From 6bfb98a9c754d601f4095c686199512d9e7babbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 10:26:10 +0000 Subject: [PATCH] Bump eslint-config-prettier from 8.1.0 to 8.2.0 in /packages/webapp Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.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.1.0...v8.2.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 c920b110..f4084fff 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -38,7 +38,7 @@ "cypress": "^6.6.0", "cypress-file-upload": "5.0.3", "eslint": "7.22.0", - "eslint-config-prettier": "8.1.0", + "eslint-config-prettier": "8.2.0", "eslint-plugin-cypress": "2.11.2", "eslint-plugin-react": "7.23.0", "husky": "4.3.8",