diff options
author | 2023-12-15 14:53:32 -0600 | |
---|---|---|
committer | 2023-12-15 14:53:32 -0600 | |
commit | f963d07f22f972938e1c9e8c95f9278efdff586b (patch) | |
tree | 8fe9b31f7455252a8abdfb450930906f3ccd3fca /packages | |
parent | 017f981304cd22941a441e0f665f66f75ea76a7d (diff) | |
download | astro-f963d07f22f972938e1c9e8c95f9278efdff586b.tar.gz astro-f963d07f22f972938e1c9e8c95f9278efdff586b.tar.zst astro-f963d07f22f972938e1c9e8c95f9278efdff586b.zip |
Upgrade compiler (#9445)
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 37338f066..81e62c39f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -112,7 +112,7 @@ "test:e2e:match": "playwright test -g" }, "dependencies": { - "@astrojs/compiler": "^2.3.2", + "@astrojs/compiler": "^2.3.4", "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", |