Upgrade the compiler
This commit is contained in:
parent
4e4ff19fe0
commit
7f7a82bb2a
2 changed files with 5 additions and 5 deletions
|
@ -78,7 +78,7 @@
|
|||
"test:e2e:match": "playwright test -g"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "metadata-preview",
|
||||
"@astrojs/compiler": "^0.16.0",
|
||||
"@astrojs/language-server": "^0.13.4",
|
||||
"@astrojs/markdown-remark": "^0.11.2",
|
||||
"@astrojs/prism": "0.4.1",
|
||||
|
|
|
@ -461,7 +461,7 @@ importers:
|
|||
|
||||
packages/astro:
|
||||
specifiers:
|
||||
'@astrojs/compiler': metadata-preview
|
||||
'@astrojs/compiler': ^0.16.0
|
||||
'@astrojs/language-server': ^0.13.4
|
||||
'@astrojs/markdown-remark': ^0.11.2
|
||||
'@astrojs/prism': 0.4.1
|
||||
|
@ -545,7 +545,7 @@ importers:
|
|||
yargs-parser: ^21.0.1
|
||||
zod: ^3.17.3
|
||||
dependencies:
|
||||
'@astrojs/compiler': 0.16.0-metadata-preview
|
||||
'@astrojs/compiler': 0.16.0
|
||||
'@astrojs/language-server': 0.13.4
|
||||
'@astrojs/markdown-remark': link:../markdown/remark
|
||||
'@astrojs/prism': link:../astro-prism
|
||||
|
@ -2317,8 +2317,8 @@ packages:
|
|||
leven: 3.1.0
|
||||
dev: true
|
||||
|
||||
/@astrojs/compiler/0.16.0-metadata-preview:
|
||||
resolution: {integrity: sha512-fFUcDSqK06DMGR6+C/YkhrKeNtQx2hgymrI7SqhoR9okOAFf4ckqZ0i7tvd5Mb8F9bhBwVN61kOwv2wpsitRcQ==}
|
||||
/@astrojs/compiler/0.16.0:
|
||||
resolution: {integrity: sha512-JkqJ9GBiT+DXvf06ON/n9/qHa7UE/f6iyM5MkFHquU7U6Z7kAdEgE0SObkaxxpNIl+WamHoDdnnS8qgK1C8ytA==}
|
||||
dev: false
|
||||
|
||||
/@astrojs/language-server/0.13.4:
|
||||
|
|
Loading…
Reference in a new issue