Update compiler (#2767)
* chore: update compiler * chore: add changeset
This commit is contained in:
parent
4c975dc4da
commit
2bb2c2f7d1
3 changed files with 10 additions and 6 deletions
5
.changeset/empty-students-occur.md
Normal file
5
.changeset/empty-students-occur.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update `@astrojs/compiler` to `0.12.0`
|
|
@ -58,7 +58,7 @@
|
||||||
"test:match": "mocha --timeout 20000 -g"
|
"test:match": "mocha --timeout 20000 -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.12.0-next.9",
|
"@astrojs/compiler": "^0.12.0",
|
||||||
"@astrojs/language-server": "^0.8.6",
|
"@astrojs/language-server": "^0.8.6",
|
||||||
"@astrojs/markdown-remark": "^0.6.4",
|
"@astrojs/markdown-remark": "^0.6.4",
|
||||||
"@astrojs/prism": "0.4.0",
|
"@astrojs/prism": "0.4.0",
|
||||||
|
|
|
@ -340,7 +340,7 @@ importers:
|
||||||
|
|
||||||
packages/astro:
|
packages/astro:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.12.0-next.9
|
'@astrojs/compiler': ^0.12.0
|
||||||
'@astrojs/language-server': ^0.8.6
|
'@astrojs/language-server': ^0.8.6
|
||||||
'@astrojs/markdown-remark': ^0.6.4
|
'@astrojs/markdown-remark': ^0.6.4
|
||||||
'@astrojs/parser': ^0.22.1
|
'@astrojs/parser': ^0.22.1
|
||||||
|
@ -414,7 +414,7 @@ importers:
|
||||||
yargs-parser: ^21.0.0
|
yargs-parser: ^21.0.0
|
||||||
zod: ^3.8.1
|
zod: ^3.8.1
|
||||||
dependencies:
|
dependencies:
|
||||||
'@astrojs/compiler': 0.12.0-next.9
|
'@astrojs/compiler': 0.12.0
|
||||||
'@astrojs/language-server': 0.8.10
|
'@astrojs/language-server': 0.8.10
|
||||||
'@astrojs/markdown-remark': link:../markdown/remark
|
'@astrojs/markdown-remark': link:../markdown/remark
|
||||||
'@astrojs/prism': link:../astro-prism
|
'@astrojs/prism': link:../astro-prism
|
||||||
|
@ -1334,11 +1334,10 @@ packages:
|
||||||
leven: 3.1.0
|
leven: 3.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@astrojs/compiler/0.12.0-next.9:
|
/@astrojs/compiler/0.12.0:
|
||||||
resolution: {integrity: sha512-XHvGrPBhr/LBYZT4TuXf8mK2+CYCClQoPln9FlF6gIx4yTsWpUwAi3mhhFOGJi4NB1Y1ZbcXS60IjMy/2adpLg==}
|
resolution: {integrity: sha512-P1OibxzBRkWz18FL9IClI4WIOL6fFHqrmYq+/Ygw3ya0GHeDZ8pLFVpLXTPKMdHoys43dwffPA/6pWaFygBlEw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
tsm: 2.2.1
|
tsm: 2.2.1
|
||||||
typescript: 4.6.2
|
|
||||||
uvu: 0.5.3
|
uvu: 0.5.3
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue