From 03190e99290559bf3c2443745fce0a35536ae8bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:49:09 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6ca2bd5..7e5efe4 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "husky": "^5.0.9", "jest": "^26.6.3", "lint-staged": "^10.5.3", - "prettier": "^2.2.1" + "prettier": "^3.0.1" } } diff --git a/yarn.lock b/yarn.lock index 94abb44..0221c74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4419,10 +4419,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" - integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== +prettier@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" + integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== pretty-format@^26.6.2: version "26.6.2"