diff --git a/bun.lockb b/bun.lockb index 1c26807..bd34815 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9f98309..1437f94 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,14 @@ "docs:preview": "vitepress preview" }, "devDependencies": { - "@biomejs/biome": "^1.7.1", - "vitepress": "^1.1.0" + "@biomejs/biome": "^1.8.3", + "vitepress": "^1.3.1" }, - "trustedDependencies": ["@biomejs/biome"], + "trustedDependencies": ["@biomejs/biome", "esbuild", "vue-demi"], "dependencies": { - "@tailwindcss/vite": "^4.0.0-alpha.14", - "@vueuse/core": "^10.9.0", + "@tailwindcss/vite": "^4.0.0-alpha.17", + "@vueuse/core": "^10.11.0", "iconify-icon": "^2.1.0", - "tailwindcss": "^4.0.0-alpha.14" + "tailwindcss": "^4.0.0-alpha.17" } }