From f8763d812e2a7c7f9b2d28ff3e502693419f859e Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Feb 2026 23:59:52 +0100 Subject: [PATCH] fix: correct package.json indentation after dependency removal --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 1c7280995..504f06482 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@fortawesome/free-regular-svg-icons": "7.1.0", "@fortawesome/free-solid-svg-icons": "7.1.0", "@fortawesome/vue-fontawesome": "3.1.3", -"@intlify/unplugin-vue-i18n": "11.0.3", + "@intlify/unplugin-vue-i18n": "11.0.3", "@kyvg/vue3-notification": "3.4.2", "@sentry/vue": "10.36.0", "@tiptap/core": "3.17.0",