update node and packages (#4380)

This commit is contained in:
Pas
2025-12-05 09:53:07 -07:00
committed by GitHub
parent d673e51173
commit e697cd491f
5 changed files with 3282 additions and 3486 deletions

3787
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"packageManager": "pnpm@10.12.2+sha256.07b2396c6c99a93b75b5f9ce22be9285c3b2533c49fec51b349d44798cf56b82",
"type": "module",
"engines": {
"node": "21.7.3"
"node": ">=25.2.1"
},
"scripts": {
"api:build": "nitropack build",
@@ -24,7 +24,7 @@
"@fmhy/components": "^0.0.3",
"@headlessui/vue": "^1.7.23",
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^14.0.0",
"@vueuse/core": "^14.1.0",
"consola": "^3.4.2",
"feed": "^5.1.0",
"itty-fetcher": "^1.0.10",
@@ -32,43 +32,43 @@
"nitropack": "^2.12.9",
"nprogress": "^0.2.0",
"pathe": "^2.0.3",
"reka-ui": "^2.6.0",
"unocss": "66.5.5",
"reka-ui": "^2.6.1",
"unocss": "66.5.10",
"vitepress": "^1.6.4",
"vue": "^3.5.24",
"vue": "^3.5.25",
"x-satori": "^0.4.0",
"zod": "^4.1.12"
"zod": "^4.1.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251107.0",
"@cloudflare/workers-types": "^4.20251202.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@iconify-json/carbon": "^1.2.14",
"@iconify-json/fluent": "^1.2.34",
"@iconify-json/carbon": "^1.2.15",
"@iconify-json/fluent": "^1.2.35",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.10",
"@iconify-json/heroicons-solid": "^1.2.1",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.72",
"@iconify-json/material-symbols": "^1.2.44",
"@iconify-json/lucide": "^1.2.78",
"@iconify-json/material-symbols": "^1.2.49",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/qlementine-icons": "^1.2.11",
"@iconify-json/simple-icons": "^1.2.57",
"@iconify-json/qlementine-icons": "^1.2.12",
"@iconify-json/simple-icons": "^1.2.61",
"@iconify-json/twemoji": "^1.2.4",
"@iconify/utils": "^3.0.2",
"@types/node": "^24.10.0",
"@iconify/utils": "^3.1.0",
"@types/node": "^24.10.1",
"@types/nprogress": "^0.2.3",
"nitro-cloudflare-dev": "^0.2.2",
"prettier": "^3.6.2",
"prettier": "^3.7.4",
"prettier-plugin-pkgsort": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"sass": "^1.93.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"sass": "^1.94.2",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-auto-import": "^20.3.0",
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-pwa": "^1.1.0",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-terminal": "^1.3.0",
"wrangler": "^4.46.0"
"wrangler": "^4.52.1"
},
"pnpm": {
"peerDependencyRules": {

View File

@@ -10,9 +10,9 @@
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.10.5",
"@cloudflare/vitest-pool-workers": "^0.10.13",
"typescript": "^5.9.3",
"vitest": "~3.2.0",
"wrangler": "^4.46.0"
"vitest": "~4.0.15",
"wrangler": "^4.52.1"
}
}

File diff suppressed because it is too large Load Diff

2106
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff