Upgrade Astro compiler to 0.26.0 (#4990)
* Upgrade Astro compiler * Add changeset
This commit is contained in:
parent
c1b6b0b64b
commit
8f9791d840
3 changed files with 10 additions and 5 deletions
5
.changeset/wise-worms-add.md
Normal file
5
.changeset/wise-worms-add.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Upgrade Astro compiler to 0.26.0
|
|
@ -95,7 +95,7 @@
|
|||
"test:e2e:match": "playwright test -g"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.25.0",
|
||||
"@astrojs/compiler": "^0.26.0",
|
||||
"@astrojs/language-server": "^0.26.2",
|
||||
"@astrojs/markdown-remark": "^1.1.3",
|
||||
"@astrojs/telemetry": "^1.0.1",
|
||||
|
|
|
@ -349,7 +349,7 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': ^0.25.0
|
||||
'@astrojs/compiler': ^0.26.0
|
||||
'@astrojs/language-server': ^0.26.2
|
||||
'@astrojs/markdown-remark': ^1.1.3
|
||||
'@astrojs/telemetry': ^1.0.1
|
||||
|
@ -443,7 +443,7 @@ importers:
|
|||
yargs-parser: ^21.0.1
|
||||
zod: ^3.17.3
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.25.2
|
||||
'@astrojs/compiler': 0.26.0
|
||||
'@astrojs/language-server': 0.26.2
|
||||
'@astrojs/markdown-remark': link:../markdown/remark
|
||||
'@astrojs/telemetry': link:../telemetry
|
||||
|
@ -3699,8 +3699,8 @@ packages:
|
|||
resolution: {integrity: sha512-vBMPy9ok4iLapSyCCT1qsZ9dK7LkVFl9mObtLEmWiec9myGHS9h2kQY2xzPeFNJiWXUf9O6tSyQpQTy5As/p3g==}
|
||||
dev: false
|
||||
|
||||
/@astrojs/compiler/0.25.2:
|
||||
resolution: {integrity: sha512-GE7uLvH7rSHuTHdMun+867TWsgYNYsaGuhvXsywcaabl4W4n/3b1kzgzrIsrXYBo51J0k6qD33mVdsHdvwv5rw==}
|
||||
/@astrojs/compiler/0.26.0:
|
||||
resolution: {integrity: sha512-we6XcJp4BnG2+1HhKYwIqfM6xt/T0nrhBkNSZNcrY/g449t2TyA6H/j0dRadiV8CGIE27T6q3sEq7Nm2Qfi6oQ==}
|
||||
dev: false
|
||||
|
||||
/@astrojs/language-server/0.26.2:
|
||||
|
|
Loading…
Reference in a new issue