diff --git a/bun.lockb b/bun.lockb index 79697d9..7411180 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/blog/BlogCard.vue b/components/blog/BlogCard.vue index 2c590eb..76965df 100644 --- a/components/blog/BlogCard.vue +++ b/components/blog/BlogCard.vue @@ -8,7 +8,7 @@ const props = defineProps({
{{ doc?.description }} diff --git a/nuxt.config.ts b/nuxt.config.ts index 48094e7..1a320de 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -87,4 +87,4 @@ export default defineNuxtConfig({ webpack: { optimizeCSS: true, }, -}) +}) \ No newline at end of file diff --git a/package.json b/package.json index 6669e31..acf6497 100755 --- a/package.json +++ b/package.json @@ -9,23 +9,27 @@ "postinstall": "nuxt prepare" }, "devDependencies": { - "@nuxt/devtools": "^1.6.0", - "@nuxt/image": "^1.8.1", + "@nuxt/devtools": "^1.7.0", + "@nuxt/image": "^1.10.0", "@types/rss": "^0.0.32", - "autoprefixer": "^10.4.20", - "nuxt": "^3.14.159", + "autoprefixer": "^10.4.21", + "nuxt": "^3.17.5", "nuxt-icon": "^0.6.10", - "postcss": "^8.4.49", + "postcss": "^8.5.4", "rss": "^1.2.2", "sitemap": "^7.1.2", - "tailwindcss": "^3.4.14" + "tailwindcss": "^3.4.17" }, "dependencies": { "@nuxt/content": "^2.13.4", - "sharp": "^0.33.5", + "caniuse-lite": "^1.0.30001721", + "sharp": "^0.34.2", "xml": "^1.0.1" }, "trustedDependencies": [ - "@parcel/watcher" + "@parcel/watcher", + "esbuild", + "sharp", + "vue-demi" ] }