From e7d91f0371b120d281c0f984cdecd12178951237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 09:06:48 -0400 Subject: [PATCH] Bump prettier from 1.17.0 to 1.17.1 (#2893) 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 1d099114a..d1d5f62c0 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "lint-staged": "^8.1.6", "preact-render-spy": "^1.3.0", "preact-render-to-json": "^3.6.6", - "prettier": "^1.17.0", + "prettier": "^1.17.1", "webpack-dev-server": "^2.11.3" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index b3166a687..2c6735ef7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9065,10 +9065,10 @@ preserve@^0.2.0: resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= -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-error@^2.0.2: version "2.1.1"