From d3f7492ad321baeadc72998bf3dcb5f19e7c5f48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 19:52:15 +0000 Subject: [PATCH] Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.0.0 (#5932) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 7.0.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/v6.15.0...v7.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24105df60a..95213023a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14691,13 +14691,10 @@ } }, "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - } + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz", + "integrity": "sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==", + "dev": true }, "eslint-config-react-app": { "version": "5.2.1", diff --git a/package.json b/package.json index 954a65fa8a..e11c4550cc 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "danger-plugin-no-test-shortcuts": "^2.0.0", "deepmerge": "^4.2.2", "eslint": "^7.15.0", - "eslint-config-prettier": "^6.15.0", + "eslint-config-prettier": "^7.0.0", "eslint-config-standard": "^16.0.2", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-chai-friendly": "^0.6.0",