Chore: update compiler (#2008)

This commit is contained in:
Drew Powers 2021-11-24 12:39:08 -07:00 committed by GitHub
parent 8d934059f8
commit 76559faa30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Chore: update compiler

View file

@ -55,7 +55,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
"@astrojs/compiler": "^0.3.8",
"@astrojs/compiler": "^0.3.9",
"@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.5.0",
"@astrojs/prism": "0.3.0",

View file

@ -115,10 +115,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
"@astrojs/compiler@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.8.tgz#fedd9f8236fdebf5f976c11c1ba9d2f537297d42"
integrity sha512-upPKqkw3Q+H+XrAtpJNf5yihSarDB1EbvEoB/MnqLHnaFoNuZcs6Qv8dCmlCfJulJ158dz0q2UMkYeCg3cmKbA==
"@astrojs/compiler@^0.3.9":
version "0.3.9"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.9.tgz#6674a984be2075b749127cc417e9d9a10b855d8d"
integrity sha512-TzmIzpB6bpGD3vghcj+cXPckXkRCf6zHcVupf6F2b9WpFkMAvrXoafkKJIids2Mq9aU4p7ooVcIDGZ9tpqZpyw==
dependencies:
typescript "^4.3.5"