diff options
author | 2022-06-20 08:54:08 -0400 | |
---|---|---|
committer | 2022-06-20 08:54:08 -0400 | |
commit | 7f7a82bb2afcb189cea76920a713ca8f89d80858 (patch) | |
tree | 82b4921f6144365fe4a16772a608dd674d0d1a16 | |
parent | 4e4ff19fe074484fb92465680b4934bc0952e15a (diff) | |
download | astro-7f7a82bb2afcb189cea76920a713ca8f89d80858.tar.gz astro-7f7a82bb2afcb189cea76920a713ca8f89d80858.tar.zst astro-7f7a82bb2afcb189cea76920a713ca8f89d80858.zip |
Upgrade the compiler
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 081db1cd7..333381f6f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 09ad60d4f..078b275ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: |