chore: upgrade version

This commit is contained in:
ccbikai
2025-11-15 19:46:00 +08:00
parent dde6425a57
commit 6a0bf4abdd
15 changed files with 7455 additions and 4298 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.7",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@10.22.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -15,37 +15,38 @@
"postinstall": "test -d .git && simple-git-hooks || true"
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@sentry/astro": "^8.27.0",
"@astrojs/rss": "^4.0.13",
"@sentry/astro": "^10.25.0",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.13",
"dayjs": "^1.11.19",
"flourite": "^1.3.0",
"lru-cache": "^11.0.0",
"ofetch": "^1.3.4",
"prismjs": "^1.29.0",
"lru-cache": "^11.2.2",
"ofetch": "^1.5.1",
"prismjs": "^1.30.0",
"prismjs-components-importer": "^0.2.0",
"sanitize-html": "^2.13.0"
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/netlify": "^5.5.1",
"@astrojs/node": "^8.3.3",
"@astrojs/vercel": "^7.8.0",
"@types/prismjs": "^1.26.4",
"astro": "^4.15.1",
"astro-eslint-parser": "^1.0.2",
"@antfu/eslint-config": "^6.2.0",
"@astrojs/cloudflare": "^12.6.10",
"@astrojs/netlify": "^6.6.0",
"@astrojs/node": "^9.5.0",
"@astrojs/vercel": "^9.0.0",
"@types/prismjs": "^1.26.5",
"astro": "^5.15.7",
"astro-eslint-parser": "^1.2.2",
"astro-seo": "^0.8.4",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"autoprefixer": "^10.4.22",
"cssnano": "^7.1.2",
"eslint": "9.5.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.9",
"postcss-nesting": "^13.0.0",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-format": "^1.0.2",
"lint-staged": "^16.2.6",
"postcss-nesting": "^13.0.2",
"prettier-plugin-astro": "^0.14.1",
"simple-git-hooks": "^2.11.1",
"std-env": "^3.7.0"
"simple-git-hooks": "^2.13.1",
"std-env": "^3.10.0",
"typescript": "^5.9.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"