diff options
author | 2022-01-20 09:49:33 -0500 | |
---|---|---|
committer | 2022-01-20 09:49:33 -0500 | |
commit | 3ad236ba01a694f3645b9b238af33d994fd7e6d9 (patch) | |
tree | a6ba831d6358eda401bed5540e90a95d664d933a | |
parent | 1d01c13533131e58af0de79573495bf433cb50d6 (diff) | |
download | astro-3ad236ba01a694f3645b9b238af33d994fd7e6d9.tar.gz astro-3ad236ba01a694f3645b9b238af33d994fd7e6d9.tar.zst astro-3ad236ba01a694f3645b9b238af33d994fd7e6d9.zip |
Pin to the compiler 0.8.1 (#2428)
* Pin to the compiler 0.8.1
* Changeset
-rw-r--r-- | .changeset/cold-bottles-eat.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 |
2 files changed, 6 insertions, 1 deletions
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", |