From f881e2fb3df0a5e6e11f54759265f00176b04044 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 15:36:18 +0100 Subject: [PATCH] Bump eslint-plugin-prettier from 3.1.1 to 3.1.2 (#58) Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15e2f84..803f472 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^6.4.0", "eslint-config-prettier": "^6.3.0", "eslint-plugin-jest": "^22.2.2", - "eslint-plugin-prettier": "^3.0.1", + "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.11.1", "file-loader": "^5.0.2", "html-webpack-plugin": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 1184455..4275b77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2938,10 +2938,10 @@ eslint-plugin-jest@^22.2.2: dependencies: "@typescript-eslint/experimental-utils" "^1.13.0" -eslint-plugin-prettier@^3.0.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.1.tgz#507b8562410d02a03f0ddc949c616f877852f2ba" - integrity sha512-A+TZuHZ0KU0cnn56/9mfR7/KjUJ9QNVXUhwvRFSR7PGPe0zQR6PTkmyqg1AtUUEOzTqeRsUwyKFh0oVZKVCrtA== +eslint-plugin-prettier@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" + integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== dependencies: prettier-linter-helpers "^1.0.0"