Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Nov 29, 2024
1 parent aa0db3e commit ff61069
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const { themeClass, radius } = useThemes();
useSeoMeta({
description: config.value.site.description,
ogDescription: config.value.site.description,
ogImage: config.value.site.ogImage,
twitterCard: 'summary_large_image',
});
Expand Down
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,34 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.15",
"@iconify-json/vscode-icons": "^1.2.2",
"@iconify-json/lucide": "^1.2.17",
"@iconify-json/vscode-icons": "^1.2.3",
"@nuxt/content": "^2.13.4",
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^3.1.0",
"nuxt-og-image": "^4.0.0",
"radix-vue": "^1.9.10",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.11.2",
"@nuxt/devtools": "^1.6.1",
"@nuxt/kit": "^3.14.1592",
"@vueuse/core": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"eslint": "^9.15.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"shiki": "^1.23.1",
"shiki": "^1.24.0",
"vue-tsc": "^2.1.10"
}
}

0 comments on commit ff61069

Please sign in to comment.