Update compiler (#5554)

* chore: update compiler

* chore: add changeset

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2022-12-08 15:08:13 -05:00 committed by GitHub
parent 0fd4aaa906
commit 02bb0a1ccd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Update `@astrojs/compiler` to latest

View file

@ -100,7 +100,7 @@
"test:e2e:match": "playwright test -g"
},
"dependencies": {
"@astrojs/compiler": "^0.30.0",
"@astrojs/compiler": "^0.31.0",
"@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",

View file

@ -373,7 +373,7 @@ importers:
packages/astro:
specifiers:
'@astrojs/compiler': ^0.30.0
'@astrojs/compiler': ^0.31.0
'@astrojs/language-server': ^0.28.3
'@astrojs/markdown-remark': ^1.1.3
'@astrojs/telemetry': ^1.0.1
@ -471,7 +471,7 @@ importers:
yargs-parser: ^21.0.1
zod: ^3.17.3
dependencies:
'@astrojs/compiler': 0.30.0
'@astrojs/compiler': 0.31.0
'@astrojs/language-server': 0.28.3
'@astrojs/markdown-remark': link:../markdown/remark
'@astrojs/telemetry': link:../telemetry
@ -3907,8 +3907,8 @@ packages:
/@astrojs/compiler/0.29.15:
resolution: {integrity: sha512-vicPD8oOPNkcFZvz71Uz/nJcadovurUQ3L0yMZNPb6Nn6T1nHhlSHt5nAKaurB2pYU9DrxOFWZS2/RdV+JsWmQ==}
/@astrojs/compiler/0.30.0:
resolution: {integrity: sha512-av2HV5NuyzI5E12hpn4k7XNEHbfF81/JUISPu6CclC5yKCxTS7z64hRU68tA8k7dYLATcxvjQtvN2H/dnxHaMw==}
/@astrojs/compiler/0.31.0:
resolution: {integrity: sha512-V8/Re/wXgXTZzpfWs4KZBLU5dRhnO6kSd4e3vObGuj+HFGHjaD11wws1zvaC9cXLQyQsM5CSrGagFGYlRZKvVQ==}
dev: false
/@astrojs/language-server/0.28.3: