chore: eslint fix and upgrade dependencies

This commit is contained in:
ccbikai
2024-08-31 16:29:02 +08:00
parent 549064078a
commit 58be3f399c
9 changed files with 413 additions and 540 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.1",
"private": true,
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -16,7 +16,7 @@
},
"dependencies": {
"@astrojs/rss": "^4.0.7",
"@sentry/astro": "^8.26.0",
"@sentry/astro": "^8.27.0",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.13",
"flourite": "^1.3.0",
@@ -27,13 +27,13 @@
"sanitize-html": "^2.13.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@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.14.5",
"astro": "^4.15.1",
"astro-eslint-parser": "^1.0.2",
"astro-seo": "^0.8.4",
"autoprefixer": "^10.4.20",