Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Oct 17, 2024
1 parent 96e5da2 commit e100c58
Show file tree
Hide file tree
Showing 3 changed files with 773 additions and 1,158 deletions.
9 changes: 2 additions & 7 deletions docs/.vitepress/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ export const meta = {

export const commitRef =
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
: 'dev'

export const feedback = `<a href="/feedback" class="feedback-footer">Made with ❤</a>`
Expand Down Expand Up @@ -147,10 +146,6 @@ export const nav: DefaultTheme.NavItem[] = [
link: 'https://github.com/fmhy/bookmarks'
}
]
},
{
text: '💐 tasky',
link: 'https://tasky.nuxt.dev'
}
]

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmhy",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.2",
"type": "module",
"engines": {
"node": "21.7.3"
Expand All @@ -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",
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit e100c58

Please sign in to comment.