From bd00da2428aa40aa0a39370894ad4b2a39935b88 Mon Sep 17 00:00:00 2001 From: Gabriellvl <91496499+Gabriellvl@users.noreply.github.com> Date: Fri, 28 Feb 2025 21:52:48 +0100 Subject: [PATCH] fix: comma ontbrak update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8679d04d..7287d706 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "typescript-eslint": "^8.24.1" }, "dependencies": { - "@types/js-yaml": "^4.0.9" + "@types/js-yaml": "^4.0.9", "vue-i18n": "^10.0.5" } }