diff --git a/bun.lockb b/bun.lockb index 6a6e196..e343c04 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/recipe/search.vue b/components/recipe/search.vue index 92ea1fe..7de18bd 100644 --- a/components/recipe/search.vue +++ b/components/recipe/search.vue @@ -14,15 +14,13 @@ - ⌘ - - K - diff --git a/components/recipe/view.vue b/components/recipe/view.vue index 4630118..72dbdf5 100644 --- a/components/recipe/view.vue +++ b/components/recipe/view.vue @@ -15,6 +15,7 @@ const shareRecipe = async (recipe: Recipe) => { url, }); } catch (error) { + console.error(error); alert("Failed to share the recipe."); } } else { diff --git a/package.json b/package.json index 43f19fb..2deb683 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint:fix": "eslint . --fix" }, "dependencies": { - "@nuxt/eslint": "^0.3.10", + "@nuxt/eslint": "^0.7.4", "@nuxt/image": "^1.6.0", "@nuxtjs/robots": "5.0.1", "@trpc/client": "^10.45.2", @@ -29,11 +29,11 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.13", "autoprefixer": "^10.4.19", - "daisyui": "^4.10.2", + "daisyui": "^4.12.23", "nuxt-delay-hydration": "^1.3.8", "postcss": "^8.4.38", - "prettier": "3.2.5", - "prettier-plugin-tailwindcss": "^0.5.14", - "tailwindcss": "^3.4.3" + "prettier": "3.4.2", + "prettier-plugin-tailwindcss": "^0.6.9", + "tailwindcss": "^3.4.17" } }