From 6d42fd12e4ad6d60f432f6711c24bc35692891ea Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Fri, 8 Jun 2018 15:06:04 -0300 Subject: [PATCH] Bump Prettier dependency to 1.13.5 --- CHANGELOG.md | 2 +- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9334ae..ce8baf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Better handling of trailing spaces in Markdown ([#4593](https://github.com/prettier/prettier/pull/4593)) - Fix empty file error in JSON and GraphQL ([#4553](https://github.com/prettier/prettier/pull/4553)) - Preserve decorator on TypeScript interfaces ([#4632](https://github.com/prettier/prettier/pull/4632)) -- Inline _ or $ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621)) +- Inline \_ or $ in the root of a method chain ([#4621](https://github.com/prettier/prettier/pull/4621)) # 1.13.4 diff --git a/package.json b/package.json index 917f00b5..389eb53b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react": "7.7.0", "jest": "21.1.0", "mkdirp": "0.5.1", - "prettier": "1.13.4", + "prettier": "1.13.5", "prettylint": "1.0.0", "rimraf": "2.6.2", "rollup": "0.47.6", diff --git a/yarn.lock b/yarn.lock index 3f0af11d..1a78c3a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4435,9 +4435,9 @@ preserve@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" -prettier@1.13.4: - version "1.13.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.4.tgz#31bbae6990f13b1093187c731766a14036fa72e6" +prettier@1.13.5: + version "1.13.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.5.tgz#7ae2076998c8edce79d63834e9b7b09fead6bfd0" pretty-format@21.3.0-beta.15: version "21.3.0-beta.15"