From 4c0cb47204f549f3457ad5be7386468807295964 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 18 Nov 2021 18:50:55 -0600 Subject: [PATCH] Update compiler (#1869) * chore: update compiler * redeploy * fix(www): ensure www can build * chore: update compiler Co-authored-by: Fred K. Schott --- packages/astro/package.json | 2 +- www/src/pages/blog/demo-day-2021-09.astro | 7 +------ yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 78c3d31e2..4db17b24c 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -53,7 +53,7 @@ "test": "mocha --parallel --timeout 15000" }, "dependencies": { - "@astrojs/compiler": "0.3.1", + "@astrojs/compiler": "^0.3.3", "@astrojs/language-server": "^0.7.16", "@astrojs/markdown-remark": "^0.4.0-next.1", "@astrojs/markdown-support": "0.3.1", diff --git a/www/src/pages/blog/demo-day-2021-09.astro b/www/src/pages/blog/demo-day-2021-09.astro index d5aded0fc..031833946 100644 --- a/www/src/pages/blog/demo-day-2021-09.astro +++ b/www/src/pages/blog/demo-day-2021-09.astro @@ -11,15 +11,10 @@ let permalink = 'https://astro.build/blog/demo-day-2021-09'; let lang = 'en'; --- - + - diff --git a/yarn.lock b/yarn.lock index 5e27b1136..7bd38c734 100644 --- a/yarn.lock +++ b/yarn.lock @@ -106,10 +106,10 @@ "@algolia/logger-common" "4.11.0" "@algolia/requester-common" "4.11.0" -"@astrojs/compiler@0.3.1": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.1.tgz#5cff0bf9f0769a6f91443a663733727b8a6e3598" - integrity sha512-4jShqZVcWF3pWcfjWU05PVc2rF9JP9E89fllEV8Zi/UpPicemn9zxl3r4O6ahGfBjBRTQp42CFLCETktGPRPyg== +"@astrojs/compiler@^0.3.3": + version "0.3.3" + resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.3.tgz#78f4c9938a9e89fbaaf1bb02cd5c797a6d06d667" + integrity sha512-iARMoTw6RgpLZyHoJPE34FSVphMZDGJ6U7FCqSErGfRzLhL6YY4o/UT4woqZ5yjcPLnoArNEx/KQfAYB07Stsw== dependencies: typescript "^4.3.5"