From 5e9b3e32e0de4909c2ae3173b3ec3a8b4e2d5f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 14:12:54 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 1.17.0 to 1.17.1 Bumps [prettier](https://github.com/prettier/prettier) from 1.17.0 to 1.17.1. - [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.0...1.17.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c70f8254..a2bc6315 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "lint-staged": "^8.1.6", "markdownlint-cli": "^0.16.0", "npm-run-all": "^4.1.5", - "prettier": "^1.17.0", + "prettier": "^1.17.1", "rollup": "^1.11.3", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-terser": "^4.0.4" diff --git a/yarn.lock b/yarn.lock index 9f2ad8c7..24468e00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4823,10 +4823,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^1.17.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008" - integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw== +prettier@^1.17.1: + version "1.17.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.1.tgz#ed64b4e93e370cb8a25b9ef7fef3e4fd1c0995db" + integrity sha512-TzGRNvuUSmPgwivDqkZ9tM/qTGW9hqDKWOE9YHiyQdixlKbv7kvEqsmDPrcHJTKwthU774TQwZXVtaQ/mMsvjg== pretty-format@^24.8.0: version "24.8.0"