summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-12-15 14:53:32 -0600
committerGravatar GitHub <noreply@github.com> 2023-12-15 14:53:32 -0600
commitf963d07f22f972938e1c9e8c95f9278efdff586b (patch)
tree8fe9b31f7455252a8abdfb450930906f3ccd3fca /packages
parent017f981304cd22941a441e0f665f66f75ea76a7d (diff)
downloadastro-f963d07f22f972938e1c9e8c95f9278efdff586b.tar.gz
astro-f963d07f22f972938e1c9e8c95f9278efdff586b.tar.zst
astro-f963d07f22f972938e1c9e8c95f9278efdff586b.zip
Upgrade compiler (#9445)
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/package.json2
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:*",