From 4e968e72da5b153866b8b44a95b0834927c8b1ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 01:41:04 +0000 Subject: [PATCH] build(deps-dev): bump prettier from 1.17.1 to 2.1.0 Bumps [prettier](https://github.com/prettier/prettier) from 1.17.1 to 2.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.17.1...2.1.0) 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 3f97d4d..6d34229 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "commitizen": "^3.1.1", "cz-conventional-changelog": "^2.1.0", "husky": "^2.3.0", - "prettier": "^1.17.1", + "prettier": "^2.1.0", "pretty-quick": "^1.11.0", "remark": "^10.0.1", "semantic-release": "^15.13.12", diff --git a/yarn.lock b/yarn.lock index 9eb710c..c316a8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7873,10 +7873,10 @@ prepend-http@^2.0.0: resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= -prettier@^1.17.1: - version "1.17.1" - resolved "https://registry.npmjs.org/prettier/-/prettier-1.17.1.tgz#ed64b4e93e370cb8a25b9ef7fef3e4fd1c0995db" - integrity sha512-TzGRNvuUSmPgwivDqkZ9tM/qTGW9hqDKWOE9YHiyQdixlKbv7kvEqsmDPrcHJTKwthU774TQwZXVtaQ/mMsvjg== +prettier@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.0.tgz#5a9789f767a243118c60f3e56d95cb6544914fbb" + integrity sha512-lz28cCbA1cDFHVuY8vvj6QuqOwIpyIfPUYkSl8AZ/vxH8qBXMMjE2knfLHCrZCmUsK/H1bg1P0tOo0dJkTJHvw== pretty-format@^23.6.0: version "23.6.0"