diff options
author | 2022-11-14 11:01:03 -0600 | |
---|---|---|
committer | 2022-11-14 11:01:03 -0600 | |
commit | e385076efe297f457343275e2e7002f71b35792b (patch) | |
tree | b443660e061692258d58f048b919af1f96c851d2 /packages | |
parent | eca8815bc27314f9ec62e8a6c163c306c521fe9d (diff) | |
download | astro-e385076efe297f457343275e2e7002f71b35792b.tar.gz astro-e385076efe297f457343275e2e7002f71b35792b.tar.zst astro-e385076efe297f457343275e2e7002f71b35792b.zip |
Upgrade compiler (#5369)
* chore: upgrade compiler
* chore: upgrade compiler
* chore: add changeset
* chore: upgrade compiler
* chore: generate lockfile
* Update tricky-dodos-cheer.md
* chore: upgrade compiler
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 729bf019f..aced04239 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -100,7 +100,7 @@ "test:e2e:match": "playwright test -g" }, "dependencies": { - "@astrojs/compiler": "^0.29.11", + "@astrojs/compiler": "^0.29.15", "@astrojs/language-server": "^0.28.3", "@astrojs/markdown-remark": "^1.1.3", "@astrojs/telemetry": "^1.0.1", |