From dee076b873b904eee4182eaf0fccc6eff438f1ac Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 30 May 2025 19:06:43 +0200 Subject: [PATCH] chore: move astro-icon, pathe to devDeps --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f23e7ad..b36af53 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@iconify-json/tabler": "^1.2.18", "@typescript-eslint/parser": "^8.29.1", "astro": "^5.6.1", + "astro-icon": "^1.1.5", "astro-eslint-parser": "^1.2.2", "astro-github-stats": "^0.8.0", "consola": "^3.4.2", @@ -41,6 +42,7 @@ "husky": "^9.1.7", "jiti": "^2.4.2", "lint-staged": "^15.5.1", + "pathe": "^2.0.3", "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1", "rehype-stringify": "^10.0.1", @@ -58,9 +60,5 @@ "*.json": [ "prettier --write" ] - }, - "dependencies": { - "astro-icon": "^1.1.5", - "pathe": "^2.0.3" } }