From bec5de175e5a35df08c423f2fdfceecde41a4a60 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 21 Dec 2023 09:45:47 +0100 Subject: [PATCH] chore: install preview compiler --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 082978ac..1a77c6b5 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "astro": "astro" }, "dependencies": { + "@astrojs/compiler": "^0.0.0-compact-20231220212312", "@astrojs/mdx": "^2.0.2", "@astrojs/sitemap": "^3.0.3", "@astrojs/tailwind": "^5.0.4", diff --git a/yarn.lock b/yarn.lock index 117c68d7..b78acb68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,6 +26,11 @@ kleur "^4.1.5" yargs "^17.7.2" +"@astrojs/compiler@^0.0.0-compact-20231220212312": + version "0.0.0-compact-20231220212312" + resolved "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.0.0-compact-20231220212312.tgz#0c73bf984a26bf90c7d274a657a5e54ee0f320bc" + integrity sha512-v2je5KSGxf4xAScMVk6vZxlFAmYZjIBKwEu/nbJv1XkSa3wZI5FIG7WU9Z6raLwXO+N4jUY7Yd2eySr4SWq/4Q== + "@astrojs/compiler@^2.2.2": version "2.3.2" resolved "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.2.tgz#78001a4a86c3f2cf4bc80db46b13f6188fbb01da"