mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
chore: bump deps
This commit is contained in:
parent
96e5da2b79
commit
e100c58485
3 changed files with 785 additions and 1170 deletions
|
@ -28,9 +28,8 @@ export const meta = {
|
||||||
|
|
||||||
export const commitRef =
|
export const commitRef =
|
||||||
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
|
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
|
||||||
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
|
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
|
||||||
process.env.CF_PAGES_COMMIT_SHA
|
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
||||||
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
|
|
||||||
: 'dev'
|
: 'dev'
|
||||||
|
|
||||||
export const feedback = `<a href="/feedback" class="feedback-footer">Made with ❤</a>`
|
export const feedback = `<a href="/feedback" class="feedback-footer">Made with ❤</a>`
|
||||||
|
@ -147,10 +146,6 @@ export const nav: DefaultTheme.NavItem[] = [
|
||||||
link: 'https://github.com/fmhy/bookmarks'
|
link: 'https://github.com/fmhy/bookmarks'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
text: '💐 tasky',
|
|
||||||
link: 'https://tasky.nuxt.dev'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
32
package.json
32
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fmhy",
|
"name": "fmhy",
|
||||||
"packageManager": "pnpm@9.9.0",
|
"packageManager": "pnpm@9.12.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "21.7.3"
|
"node": "21.7.3"
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fmhy/colors": "^0.0.11",
|
"@fmhy/colors": "^0.0.11",
|
||||||
"@fmhy/components": "^0.0.3",
|
"@fmhy/components": "^0.0.3",
|
||||||
"@headlessui/vue": "^1.7.22",
|
"@headlessui/vue": "^1.7.23",
|
||||||
"@resvg/resvg-js": "^2.6.2",
|
"@resvg/resvg-js": "^2.6.2",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"feed": "^4.2.2",
|
"feed": "^4.2.2",
|
||||||
|
@ -33,34 +33,34 @@
|
||||||
"nitropack": "^2.9.7",
|
"nitropack": "^2.9.7",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pathe": "^1.1.2",
|
"pathe": "^1.1.2",
|
||||||
"unocss": "^0.58.9",
|
"unocss": "^0.63.4",
|
||||||
"vitepress": "^1.4.1",
|
"vitepress": "^1.4.1",
|
||||||
"vue": "^3.5.12",
|
"vue": "^3.5.12",
|
||||||
"x-satori": "^0.1.5",
|
"x-satori": "^0.2.0",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.9.3",
|
"@biomejs/biome": "^1.9.3",
|
||||||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
||||||
"@iconify-json/carbon": "^1.1.37",
|
"@iconify-json/carbon": "^1.2.3",
|
||||||
"@iconify-json/heroicons-solid": "^1.1.12",
|
"@iconify-json/heroicons-solid": "^1.2.0",
|
||||||
"@iconify-json/lucide": "^1.1.207",
|
"@iconify-json/lucide": "^1.2.10",
|
||||||
"@iconify-json/mdi": "^1.1.68",
|
"@iconify-json/mdi": "^1.2.1",
|
||||||
"@iconify-json/twemoji": "^1.1.16",
|
"@iconify-json/twemoji": "^1.2.1",
|
||||||
"@taskylizard/biome-config": "^1.0.4",
|
"@taskylizard/biome-config": "^1.0.5",
|
||||||
"@types/node": "^20.15.0",
|
"@types/node": "^20.16.12",
|
||||||
"@types/nprogress": "^0.2.3",
|
"@types/nprogress": "^0.2.3",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"prettier-plugin-pkgsort": "^0.2.1",
|
"prettier-plugin-pkgsort": "^0.2.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.6",
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||||
"sass": "^1.77.8",
|
"sass": "^1.80.1",
|
||||||
"stylelint": "^16.9.0",
|
"stylelint": "^16.10.0",
|
||||||
"stylelint-config-standard-scss": "^13.1.0",
|
"stylelint-config-standard-scss": "^13.1.0",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"unplugin-auto-import": "^0.18.2",
|
"unplugin-auto-import": "^0.18.3",
|
||||||
"vite-plugin-optimize-exclude": "^0.0.1",
|
"vite-plugin-optimize-exclude": "^0.0.1",
|
||||||
"vite-plugin-terminal": "^1.2.0",
|
"vite-plugin-terminal": "^1.2.0",
|
||||||
"wrangler": "^3.68.0"
|
"wrangler": "^3.80.5"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"peerDependencyRules": {
|
"peerDependencyRules": {
|
||||||
|
|
1914
pnpm-lock.yaml
generated
1914
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue