chore: upgrade compiler (#3171)
This commit is contained in:
parent
b6f14c3b14
commit
908fffb5ec
3 changed files with 10 additions and 5 deletions
5
.changeset/funny-houses-drop.md
Normal file
5
.changeset/funny-houses-drop.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix various edge cases in the compiler, upgrading to `@astrojs/compiler@0.14.2`. Read the [full changelog](https://github.com/withastro/compiler/blob/main/packages/compiler/CHANGELOG.md#0142).
|
|
@ -75,7 +75,7 @@
|
|||
"test:match": "mocha --timeout 20000 -g"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.14.1",
|
||||
"@astrojs/compiler": "^0.14.2",
|
||||
"@astrojs/language-server": "^0.13.4",
|
||||
"@astrojs/markdown-remark": "^0.9.2",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
|
|
|
@ -447,7 +447,7 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': ^0.14.1
|
||||
'@astrojs/compiler': ^0.14.2
|
||||
'@astrojs/language-server': ^0.13.4
|
||||
'@astrojs/markdown-remark': ^0.9.2
|
||||
'@astrojs/prism': 0.4.1
|
||||
|
@ -533,7 +533,7 @@ importers:
|
|||
yargs-parser: ^21.0.1
|
||||
zod: ^3.14.4
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.14.1
|
||||
'@astrojs/compiler': 0.14.2
|
||||
'@astrojs/language-server': 0.13.4
|
||||
'@astrojs/markdown-remark': link:../markdown/remark
|
||||
'@astrojs/prism': link:../astro-prism
|
||||
|
@ -1703,8 +1703,8 @@ packages:
|
|||
leven: 3.1.0
|
||||
dev: true
|
||||
|
||||
/@astrojs/compiler/0.14.1:
|
||||
resolution: {integrity: sha512-dYgb52JvZE8jyDg84JkdJ/dTxRgHVbC47ou6Ymok/nZDh9kvlU7TJtEDCLlGfpfZTGvnkFTHMrz1kdbqCbFVCw==}
|
||||
/@astrojs/compiler/0.14.2:
|
||||
resolution: {integrity: sha512-kLj3iWkzPNk9TXWDY7bqGXRQ0XZbpwJNulQ7WrJCdv2zre7TG0E51x5ab8tCsiiTRZ2xORHuIz+gH2qFotXrKw==}
|
||||
dependencies:
|
||||
tsm: 2.2.1
|
||||
uvu: 0.5.3
|
||||
|
|
Loading…
Reference in a new issue