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:
parent
efa8a89f92
commit
55372aa530
@ -13,6 +13,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "^1.15.0",
|
||||
"nuxt": "^3.11.2"
|
||||
"nuxt": "^3.12.4"
|
||||
}
|
||||
}
|
||||
|
19
package.json
19
package.json
@ -113,30 +113,30 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.26.0",
|
||||
"@antfu/ni": "^0.21.12",
|
||||
"@antfu/ni": "^0.22.4",
|
||||
"@types/chroma-js": "^2.4.4",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/fnando__sparkline": "^0.3.7",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"@types/ws": "^8.5.10",
|
||||
"@unlazy/nuxt": "^0.11.2",
|
||||
"@types/ws": "^8.5.12",
|
||||
"@unlazy/nuxt": "^0.11.3",
|
||||
"@unocss/eslint-config": "^0.62.2",
|
||||
"@vue/test-utils": "2.4.5",
|
||||
"bumpp": "^9.4.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"bumpp": "^9.5.1",
|
||||
"consola": "^3.2.3",
|
||||
"eslint": "^9.9.0",
|
||||
"eslint-plugin-format": "^0.1.2",
|
||||
"flat": "^6.0.1",
|
||||
"fs-extra": "^11.2.0",
|
||||
"lint-staged": "^15.2.2",
|
||||
"nuxt": "^3.11.2",
|
||||
"lint-staged": "^15.2.9",
|
||||
"nuxt": "^3.12.4",
|
||||
"prettier": "^3.2.5",
|
||||
"sharp": "^0.33.3",
|
||||
"sharp": "^0.33.5",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"simple-git-hooks": "^2.11.1",
|
||||
"tsx": "^4.7.2",
|
||||
"tsx": "^4.17.0",
|
||||
"typescript": "^5.4.4",
|
||||
"vitest": "2.0.5",
|
||||
"vue-tsc": "^2.0.10"
|
||||
@ -151,6 +151,7 @@
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"nuxt-component-meta": "0.6.4",
|
||||
"unstorage": "^1.10.2",
|
||||
"vitest": "2.0.5",
|
||||
"vue": "^3.4.21"
|
||||
|
@ -13,7 +13,7 @@ useHydratedHead({
|
||||
<template>
|
||||
<MainContent>
|
||||
<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 />
|
||||
<span>{{ t('account.pinned') }}</span>
|
||||
</NuxtLink>
|
||||
|
3541
pnpm-lock.yaml
3541
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user