From f269cd479176069cd00c46b06cc43b9876fc631d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 11 Feb 2025 21:57:01 +0100 Subject: [PATCH] Bug 38664: Bump the version of the prettier plugin It improves the parsing of TT comments, as well as correctly supporting prettier-ignore within TT comments --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64503036b9c..eacf4b016ea 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.26.8", - "@koha-community/prettier-plugin-template-toolkit": "^2.0.1", + "@koha-community/prettier-plugin-template-toolkit": "^2.0.2", "@rspack/cli": "^1.0.1", "@rspack/core": "^1.0.1", "@vue/compiler-sfc": "^3.2.31", -- 2.34.1