From 908e33026d36d79dc5062685190f6bccec7946d4 Mon Sep 17 00:00:00 2001 From: Mitch Ryan Date: Thu, 31 Jan 2019 13:21:16 +1300 Subject: [PATCH] Bump Prettier to latest --- package.json | 10 +++++++--- yarn.lock | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 53992e58..7218d1f1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,9 @@ "accessible", "accessibility" ], - "authors": ["Vincent Audebert "], + "authors": [ + "Vincent Audebert " + ], "contributors": [ { "name": "Mitch Ryan", @@ -89,7 +91,7 @@ "jest-environment-puppeteer": "^3.8.0", "lint-staged": "^8.1.0", "mini-css-extract-plugin": "^0.5.0", - "prettier": "^1.15.3", + "prettier": "^1.16.2", "puppeteer": "^1.11.0", "raf": "^3.4.0", "react": "^16.4.0", @@ -126,7 +128,9 @@ }, "lint-staged": { "linters": { - "*.{ts,tsx}": ["yarn lint"] + "*.{ts,tsx}": [ + "yarn lint" + ] } } } diff --git a/yarn.lock b/yarn.lock index b7db5d3c..685d0d26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6417,10 +6417,10 @@ preserve@^0.2.0: resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= -prettier@^1.15.3: - version "1.15.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.15.3.tgz#1feaac5bdd181237b54dbe65d874e02a1472786a" - integrity sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg== +prettier@^1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.2.tgz#f60bc5929a7f9a05260cc88d5430391100092414" + integrity sha512-vBMdCn1LjrFi2CpBsiWVKOq+WP9poXDTIGPe2sG3eE33LQ3b6IUgmaMjLZKKY+frD/8FqPeEK1qAx9mOV8iruA== pretty-error@^2.0.2: version "2.1.1"