mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 10:36:43 +00:00
update dependencies
This commit is contained in:
parent
b7aca38912
commit
29db641392
4 changed files with 8 additions and 9 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -14,15 +14,13 @@
|
|||
<kbd
|
||||
class="hidden md:inline-block kbd kbd-sm"
|
||||
:class="{ 'opacity-50': !isFocused }"
|
||||
>⌘</kbd
|
||||
>
|
||||
⌘
|
||||
</kbd>
|
||||
<kbd
|
||||
class="hidden md:inline-block kbd kbd-sm"
|
||||
:class="{ 'opacity-50': !isFocused }"
|
||||
>K</kbd
|
||||
>
|
||||
K
|
||||
</kbd>
|
||||
</label>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ const shareRecipe = async (recipe: Recipe) => {
|
|||
url,
|
||||
});
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
alert("Failed to share the recipe.");
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
10
package.json
10
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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue