From fb385ec8b8ed3abcb67f8d3e73107e4c93d5c44f Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 28 Sep 2025 02:39:30 +0200 Subject: [PATCH] fix hot-reload not working --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 614a34d..384f689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@inox-tools/runtime-logger": "^0.6.0", "@tailwindcss/vite": "^4.1.12", "astro": "^5.13.0", - "astro-icon": "^1.1.5", + "astro-icon": "=1.1.2", "bcrypt": "^6.0.0", "daisyui": "^5.0.50", "drizzle-orm": "^0.44.4", @@ -3280,9 +3280,9 @@ } }, "node_modules/astro-icon": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz", - "integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz", + "integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==", "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", diff --git a/package.json b/package.json index 3ebf090..4182872 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@inox-tools/runtime-logger": "^0.6.0", "@tailwindcss/vite": "^4.1.12", "astro": "^5.13.0", - "astro-icon": "^1.1.5", + "astro-icon": "=1.1.2", "bcrypt": "^6.0.0", "daisyui": "^5.0.50", "drizzle-orm": "^0.44.4",