add yaml support

This commit is contained in:
chark1es 2025-01-28 17:25:10 -08:00
parent e0b82cdf73
commit 06c0155c82
2 changed files with 6 additions and 0 deletions

View file

@ -7,11 +7,13 @@
"@astrojs/node": "^9.0.0", "@astrojs/node": "^9.0.0",
"@astrojs/react": "4.1.2", "@astrojs/react": "4.1.2",
"@astrojs/tailwind": "5.1.4", "@astrojs/tailwind": "5.1.4",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.14", "@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2", "@types/react-dom": "^18.3.2",
"astro": "5.1.1", "astro": "5.1.1",
"astro-expressive-code": "^0.38.3", "astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4", "astro-icon": "^1.1.4",
"js-yaml": "^4.1.0",
"motion": "^11.15.0", "motion": "^11.15.0",
"next": "^15.1.2", "next": "^15.1.2",
"pocketbase": "^0.25.1", "pocketbase": "^0.25.1",
@ -342,6 +344,8 @@
"@types/hast": ["@types/hast@3.0.4", "", { "dependencies": { "@types/unist": "*" } }, "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ=="], "@types/hast": ["@types/hast@3.0.4", "", { "dependencies": { "@types/unist": "*" } }, "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ=="],
"@types/js-yaml": ["@types/js-yaml@4.0.9", "", {}, "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg=="],
"@types/mdast": ["@types/mdast@4.0.4", "", { "dependencies": { "@types/unist": "*" } }, "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA=="], "@types/mdast": ["@types/mdast@4.0.4", "", { "dependencies": { "@types/unist": "*" } }, "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA=="],
"@types/mdx": ["@types/mdx@2.0.13", "", {}, "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw=="], "@types/mdx": ["@types/mdx@2.0.13", "", {}, "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw=="],

View file

@ -14,11 +14,13 @@
"@astrojs/node": "^9.0.0", "@astrojs/node": "^9.0.0",
"@astrojs/react": "4.1.2", "@astrojs/react": "4.1.2",
"@astrojs/tailwind": "5.1.4", "@astrojs/tailwind": "5.1.4",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.14", "@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2", "@types/react-dom": "^18.3.2",
"astro": "5.1.1", "astro": "5.1.1",
"astro-expressive-code": "^0.38.3", "astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4", "astro-icon": "^1.1.4",
"js-yaml": "^4.1.0",
"motion": "^11.15.0", "motion": "^11.15.0",
"next": "^15.1.2", "next": "^15.1.2",
"pocketbase": "^0.25.1", "pocketbase": "^0.25.1",