From 34d8c8938c98a4287a1dddfda7d2cfa514b435a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 07:24:57 +0000 Subject: [PATCH] :arrow_up: Bump prettier from 2.1.2 to 2.2.0 (#627) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe41dcc..139a9d2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "jsonlint": "^1.6.3", "lint-staged": "^10.0.0-1", "next": "^10.0.0", - "prettier": "2.1.2", + "prettier": "2.2.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-test-renderer": "^17.0.1" diff --git a/yarn.lock b/yarn.lock index 0842184..5933e09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5220,10 +5220,10 @@ prelude-ls@~1.1.2: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= -prettier@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" - integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== +prettier@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b" + integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw== pretty-format@^26.6.2: version "26.6.2"