1
0

chore(deps): update devdependencies (#2782)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-08-16 16:20:49 +01:00 committed by GitHub
parent efa8a89f92
commit 55372aa530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1397 additions and 2167 deletions

View File

@ -13,6 +13,6 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt-themes/docus": "^1.15.0", "@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.11.2" "nuxt": "^3.12.4"
} }
} }

View File

@ -113,30 +113,30 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^2.26.0", "@antfu/eslint-config": "^2.26.0",
"@antfu/ni": "^0.21.12", "@antfu/ni": "^0.22.4",
"@types/chroma-js": "^2.4.4", "@types/chroma-js": "^2.4.4",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/fnando__sparkline": "^0.3.7", "@types/fnando__sparkline": "^0.3.7",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9", "@types/js-yaml": "^4.0.9",
"@types/wicg-file-system-access": "^2023.10.5", "@types/wicg-file-system-access": "^2023.10.5",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.12",
"@unlazy/nuxt": "^0.11.2", "@unlazy/nuxt": "^0.11.3",
"@unocss/eslint-config": "^0.62.2", "@unocss/eslint-config": "^0.62.2",
"@vue/test-utils": "2.4.5", "@vue/test-utils": "2.4.6",
"bumpp": "^9.4.0", "bumpp": "^9.5.1",
"consola": "^3.2.3", "consola": "^3.2.3",
"eslint": "^9.9.0", "eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2", "eslint-plugin-format": "^0.1.2",
"flat": "^6.0.1", "flat": "^6.0.1",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.9",
"nuxt": "^3.11.2", "nuxt": "^3.12.4",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"sharp": "^0.33.3", "sharp": "^0.33.5",
"sharp-ico": "^0.1.5", "sharp-ico": "^0.1.5",
"simple-git-hooks": "^2.11.1", "simple-git-hooks": "^2.11.1",
"tsx": "^4.7.2", "tsx": "^4.17.0",
"typescript": "^5.4.4", "typescript": "^5.4.4",
"vitest": "2.0.5", "vitest": "2.0.5",
"vue-tsc": "^2.0.10" "vue-tsc": "^2.0.10"
@ -151,6 +151,7 @@
} }
}, },
"resolutions": { "resolutions": {
"nuxt-component-meta": "0.6.4",
"unstorage": "^1.10.2", "unstorage": "^1.10.2",
"vitest": "2.0.5", "vitest": "2.0.5",
"vue": "^3.4.21" "vue": "^3.4.21"

View File

@ -13,7 +13,7 @@ useHydratedHead({
<template> <template>
<MainContent> <MainContent>
<template #title> <template #title>
<NuxtLink to="/public/pinned" timeline-title-style flex items-center gap-2 @click="$scrollToTop"> <NuxtLink to="/pinned" timeline-title-style flex items-center gap-2 @click="$scrollToTop">
<div i-ri:pushpin-line /> <div i-ri:pushpin-line />
<span>{{ t('account.pinned') }}</span> <span>{{ t('account.pinned') }}</span>
</NuxtLink> </NuxtLink>

File diff suppressed because it is too large Load Diff