Pin to the compiler 0.8.1 (#2428)
* Pin to the compiler 0.8.1 * Changeset
This commit is contained in:
parent
1d01c13533
commit
3ad236ba01
2 changed files with 6 additions and 1 deletions
5
.changeset/cold-bottles-eat.md
Normal file
5
.changeset/cold-bottles-eat.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Pin the compiler to fix obscure Windows bug
|
|
@ -56,7 +56,7 @@
|
||||||
"test": "mocha --parallel --timeout 15000"
|
"test": "mocha --parallel --timeout 15000"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.8.0",
|
"@astrojs/compiler": "0.8.1",
|
||||||
"@astrojs/language-server": "^0.8.6",
|
"@astrojs/language-server": "^0.8.6",
|
||||||
"@astrojs/markdown-remark": "^0.6.0",
|
"@astrojs/markdown-remark": "^0.6.0",
|
||||||
"@astrojs/prism": "0.4.0",
|
"@astrojs/prism": "0.4.0",
|
||||||
|
|
Loading…
Reference in a new issue