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", "name": "astro-paper",
"type": "module", "type": "module",
"version": "5.2.0", "version": "5.2.0",
"packageManager": "pnpm@10.11.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/", "build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
@@ -17,30 +16,30 @@
"@astrojs/rss": "^4.0.12", "@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1", "@astrojs/sitemap": "^3.4.1",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.0.14", "@tailwindcss/vite": "^4.1.8",
"astro": "^5.9.1", "astro": "^5.9.2",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0", "remark-toc": "^9.0.0",
"satori": "^0.12.1", "satori": "^0.15.2",
"sharp": "^0.33.5", "sharp": "^0.34.2",
"tailwindcss": "^4.0.14" "tailwindcss": "^4.1.8"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@pagefind/default-ui": "^1.3.0", "@pagefind/default-ui": "^1.3.0",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@types/lodash.kebabcase": "^4.1.9", "@types/lodash.kebabcase": "^4.1.9",
"@typescript-eslint/parser": "^8.26.1", "@typescript-eslint/parser": "^8.34.0",
"eslint": "^9.22.0", "eslint": "^9.28.0",
"eslint-plugin-astro": "^1.3.1", "eslint-plugin-astro": "^1.3.1",
"globals": "^16.0.0", "globals": "^16.2.0",
"pagefind": "^1.3.0", "pagefind": "^1.3.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11", "prettier-plugin-tailwindcss": "^0.6.12",
"typescript": "^5.8.2", "typescript": "^5.8.3",
"typescript-eslint": "^8.26.1" "typescript-eslint": "^8.34.0"
} }
} }
+699 -295
View File
File diff suppressed because it is too large Load Diff