Update something

This commit is contained in:
tiff 2025-01-19 21:33:22 -05:00
parent e5e0e57dac
commit f7dc33c758
3 changed files with 616 additions and 622 deletions

View File

@ -38,4 +38,7 @@ export default defineConfig({
}, },
}, },
scopedStyleStrategy: "where", scopedStyleStrategy: "where",
experimental: {
contentLayer: true,
},
}); });

View File

@ -14,10 +14,10 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "0.9.4", "@astrojs/check": "^0.9.3",
"@astrojs/rss": "4.0.11", "@astrojs/rss": "^4.0.7",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"astro": "5.1.7", "astro": "^4.16.18",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@ -27,9 +27,9 @@
"typescript": "^5.5.3" "typescript": "^5.5.3"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "4.1.5", "@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "3.2.1", "@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "5.1.4", "@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.9", "@types/lodash.kebabcase": "^4.1.9",

1223
yarn.lock

File diff suppressed because it is too large Load Diff