From 76559faa30944d21a4e8f6fbc941920e2ce8dd32 Mon Sep 17 00:00:00 2001 From: Drew Powers <1369770+drwpow@users.noreply.github.com> Date: Wed, 24 Nov 2021 12:39:08 -0700 Subject: [PATCH] Chore: update compiler (#2008) --- .changeset/selfish-ads-invent.md | 5 +++++ packages/astro/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/selfish-ads-invent.md 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"