From d41358a8a6269a87dc26888fe45af91228330db2 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Tue, 14 May 2024 10:19:52 +0100 Subject: [PATCH] Upgrade prettier --- tsconfig.json | 4 ++-- yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c880e7f..5b9a941 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "include": ["src/**/*", "__tests__/**/*", "*.js", "./.*.js"], "exclude": [], "compilerOptions": { - "noEmit": true, - }, + "noEmit": true + } } diff --git a/yarn.lock b/yarn.lock index c16bfc9..0069927 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3407,9 +3407,9 @@ prelude-ls@^1.2.1: integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== prettier@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" - integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== + version "3.2.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" + integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== pretty-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"