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>
This commit is contained in:
parent
2b6e41b1dc
commit
9ef0c50427
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue