From 3105d23e42be84fb74a80f99ce816abb17204d65 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Wed, 29 Apr 2026 15:45:04 +0300 Subject: [PATCH] move TypeScript lint-staged and @astrojs/check to devDependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 887d85f..18715ff 100644 --- a/package.json +++ b/package.json @@ -27,16 +27,16 @@ ] }, "dependencies": { - "@astrojs/check": "^0.9.9", "@tailwindcss/vite": "^4.2.4", "@webtui/css": "^0.1.7", "astro": "^6.1.8", - "tailwindcss": "^4.2.4", - "typescript": "^6.0.3" + "tailwindcss": "^4.2.4" }, "devDependencies": { "@biomejs/biome": "2.4.13", "husky": "^9.1.7", - "lint-staged": "^16.4.0" + "lint-staged": "^16.4.0", + "typescript": "^6.0.3", + "@astrojs/check": "^0.9.9" } }