From 06c0155c82e24bd029fdeea76d1c510bb056b37d Mon Sep 17 00:00:00 2001 From: chark1es Date: Tue, 28 Jan 2025 17:25:10 -0800 Subject: [PATCH] add yaml support --- bun.lock | 4 ++++ package.json | 2 ++ 2 files changed, 6 insertions(+) diff --git a/bun.lock b/bun.lock index 282fbe1..4ee959a 100644 --- a/bun.lock +++ b/bun.lock @@ -7,11 +7,13 @@ "@astrojs/node": "^9.0.0", "@astrojs/react": "4.1.2", "@astrojs/tailwind": "5.1.4", + "@types/js-yaml": "^4.0.9", "@types/react": "^18.3.14", "@types/react-dom": "^18.3.2", "astro": "5.1.1", "astro-expressive-code": "^0.38.3", "astro-icon": "^1.1.4", + "js-yaml": "^4.1.0", "motion": "^11.15.0", "next": "^15.1.2", "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/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/mdx": ["@types/mdx@2.0.13", "", {}, "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw=="], diff --git a/package.json b/package.json index 45d74f2..56fcc98 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,13 @@ "@astrojs/node": "^9.0.0", "@astrojs/react": "4.1.2", "@astrojs/tailwind": "5.1.4", + "@types/js-yaml": "^4.0.9", "@types/react": "^18.3.14", "@types/react-dom": "^18.3.2", "astro": "5.1.1", "astro-expressive-code": "^0.38.3", "astro-icon": "^1.1.4", + "js-yaml": "^4.1.0", "motion": "^11.15.0", "next": "^15.1.2", "pocketbase": "^0.25.1",