From 3ad236ba01a694f3645b9b238af33d994fd7e6d9 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 20 Jan 2022 09:49:33 -0500 Subject: [PATCH] Pin to the compiler 0.8.1 (#2428) * Pin to the compiler 0.8.1 * Changeset --- .changeset/cold-bottles-eat.md | 5 +++++ packages/astro/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/cold-bottles-eat.md diff --git a/.changeset/cold-bottles-eat.md b/.changeset/cold-bottles-eat.md new file mode 100644 index 000000000..249c34646 --- /dev/null +++ b/.changeset/cold-bottles-eat.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Pin the compiler to fix obscure Windows bug diff --git a/packages/astro/package.json b/packages/astro/package.json index b1573d0f0..d46a94743 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -56,7 +56,7 @@ "test": "mocha --parallel --timeout 15000" }, "dependencies": { - "@astrojs/compiler": "^0.8.0", + "@astrojs/compiler": "0.8.1", "@astrojs/language-server": "^0.8.6", "@astrojs/markdown-remark": "^0.6.0", "@astrojs/prism": "0.4.0",