build: bump Astro to v4.14.2 & use content layer (#355)

Bump Astro from v4.13 to v4.14.2 and use experimental
content layer api.
This commit is contained in:
Sat Naing
2024-08-19 12:53:58 +07:00
committed by GitHub
parent 2b617b20a3
commit dab61b3714
4 changed files with 283 additions and 45 deletions
+3 -3
View File
@@ -14,10 +14,10 @@
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.9.1",
"@astrojs/check": "^0.9.2",
"@astrojs/rss": "^4.0.7",
"@resvg/resvg-js": "^2.6.2",
"astro": "^4.13.0",
"astro": "^4.14.2",
"fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2",
@@ -27,7 +27,7 @@
"typescript": "^5.5.3"
},
"devDependencies": {
"@astrojs/react": "^3.6.1",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.13",