diff options
-rw-r--r-- | .changeset/selfish-ads-invent.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
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", @@ -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" |