diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index f507768f4..0f09eedf6 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -28,9 +28,8 @@ export const meta = { export const commitRef = process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA - ? `${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}` + ? `${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}` : 'dev' export const feedback = `Made with ❤` @@ -147,10 +146,6 @@ export const nav: DefaultTheme.NavItem[] = [ link: 'https://github.com/fmhy/bookmarks' } ] - }, - { - text: '💐 tasky', - link: 'https://tasky.nuxt.dev' } ] diff --git a/package.json b/package.json index 4f1dbced3..d46e34b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fmhy", - "packageManager": "pnpm@9.9.0", + "packageManager": "pnpm@9.12.2", "type": "module", "engines": { "node": "21.7.3" @@ -24,7 +24,7 @@ "dependencies": { "@fmhy/colors": "^0.0.11", "@fmhy/components": "^0.0.3", - "@headlessui/vue": "^1.7.22", + "@headlessui/vue": "^1.7.23", "@resvg/resvg-js": "^2.6.2", "consola": "^3.2.3", "feed": "^4.2.2", @@ -33,34 +33,34 @@ "nitropack": "^2.9.7", "nprogress": "^0.2.0", "pathe": "^1.1.2", - "unocss": "^0.58.9", + "unocss": "^0.63.4", "vitepress": "^1.4.1", "vue": "^3.5.12", - "x-satori": "^0.1.5", + "x-satori": "^0.2.0", "zod": "^3.23.8" }, "devDependencies": { "@biomejs/biome": "^1.9.3", "@ianvs/prettier-plugin-sort-imports": "^4.3.1", - "@iconify-json/carbon": "^1.1.37", - "@iconify-json/heroicons-solid": "^1.1.12", - "@iconify-json/lucide": "^1.1.207", - "@iconify-json/mdi": "^1.1.68", - "@iconify-json/twemoji": "^1.1.16", - "@taskylizard/biome-config": "^1.0.4", - "@types/node": "^20.15.0", + "@iconify-json/carbon": "^1.2.3", + "@iconify-json/heroicons-solid": "^1.2.0", + "@iconify-json/lucide": "^1.2.10", + "@iconify-json/mdi": "^1.2.1", + "@iconify-json/twemoji": "^1.2.1", + "@taskylizard/biome-config": "^1.0.5", + "@types/node": "^20.16.12", "@types/nprogress": "^0.2.3", "prettier": "^3.3.3", "prettier-plugin-pkgsort": "^0.2.1", - "prettier-plugin-tailwindcss": "^0.6.6", - "sass": "^1.77.8", - "stylelint": "^16.9.0", + "prettier-plugin-tailwindcss": "^0.6.8", + "sass": "^1.80.1", + "stylelint": "^16.10.0", "stylelint-config-standard-scss": "^13.1.0", "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-terminal": "^1.2.0", - "wrangler": "^3.68.0" + "wrangler": "^3.80.5" }, "pnpm": { "peerDependencyRules": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2790d876..f684063cf 100644 Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ