From 5fd08c73edc72f6973abf2f8b6205a439dd7c478 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Wed, 31 Mar 2021 22:07:29 +0200 Subject: [PATCH] Update prettier to match yaml-language-server Since both yaml-language-server and prettier are included in the bundle, their versions should match for best compatibility. Also code has been formatted using the updated prettier. --- examples/umd/index.html | 10 +++++---- package.json | 6 +++--- scripts/bundle-umd.js | 2 +- src/languageFeatures.ts | 46 ++++++++++++++++++++--------------------- src/workerManager.ts | 6 +++--- src/yamlWorker.ts | 4 ++-- yarn.lock | 5 ----- 7 files changed, 38 insertions(+), 41 deletions(-) diff --git a/examples/umd/index.html b/examples/umd/index.html index 9e9786f..de65adf 100644 --- a/examples/umd/index.html +++ b/examples/umd/index.html @@ -15,7 +15,7 @@