0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

Pin to the compiler 0.8.1 (#2428)

* Pin to the compiler 0.8.1

* Changeset
This commit is contained in:
Matthew Phillips 2022-01-20 09:49:33 -05:00 committed by GitHub
parent 1d01c13533
commit 3ad236ba01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Pin the compiler to fix obscure Windows bug

View file

@ -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",