build(deps): upgrade dependencies (#529)

* build(deps): upgrade dependencies

* fix: remove packageManager in package.json file

Closes #526
This commit is contained in:
Sat Naing
2025-06-11 18:03:22 +07:00
committed by GitHub
parent 77709ab7c0
commit ad67e04666
2 changed files with 710 additions and 307 deletions
+11 -12
View File
@@ -2,7 +2,6 @@
"name": "astro-paper",
"type": "module",
"version": "5.2.0",
"packageManager": "pnpm@10.11.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
@@ -17,30 +16,30 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.0.14",
"astro": "^5.9.1",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.2",
"dayjs": "^1.11.13",
"lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.12.1",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.14"
"satori": "^0.15.2",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@pagefind/default-ui": "^1.3.0",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash.kebabcase": "^4.1.9",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1",
"globals": "^16.0.0",
"globals": "^16.2.0",
"pagefind": "^1.3.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
"prettier-plugin-tailwindcss": "^0.6.12",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
}
}
+699 -295
View File
File diff suppressed because it is too large Load Diff