Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Aug 22, 2024
1 parent ea92bf1 commit 2b1d0a6
Show file tree
Hide file tree
Showing 3 changed files with 1,508 additions and 1,851 deletions.
2 changes: 1 addition & 1 deletion app/pages/map/[code].vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ useSeo({
<template #default="{ item: story }">
<div class="card h-100 border-2" :class="{ 'border-primary': currentStory?.id === story.id }" role="button" @click="openStory(story)">
<div class="overflow-hidden scale-hover">
<img :src="`${getStoryImage(story.hash)}?updated=${story.updatedAt}`" class="card-img-top">
<img :src="`${getStoryImage(story.hash!)}?updated=${story.updatedAt}`" class="card-img-top">
</div>
<div class="card-footer">
<small class="text-body-secondary">
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"test:types": "vue-tsc --noEmit"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240815.0",
"@cloudflare/workers-types": "^4.20240821.1",
"@dargmuesli/nuxt-cookie-control": "^8.4.8",
"@nuxt/eslint": "^0.5.0",
"@nuxt/icon": "^1.4.5",
"@nuxt/eslint": "^0.5.2",
"@nuxt/icon": "^1.4.8",
"@nuxthub/core": "^0.7.3",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/sitemap": "^5.3.5",
Expand All @@ -49,13 +49,13 @@
"@vuepic/vue-datepicker": "^9.0.2",
"@yeger/vue-masonry-wall": "^5.0.14",
"bootstrap": "^5.3.3",
"drizzle-kit": "^0.24.0",
"drizzle-kit": "^0.24.1",
"drizzle-orm": "^0.33.0",
"eslint": "^9.9.0",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^4.0.0",
"nodemailer": "^6.9.14",
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.4",
"nuxt-twemoji": "3.6.1",
"nuxt-webhook-validators": "^0.0.6",
Expand All @@ -67,8 +67,8 @@
"vitepress": "^1.3.3",
"vue-draggable-next": "^2.2.1",
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.0",
"wrangler": "^3.72.2",
"zod": "^3.23.8"
},
"packageManager": "pnpm@9.7.1"
"packageManager": "pnpm@9.8.0"
}
Loading

0 comments on commit 2b1d0a6

Please sign in to comment.