summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2022-01-20 15:37:09 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-20 15:37:09 -0500
commit9e1bc1752f44db8f996c35f64cec259ce3fbc731 (patch)
tree55932366bb5883afe9db89339b6fd99abeac76f2
parentac0e20d9f21a56db24552abc0dd11e494a3730af (diff)
downloadastro-9e1bc1752f44db8f996c35f64cec259ce3fbc731.tar.gz
astro-9e1bc1752f44db8f996c35f64cec259ce3fbc731.tar.zst
astro-9e1bc1752f44db8f996c35f64cec259ce3fbc731.zip
Upgrade compiler to latest (#2432)
* Upgrade compiler to latest * Updates the changeset
-rw-r--r--.changeset/afraid-ducks-develop.md5
-rw-r--r--packages/astro/package.json2
-rw-r--r--yarn.lock8
3 files changed, 10 insertions, 5 deletions
diff --git a/.changeset/afraid-ducks-develop.md b/.changeset/afraid-ducks-develop.md
new file mode 100644
index 000000000..977dfaf74
--- /dev/null
+++ b/.changeset/afraid-ducks-develop.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fixes bugs with apostrophes in the title tag
diff --git a/packages/astro/package.json b/packages/astro/package.json
index ca085ae7c..777a5eeff 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -56,7 +56,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
- "@astrojs/compiler": "0.8.1",
+ "@astrojs/compiler": "^0.9.2",
"@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.0",
"@astrojs/prism": "0.4.0",
diff --git a/yarn.lock b/yarn.lock
index 6ab1ac083..2dfe83ada 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -130,10 +130,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@astrojs/compiler@^0.8.0":
- version "0.8.2"
- resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.8.2.tgz#4aebb1c75bdfebbdaf920fa5a47bac5a9b406684"
- integrity sha512-DnEjHlGzLaZDZ/uDdU1cmx8Hvair9fB1SmIj6yQCNIPqfKs/ZyUDyRrIzvHxri8xkaBTynL7cpzENJF99ub4Gg==
+"@astrojs/compiler@^0.9.2":
+ version "0.9.2"
+ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.9.2.tgz#aea226472046cb88c0ff20661be34af84d983feb"
+ integrity sha512-8yxdyokSNmTbcDfW75k5NcPKMBnPTfzLHVxhdiUrII7Zqh/OG9SaOZWFCnvFhU8dkQBUU6B1eh/ABAHwnxZWGw==
dependencies:
typescript "^4.3.5"