summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-11-24 12:39:08 -0700
committerGravatar GitHub <noreply@github.com> 2021-11-24 12:39:08 -0700
commit76559faa30944d21a4e8f6fbc941920e2ce8dd32 (patch)
tree2939eb65cc69d92f4bfdb07dc463ee968208abaa
parent8d934059f8d56d3d304cb9575c907654bf03b3ea (diff)
downloadastro-76559faa30944d21a4e8f6fbc941920e2ce8dd32.tar.gz
astro-76559faa30944d21a4e8f6fbc941920e2ce8dd32.tar.zst
astro-76559faa30944d21a4e8f6fbc941920e2ce8dd32.zip
Chore: update compiler (#2008)
-rw-r--r--.changeset/selfish-ads-invent.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/selfish-ads-invent.md b/.changeset/selfish-ads-invent.md
new file mode 100644
index 000000000..41c71dc40
--- /dev/null
+++ b/.changeset/selfish-ads-invent.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Chore: update compiler
diff --git a/packages/astro/package.json b/packages/astro/package.json
index f26f8dec7..7c6a993d2 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -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",
diff --git a/yarn.lock b/yarn.lock
index 3a823fae2..f9d43a97e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -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"