diff options
author | 2023-01-05 11:43:57 -0500 | |
---|---|---|
committer | 2023-01-05 10:43:57 -0600 | |
commit | 9ef0c50427e658e0a6a4f20b14ff39c67fed76a6 (patch) | |
tree | d3ded4f1f7cd06a655f542c9b1bb609ded32ca41 | |
parent | 2b6e41b1dc6563227272e73757f5ca99d89eaa0b (diff) | |
download | astro-9ef0c50427e658e0a6a4f20b14ff39c67fed76a6.tar.gz astro-9ef0c50427e658e0a6a4f20b14ff39c67fed76a6.tar.zst astro-9ef0c50427e658e0a6a4f20b14ff39c67fed76a6.zip |
Update compiler (#5656)
* chore: update compiler
* chore: pin compiler
* update compiler
* update changeset
* chore: test prerelease
* chore: update compiler
* chore: update lockfile
* chore: do not pin compiler
* Delete fresh-kids-serve.md
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index a087d6cf2..8f3061082 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -109,7 +109,7 @@ "test:e2e:match": "playwright test -g" }, "dependencies": { - "@astrojs/compiler": "^0.31.0", + "@astrojs/compiler": "^0.31.4", "@astrojs/language-server": "^0.28.3", "@astrojs/markdown-remark": "^2.0.0-beta.0", "@astrojs/telemetry": "^1.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d92cb74ef..75610958d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -385,7 +385,7 @@ importers: packages/astro: specifiers: - '@astrojs/compiler': ^0.31.0 + '@astrojs/compiler': ^0.31.4 '@astrojs/language-server': ^0.28.3 '@astrojs/markdown-remark': ^2.0.0-beta.0 '@astrojs/telemetry': ^1.0.1 |