diff --git a/bun.lockb b/bun.lockb index 2c14890f..be8f9604 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0eea4ebe..ed167707 100644 --- a/package.json +++ b/package.json @@ -45,18 +45,18 @@ "lint:fix": "eslint . --fix" }, "dependencies": { - "@iconify-json/lucide": "^1.2.10", + "@iconify-json/lucide": "^1.2.11", "@iconify-json/vscode-icons": "^1.2.2", "@nuxt/content": "^2.13.4", - "@nuxt/icon": "^1.5.7", + "@nuxt/icon": "^1.6.1", "@nuxt/image": "^1.8.1", "@nuxtjs/color-mode": "^3.5.2", "@nuxtjs/tailwindcss": "^6.12.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "nuxt": "^3.13.2", - "nuxt-og-image": "^3.0.6", - "radix-vue": "^1.9.7", + "nuxt-og-image": "^3.0.8", + "radix-vue": "^1.9.8", "shadcn-nuxt": "^0.10.4", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", @@ -67,11 +67,11 @@ "devDependencies": { "@antfu/eslint-config": "^3.8.0", "@nuxt/devtools": "^1.6.0", - "@vueuse/core": "^11.1.0", - "@vueuse/nuxt": "^11.1.0", - "eslint": "^9.13.0", + "@vueuse/core": "^11.2.0", + "@vueuse/nuxt": "^11.2.0", + "eslint": "^9.14.0", "eslint-plugin-tailwindcss": "^3.17.5", - "shiki": "^1.22.1", - "vue-tsc": "^2.1.6" + "shiki": "^1.22.2", + "vue-tsc": "^2.1.10" } }