summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/src/pages/blog/demo-day-2021-09.astro7
-rw-r--r--yarn.lock8
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';
---
-<html lang={ lang ?? 'en' }>
+<html lang={lang ?? 'en'}>
<head>
<BaseHead title={title} description={description} canonicalURL={permalink} image="https://astro.build/assets/blog/demo-day-2021-09/social.png" />
<link rel="stylesheet" href={Astro.resolve('../../scss/blog.scss')} />
- <style>
- .chat-messages {
-
- }
- </style>
</head>
<body>
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"