Update compiler (#1869)

* chore: update compiler

* redeploy

* fix(www): ensure www can build

* chore: update compiler

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
This commit is contained in:
Nate Moore 2021-11-18 18:50:55 -06:00 committed by GitHub
parent 9476b79dba
commit 4c0cb47204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 11 deletions

View file

@ -53,7 +53,7 @@
"test": "mocha --parallel --timeout 15000" "test": "mocha --parallel --timeout 15000"
}, },
"dependencies": { "dependencies": {
"@astrojs/compiler": "0.3.1", "@astrojs/compiler": "^0.3.3",
"@astrojs/language-server": "^0.7.16", "@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.4.0-next.1", "@astrojs/markdown-remark": "^0.4.0-next.1",
"@astrojs/markdown-support": "0.3.1", "@astrojs/markdown-support": "0.3.1",

View file

@ -15,11 +15,6 @@ let lang = 'en';
<head> <head>
<BaseHead title={title} description={description} canonicalURL={permalink} image="https://astro.build/assets/blog/demo-day-2021-09/social.png" /> <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')} /> <link rel="stylesheet" href={Astro.resolve('../../scss/blog.scss')} />
<style>
.chat-messages {
}
</style>
</head> </head>
<body> <body>

View file

@ -106,10 +106,10 @@
"@algolia/logger-common" "4.11.0" "@algolia/logger-common" "4.11.0"
"@algolia/requester-common" "4.11.0" "@algolia/requester-common" "4.11.0"
"@astrojs/compiler@0.3.1": "@astrojs/compiler@^0.3.3":
version "0.3.1" version "0.3.3"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.1.tgz#5cff0bf9f0769a6f91443a663733727b8a6e3598" resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.3.tgz#78f4c9938a9e89fbaaf1bb02cd5c797a6d06d667"
integrity sha512-4jShqZVcWF3pWcfjWU05PVc2rF9JP9E89fllEV8Zi/UpPicemn9zxl3r4O6ahGfBjBRTQp42CFLCETktGPRPyg== integrity sha512-iARMoTw6RgpLZyHoJPE34FSVphMZDGJ6U7FCqSErGfRzLhL6YY4o/UT4woqZ5yjcPLnoArNEx/KQfAYB07Stsw==
dependencies: dependencies:
typescript "^4.3.5" typescript "^4.3.5"