Skip to content

Commit 5cf8537

Browse files
committed
chore: update dependencies versions and fix blgo post image display
1 parent 7bfc0b2 commit 5cf8537

3 files changed

Lines changed: 1712 additions & 660 deletions

File tree

app/pages/posts/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (post.value.image?.src) {
6060
v-if="post.image?.src"
6161
:src="post.image.src"
6262
:alt="post.title"
63-
class="post-cover-image w-full rounded-lg shadow-lg mb-8"
63+
class="mt-8 w-full object-cover rounded-lg aspect-[16/9]"
6464
/>
6565

6666
<UPageHeader

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "TechWatching-dev",
2+
"name": "techwatching-dev",
33
"private": true,
44
"type": "module",
55
"scripts": {
@@ -12,36 +12,36 @@
1212
},
1313
"dependencies": {
1414
"@giscus/vue": "^3.1.1",
15-
"@iconify-json/lucide": "^1.2.75",
16-
"@iconify-json/simple-icons": "^1.2.60",
17-
"@nuxt/content": "^3.8.2",
15+
"@iconify-json/lucide": "^1.2.82",
16+
"@iconify-json/simple-icons": "^1.2.64",
17+
"@nuxt/content": "^3.10.0",
1818
"@nuxt/hints": "1.0.0-alpha.4",
1919
"@nuxt/image": "^2.0.0",
2020
"@nuxt/scripts": "0.13.2",
21-
"@nuxt/ui": "^4.2.1",
21+
"@nuxt/ui": "^4.3.0",
2222
"@nuxtjs/seo": "^3.3.0",
23-
"@standard-schema/spec": "^1.0.0",
24-
"@unhead/vue": "^2.0.19",
25-
"@vueuse/nuxt": "^13.9.0",
26-
"better-sqlite3": "^12.4.6",
23+
"@standard-schema/spec": "^1.1.0",
24+
"@unhead/vue": "^2.1.1",
25+
"@vueuse/nuxt": "^14.1.0",
26+
"better-sqlite3": "^12.5.0",
2727
"feed": "^5.1.0",
2828
"just-kebab-case": "^4.2.0",
2929
"nuxt": "^4.2.2",
30-
"posthog-js": "^1.310.1",
30+
"posthog-js": "^1.311.0",
3131
"submitjson": "^0.13.0",
3232
"ufo": "^1.6.1",
33-
"zod": "^4.1.13"
33+
"zod": "^4.2.1"
3434
},
3535
"devDependencies": {
3636
"@iconify-json/fluent-emoji-flat": "^1.2.5",
3737
"@iconify-json/heroicons": "^1.2.3",
3838
"@iconify-json/ph": "^1.2.2",
3939
"@iconify-json/vscode-icons": "^1.2.37",
40-
"@nuxt/eslint": "^1.10.0",
40+
"@nuxt/eslint": "^1.12.1",
4141
"@stefanobartoletti/nuxt-social-share": "^2.3.0",
42-
"eslint": "^9.39.1",
42+
"eslint": "^9.39.2",
4343
"typescript": "^5.9.3",
44-
"vue-tsc": "^3.1.5"
44+
"vue-tsc": "^3.2.1"
4545
},
46-
"packageManager": "pnpm@10.23.0"
46+
"packageManager": "pnpm@10.27.0"
4747
}

0 commit comments

Comments
 (0)