From e16e1153715c3fcce3f3365725cf52de92c0bfa3 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 27 Oct 2021 15:05:08 -0700 Subject: [PATCH] [next] update compiler (#1683) * chore: update compiler * chore: update compiler (again) --- packages/astro/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index f8ed92bc8..604e374ec 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -52,7 +52,7 @@ "test": "mocha --parallel --timeout 15000" }, "dependencies": { - "@astrojs/compiler": "^0.2.19", + "@astrojs/compiler": "^0.2.21", "@astrojs/language-server": "^0.7.16", "@astrojs/markdown-remark": "^0.3.1", "@astrojs/markdown-support": "0.3.1", diff --git a/yarn.lock b/yarn.lock index cde4879c6..121a3e024 100644 --- a/yarn.lock +++ b/yarn.lock @@ -106,10 +106,10 @@ "@algolia/logger-common" "4.10.5" "@algolia/requester-common" "4.10.5" -"@astrojs/compiler@^0.2.19": - version "0.2.19" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.19.tgz#ba431ea34d94733fe9dd36469f25b788786db263" - integrity sha512-GRSZcsYpeXdXmdI/VwiQMuvvc6cBIjT6jIh2OQblC9ce4vQXCtJF+k/ACc74P400S0aS91JoiT4u+qMtzrZUuw== +"@astrojs/compiler@^0.2.21": + version "0.2.21" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.21.tgz#67773e21587f4eae806409e4c9e8c44a6eeb4758" + integrity sha512-A1FhiwDmpyA8qV0vOp2k9suvYDI1wwWP9gK4DVTR0aAdHi/EB4nKYgJ8F9RZiMN1A+5x1zYeM0Do9xKX/7Xc4g== dependencies: typescript "^4.3.5"