From 934d085f94e3ee4a3690a940095c56551abf4857 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 28 Oct 2021 11:24:32 -0700 Subject: [PATCH] chore: update compiler (#1690) --- 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 604e374ec7..ffb7c1fb18 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.21", + "@astrojs/compiler": "^0.2.22", "@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 121a3e0243..e5558040fd 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.21": - version "0.2.21" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.21.tgz#67773e21587f4eae806409e4c9e8c44a6eeb4758" - integrity sha512-A1FhiwDmpyA8qV0vOp2k9suvYDI1wwWP9gK4DVTR0aAdHi/EB4nKYgJ8F9RZiMN1A+5x1zYeM0Do9xKX/7Xc4g== +"@astrojs/compiler@^0.2.22": + version "0.2.22" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.2.22.tgz#c56a1da9ab5080d5cdf120f0b15b22765f72e166" + integrity sha512-RzZuhoyBv5EjBsqIhu/R2XhtYTXt2cT3oWdwowsgoVPOE2/b/ByJWQ+5ZmMExXcUoMbskzcInnwXjx5TXWXhAA== dependencies: typescript "^4.3.5"