Skip to content

Commit 265d091

Browse files
committed
Bump dependencies and update lockfile
Upgrade Astro to v6.1.3 and update related dev deps (TypeScript 6.0.2, ESLint 10.1.0, Prettier 3.8.1, UnoCSS and plugins). Bump pnpm packageManager to 10.33.0 and regenerate pnpm-lock.yaml.
1 parent 4573065 commit 265d091

2 files changed

Lines changed: 2074 additions & 1962 deletions

File tree

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,28 @@
1515
"refresh": "pnpm dlx @astrojs/upgrade; pnpm up -L"
1616
},
1717
"dependencies": {
18-
"@astrojs/rss": "^4.0.12",
19-
"@astrojs/sitemap": "^3.6.0",
20-
"astro": "^5.14.3"
18+
"@astrojs/rss": "^4.0.18",
19+
"@astrojs/sitemap": "^3.7.2",
20+
"astro": "^6.1.3"
2121
},
2222
"devDependencies": {
23-
"@astrojs/check": "^0.9.4",
24-
"@eslint/markdown": "^7.4.0",
23+
"@astrojs/check": "^0.9.8",
24+
"@eslint/markdown": "^8.0.1",
2525
"@iconify-json/heroicons": "^1.2.3",
26-
"@iconify-json/logos": "^1.2.9",
27-
"@types/node": "^24.7.1",
28-
"@unocss/eslint-config": "^66.5.2",
29-
"eslint": "^9.37.0",
30-
"eslint-plugin-astro": "^1.3.1",
26+
"@iconify-json/logos": "^1.2.11",
27+
"@types/node": "^25.5.0",
28+
"@unocss/astro": "^66.6.7",
29+
"@unocss/eslint-config": "^66.6.7",
30+
"eslint": "^10.1.0",
31+
"eslint-plugin-astro": "^1.6.0",
3132
"eslint-plugin-jsx-a11y": "^6.10.2",
32-
"eslint-plugin-prettier": "^5.5.4",
33-
"prettier": "^3.6.2",
33+
"eslint-plugin-prettier": "^5.5.5",
34+
"prettier": "^3.8.1",
3435
"prettier-plugin-astro": "^0.14.1",
35-
"prettier-plugin-tailwindcss": "^0.6.14",
36-
"typescript": "^5.9.3",
37-
"typescript-eslint": "^8.46.0",
38-
"unocss": "^66.5.2"
36+
"prettier-plugin-tailwindcss": "^0.7.2",
37+
"typescript": "^6.0.2",
38+
"typescript-eslint": "^8.58.0",
39+
"unocss": "^66.6.7"
3940
},
40-
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
41+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
4142
}

0 commit comments

Comments
 (0)