From 4de221bc7a1c02ebd437469d3a8367e50cf90e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:57:08 +0200 Subject: [PATCH] style: linting issues --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a2ba615..90f93420 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "dependencies": { "cac": "^6.7.14", "minimatch": "^9.0.4", - "typescript": "^5.4.5", - "tinyhighlight": "^0.3.2" + "tinyhighlight": "^0.3.2", + "typescript": "^5.4.5" }, "devDependencies": { "@schoero/configs": "^1.0.16",